|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebwork.action.ActionSupport
webwork.action.standard.Redirect
Redirect to a given URL. Do not map any view to this action.
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 | |
Redirect()
|
Method Summary | |
protected java.lang.String |
doExecute()
Redirect to URL |
java.lang.String |
getUrl()
|
void |
setServletResponse(javax.servlet.http.HttpServletResponse aResponse)
|
void |
setUrl(java.lang.String aUrl)
URL to redirect to |
protected void |
validate()
Do validation. |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, execute, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Redirect()
Method Detail |
public void setServletResponse(javax.servlet.http.HttpServletResponse aResponse)
setServletResponse
in interface ServletResponseAware
public void setUrl(java.lang.String aUrl)
public java.lang.String getUrl()
protected void validate() throws ResultException
ActionSupport
validate
in class ActionSupport
ResultException
protected java.lang.String doExecute() throws java.lang.Exception
doExecute
in class ActionSupport
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |