|
||||||||||
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
webwork.action.standard.Referrer
Redirect to the page that referred this action invocation. This action is useful to set as result of an action which perform some update of state on a page (such as removing or updating data).
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 | |
Referrer()
|
Method Summary | |
protected java.lang.String |
doExecute()
Redirect to URL |
void |
setServletRequest(javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class webwork.action.standard.Redirect |
getUrl, setServletResponse, setUrl, validate |
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 Referrer()
Method Detail |
public void setServletRequest(javax.servlet.http.HttpServletRequest request)
setServletRequest
in interface ServletRequestAware
protected java.lang.String doExecute() throws java.lang.Exception
doExecute
in class Redirect
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |