Uses of Interface
com.fatwire.gst.foundation.controller.action.ActionNameResolver

Packages that use ActionNameResolver
com.fatwire.gst.foundation.controller.action   
com.fatwire.gst.foundation.controller.action.support   
com.fatwire.gst.foundation.controller.support   
 

Uses of ActionNameResolver in com.fatwire.gst.foundation.controller.action
 

Methods in com.fatwire.gst.foundation.controller.action that return ActionNameResolver
protected  ActionNameResolver ActionController.getActionNameResolver()
           
protected abstract  ActionNameResolver AbstractActionController.getActionNameResolver()
           
static ActionNameResolver ActionNameResolverUtils.getActionNameResolver(javax.servlet.ServletContext servletContext)
          Returns the ActionNameResolver as configured by spring framework on the WebApplicationContext bean by the name of gsfActionLocator.
static ActionNameResolver ActionNameResolverUtils.getActionNameResolverX(javax.servlet.ServletContext servletContext, String beanName)
          Returns the ActionNameResolver as configured by spring framework on the WebApplicationContext bean by the name 'beanName'.
 

Uses of ActionNameResolver in com.fatwire.gst.foundation.controller.action.support
 

Classes in com.fatwire.gst.foundation.controller.action.support that implement ActionNameResolver
 class CommandActionNameResolver
          ActionNameResolver that looks up variable name value from ICS scope.
 class ElementNameActionNameResolver
          ActionNameResolver that looks up name of action based on current elementname.
 class NullActionNameResolver
          ActionNameResolver that always returns null for the action name.
 

Methods in com.fatwire.gst.foundation.controller.action.support that return ActionNameResolver
 ActionNameResolver DefaultWebAppContext.createActionNameResolver()
           
 

Uses of ActionNameResolver in com.fatwire.gst.foundation.controller.support
 

Methods in com.fatwire.gst.foundation.controller.support that return ActionNameResolver
 ActionNameResolver SpringWebAppContext.createActionNameResolver()
           
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.