|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ActionLocator in com.fatwire.gst.foundation.controller.action |
---|
Methods in com.fatwire.gst.foundation.controller.action that return ActionLocator | |
---|---|
protected ActionLocator |
ActionController.getActionLocator()
|
protected abstract ActionLocator |
AbstractActionController.getActionLocator()
|
static ActionLocator |
ActionLocatorUtils.getActionLocator(javax.servlet.ServletContext servletContext)
Returns the ActionLocator as configured on the WebAppContext bean by the name of gsfActionLocator. |
static ActionLocator |
ActionLocatorUtils.getActionLocator(javax.servlet.ServletContext servletContext,
String beanName)
Returns the ActionLocator as configured on the WebAppContext bean by the name 'beanName'. |
Uses of ActionLocator in com.fatwire.gst.foundation.controller.action.support |
---|
Classes in com.fatwire.gst.foundation.controller.action.support that implement ActionLocator | |
---|---|
class |
AbstractActionLocator
ActionLocator with support for Injector and a fall back
ActionLocator in case this ActionLocator is not designed or
configured to create an action for that name. |
class |
BaseActionLocator
ActionLocator with support for Factory and a fall back ActionLocator. |
class |
ClassActionLocator
ActionLocator that loads actions based on a naming convention; if the action name is prefixed with class: and the rest of the action name is a java class that implements the Action interface , an Action from this class will be created. |
class |
CommandActionLocator
Deprecated. use MapActionLocator . |
class |
MapActionLocator
ActionLocator that holds a Map with the Actions. |
class |
RenderPageActionLocator
ActionLocator that always returns a RenderPage action as long as the name parameter is blank. |
class |
SingleActionLocator
Class that provides access to a single action, ie the name is ignored and it will always return the same new Action, from the actionClass field. |
Methods in com.fatwire.gst.foundation.controller.action.support that return ActionLocator | |
---|---|
ActionLocator |
DefaultWebAppContext.createActionLocator()
|
ActionLocator |
AbstractActionLocator.getFallbackActionLocator()
|
Methods in com.fatwire.gst.foundation.controller.action.support with parameters of type ActionLocator | |
---|---|
void |
AbstractActionLocator.setFallbackActionLocator(ActionLocator fallbackActionLocator)
|
Constructors in com.fatwire.gst.foundation.controller.action.support with parameters of type ActionLocator | |
---|---|
AbstractActionLocator(ActionLocator fallbackActionLocator,
Injector injector)
|
|
ClassActionLocator(ActionLocator fallbackActionLocator,
Injector injector)
|
Uses of ActionLocator in com.fatwire.gst.foundation.groovy.action |
---|
Classes in com.fatwire.gst.foundation.groovy.action that implement ActionLocator | |
---|---|
class |
GroovyActionLocator
|
Constructors in com.fatwire.gst.foundation.groovy.action with parameters of type ActionLocator | |
---|---|
GroovyActionLocator(ActionLocator fallbackActionLocator,
Injector injector)
|
Uses of ActionLocator in com.fatwire.gst.foundation.groovy.context |
---|
Methods in com.fatwire.gst.foundation.groovy.context that return ActionLocator | |
---|---|
ActionLocator |
GroovyWebContext.createActionLocator()
|
protected ActionLocator |
GroovyWebContext.getRootActionLocator(Injector injector)
|
Uses of ActionLocator in com.fatwire.gst.foundation.taglib |
---|
Methods in com.fatwire.gst.foundation.taglib that return ActionLocator | |
---|---|
protected ActionLocator |
PageTag.getActionLocator()
|
protected ActionLocator |
ActionTag.getActionLocator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |