|
||||||||||
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
Extends ActionFactory to provide proxy support.
Constructor Summary | |
protected |
ActionFactoryProxy(ActionFactory aFactory)
Initialize the proxy with the previous proxy in the delegation chain. |
Method Summary | |
void |
flushCaches()
Called if the configuration has been modified. |
protected ActionFactory |
getNextFactory()
Returns the next action factory proxy in the delegation chain. |
Methods inherited from class webwork.action.factory.ActionFactory |
getAction, getActionFactory, getActionImpl, setActionFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ActionFactoryProxy(ActionFactory aFactory)
aFactory
- next action factory proxyMethod Detail |
protected ActionFactory getNextFactory()
public void flushCaches()
ActionFactory
flushCaches
in class ActionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |