|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebwork.action.factory.ActionFactory
webwork.action.factory.ActionFactoryProxy
webwork.action.factory.PrefixActionFactoryProxy
Locate an action based on the configured list of package prefixes.
The configuration property 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 Summary | |
PrefixActionFactoryProxy(ActionFactory aFactory)
|
|
| Method Summary | |
void |
flushCaches()
Called if the configuration has been modified. |
Action |
getActionImpl(java.lang.String aName)
Returns an action class instance after searching through a list of package prefixes from the configuration properties. |
| Methods inherited from class webwork.action.factory.ActionFactoryProxy |
getNextFactory |
| Methods inherited from class webwork.action.factory.ActionFactory |
getAction, getActionFactory, setActionFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PrefixActionFactoryProxy(ActionFactory aFactory)
| Method Detail |
public Action getActionImpl(java.lang.String aName)
throws java.lang.Exception
getActionImpl in class ActionFactoryaName -
java.lang.Exceptionpublic void flushCaches()
ActionFactory
flushCaches in class ActionFactoryProxy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||