|
||||||||||
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.ScriptActionFactoryProxy
Obtains the Script action if the suffix is a supported scripting suffix.
Constructor Summary | |
ScriptActionFactoryProxy(ActionFactory aFactory)
|
Method Summary | |
Action |
getActionImpl(java.lang.String aName)
If the suffix of the action is a scripting extension, get the Script action and then load the script. |
Methods inherited from class webwork.action.factory.ActionFactoryProxy |
flushCaches, 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 ScriptActionFactoryProxy(ActionFactory aFactory)
Method Detail |
public Action getActionImpl(java.lang.String aName) throws java.lang.Exception
".js"
is the only suffix supported.
getActionImpl
in class ActionFactory
aName
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |