|
||||||||||
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.XMLActionFactoryProxy
Obtain the XML action if the action suffix is ".xml"
.
Constructor Summary | |
XMLActionFactoryProxy(ActionFactory aFactory)
|
Method Summary | |
Action |
getActionImpl(java.lang.String aName)
If the suffix of the action is ".xml" , get the XML action. |
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 XMLActionFactoryProxy(ActionFactory aFactory)
Method Detail |
public Action getActionImpl(java.lang.String aName) throws java.lang.Exception
".xml"
, get the XML action.
getActionImpl
in class ActionFactory
aName
-
java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |