Modifier and Type | Method and Description |
---|---|
protected ActionLocator |
ActionFrameworkController.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'.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ActionLocator |
DefaultWebAppContext.createActionLocator() |
ActionLocator |
AbstractActionLocator.getFallbackActionLocator() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractActionLocator.setFallbackActionLocator(ActionLocator fallbackActionLocator) |
Constructor and Description |
---|
AbstractActionLocator(ActionLocator fallbackActionLocator,
Injector injector) |
ClassActionLocator(ActionLocator fallbackActionLocator,
Injector injector) |
Modifier and Type | Class and Description |
---|---|
class |
GroovyActionLocator |
Constructor and Description |
---|
GroovyActionLocator(ActionLocator fallbackActionLocator,
Injector injector) |
Modifier and Type | Method and Description |
---|---|
ActionLocator |
GroovyWebContext.createActionLocator() |
protected ActionLocator |
GroovyWebContext.getRootActionLocator(Injector injector) |
Modifier and Type | Method and Description |
---|---|
protected ActionLocator |
PageTag.getActionLocator() |
protected ActionLocator |
ActionTag.getActionLocator() |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.