public class JSP extends ActionSupport
Action,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
class |
JSP.WrapperHttpServletResponse
Response wrapper.
|
command, errorMap, errorMessages, log| Constructor and Description |
|---|
JSP() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
Execute the wrapper.
|
String |
getPage()
Get name of the page that is wrapped
|
void |
setPage(String aPageName)
Set the name of the page that is to be executed.
|
addError, addErrorMessage, addIllegalArgumentException, doDefault, doExecute, doValidation, getActionName, getCommandName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validatepublic String getPage()
public void setPage(String aPageName)
JspActionFactoryProxypublic String execute() throws Exception
execute in interface Actionexecute in class ActionSupportException - thrown if a system level exception occurs. Application level exceptions should be handled by
returning an error value, such as Action.ERROR.Copyright © 2013 Atlassian. All Rights Reserved.