public class PrefixActionFactoryProxy extends ActionFactoryProxy
webwork.action.packages is used to specify a comma separated list of packages that should be considered
as prefixes. The default package prefix list is: webwork.action.test and
webwork.action.standard.| Constructor and Description |
|---|
PrefixActionFactoryProxy(ActionFactory aFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushCaches()
Called if the configuration has been modified.
|
Action |
getActionImpl(String aName)
Returns an action class instance after searching through a list of package prefixes from the configuration
properties.
|
getNextFactorygetAction, getActionFactory, setActionFactorypublic PrefixActionFactoryProxy(ActionFactory aFactory)
public Action getActionImpl(String aName) throws Exception
getActionImpl in class ActionFactoryaName - Exceptionpublic void flushCaches()
ActionFactoryflushCaches in class ActionFactoryProxyCopyright © 2013 Atlassian. All Rights Reserved.