|
||||||||||
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.JavaActionFactory
webwork.action.factory.ReloadingJavaActionFactory
Constructor Summary | |
ReloadingJavaActionFactory()
|
Method Summary | |
Action |
getActionImpl(java.lang.String name)
Returns a loaded and instantiated action class instance using a fully qualified classname. |
Methods inherited from class webwork.action.factory.JavaActionFactory |
flushCaches |
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 ReloadingJavaActionFactory()
Method Detail |
public Action getActionImpl(java.lang.String name) throws java.lang.Exception
getActionImpl
in class JavaActionFactory
name
- classname of the action to be created
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |