| Package | Description |
|---|---|
| webwork.action.factory |
Actions are instantiated by using classes in this package.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
ScriptActionFactoryProxy
Obtains the Script action if the suffix is a supported scripting suffix.
|
class |
SpringActionFactoryProxy |
class |
XMLActionFactoryProxy
Obtain the XML action if the action suffix is
".xml". |
Copyright © 2013 Atlassian. All Rights Reserved.