| Package | Description |
|---|---|
| webwork.action.factory |
Actions are instantiated by using classes in this package.
|
| webwork.dispatcher |
This package contains the various Action dispatchers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionFactoryProxy
Extends ActionFactory to provide proxy support.
|
class |
AliasingActionFactoryProxy
Aliasing action factory proxy.
|
class |
ChainingActionFactoryProxy
Action Factory proxy to handle action chaining.
|
class |
CommandActionFactoryProxy
Executes a "command" within an action specified either as part of the action name or as a parameter value.
|
class |
ContextActionFactoryProxy
Initializes an action for each implemented
*Aware interface after first locating the action through the
action factory proxy chain. |
class |
DefaultActionFactory
Default implementation of an action factory facade that creates the default set of action factory proxies.
|
class |
JavaActionFactory
Returns a loaded and instantiated action class instance.
|
class |
JspActionFactoryProxy
Obtains the JSP action if the action suffix is
".jsp". |
class |
ParametersActionFactoryProxy
Sets properties on an action from parameters after locating it through the action factory proxy chain.
|
class |
PrefixActionFactoryProxy
Locate an action based on the configured list of package prefixes.
|
class |
PrepareActionFactoryProxy
Prepares or initializes an action implementing the
PrepareAction interface after first locating it through
the action factory proxy chain. |
class |
ReloadHelperActionFactoryProxy
User: hani Date: Nov 7, 2003 Time: 11:38:42 AM
|
class |
ReloadingJavaActionFactory |
class |
ScriptActionFactoryProxy
Obtains the Script action if the suffix is a supported scripting suffix.
|
class |
SpringActionFactory |
class |
SpringActionFactoryProxy |
class |
XMLActionFactoryProxy
Obtain the XML action if the action suffix is
".xml". |
| Modifier and Type | Field and Description |
|---|---|
protected ActionFactory |
DefaultActionFactory.factory |
| Modifier and Type | Method and Description |
|---|---|
static ActionFactory |
ActionFactory.getActionFactory()
Returns the action factory implementation or the default action factory if not available.
|
protected ActionFactory |
ActionFactoryProxy.getNextFactory()
Returns the next action factory proxy in the delegation chain.
|
protected ActionFactory |
DefaultActionFactory.getRootFactory()
Get the root action factory (usually java).
|
protected ActionFactory |
SpringActionFactory.getRootFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ActionFactory.setActionFactory(ActionFactory aFactory)
Set the action factory implementation.
|
| Constructor and Description |
|---|
ActionFactoryProxy(ActionFactory aFactory)
Initialize the proxy with the previous proxy in the delegation chain.
|
AliasingActionFactoryProxy(ActionFactory aFactory) |
ChainingActionFactoryProxy(ActionFactory aFactory) |
CommandActionFactoryProxy(ActionFactory aFactory) |
ContextActionFactoryProxy(ActionFactory aFactory) |
JspActionFactoryProxy(ActionFactory aFactory) |
ParametersActionFactoryProxy(ActionFactory aFactory) |
PrefixActionFactoryProxy(ActionFactory aFactory) |
PrepareActionFactoryProxy(ActionFactory aFactory) |
ReloadHelperActionFactoryProxy(ActionFactory aFactory) |
ScriptActionFactoryProxy(ActionFactory aFactory) |
SpringActionFactoryProxy(ActionFactory factory) |
XMLActionFactoryProxy(ActionFactory aFactory) |
| Constructor and Description |
|---|
GenericDispatcher(String actionName,
ActionFactory actionFactory) |
Copyright © 2013 Atlassian. All Rights Reserved.