public class PollenServletActionRedirectResult
extends org.apache.struts2.dispatcher.ServletActionRedirectResult
ServletActionRedirectResult to be able to use : in urls.ActionMapper,
Serialized FormactionName, DEFAULT_PARAM, method, namespace| Constructor and Description |
|---|
PollenServletActionRedirectResult() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(String finalLocation,
com.opensymphony.xwork2.ActionInvocation invocation)
Redirects to the location specified by calling
HttpServletResponse.sendRedirect(String). |
execute, getProhibitedResultParams, setActionName, setMethod, setNamespaceaddParameter, handle, sendRedirect, setActionMapper, setAnchor, setPrependServletContext, setStatusCode, setSuppressEmptyParameters, setUrlHelperconditionalParse, getLastFinalLocation, getLocation, setEncode, setLocation, setParseprotected void doExecute(String finalLocation, com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
HttpServletResponse.sendRedirect(String).doExecute in class org.apache.struts2.dispatcher.ServletRedirectResultfinalLocation - the location to redirect to.invocation - an encapsulation of the action execution state.Exception - if an error occurs when redirecting.Copyright © 2009–2013 CodeLutin. All rights reserved.