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