|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebwork.action.ActionSupport
webwork.action.standard.JSP
JSP execution wrapper. This action allows JSP pages to be executed as actions. The JSP page should set the request attribute "result" to the result status. Well defined result status constants are defined in the Action interface.
Action
,
Serialized FormNested Class Summary | |
class |
JSP.WrapperHttpServletResponse
Response wrapper. |
Field Summary |
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages, log |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
JSP()
|
Method Summary | |
java.lang.String |
execute()
Execute the wrapper. |
java.lang.String |
getPage()
Get name of the page that is wrapped |
void |
setPage(java.lang.String aPageName)
Set the name of the page that is to be executed. |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, doDefault, doExecute, doValidation, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JSP()
Method Detail |
public java.lang.String getPage()
public void setPage(java.lang.String aPageName)
JspActionFactoryProxy
public java.lang.String execute() throws java.lang.Exception
execute
in interface Action
execute
in class ActionSupport
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |