|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts2.dispatcher.StrutsResultSupport
org.apache.struts2.dispatcher.ServletRedirectResult
com.google.code.rees.scope.struts2.ConversationRedirectResult
public class ConversationRedirectResult
| Field Summary |
|---|
| Fields inherited from class org.apache.struts2.dispatcher.ServletRedirectResult |
|---|
actionMapper, anchor, prependServletContext, requestParameters, statusCode, suppressEmptyParameters |
| Fields inherited from class org.apache.struts2.dispatcher.StrutsResultSupport |
|---|
DEFAULT_PARAM |
| Fields inherited from interface org.apache.struts2.StrutsStatics |
|---|
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT |
| Constructor Summary | |
|---|---|
ConversationRedirectResult()
|
|
| Method Summary | |
|---|---|
protected void |
sendRedirect(javax.servlet.http.HttpServletResponse response,
String finalLocation)
Sends the redirection with the conversation IDs included as parameters |
| Methods inherited from class org.apache.struts2.dispatcher.ServletRedirectResult |
|---|
addParameter, doExecute, execute, getProhibitedResultParams, handle, setActionMapper, setAnchor, setPrependServletContext, setStatusCode, setSuppressEmptyParameters, setUrlHelper |
| Methods inherited from class org.apache.struts2.dispatcher.StrutsResultSupport |
|---|
conditionalParse, getLastFinalLocation, getLocation, setEncode, setLocation, setParse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversationRedirectResult()
| Method Detail |
|---|
protected void sendRedirect(javax.servlet.http.HttpServletResponse response,
String finalLocation)
throws IOException
sendRedirect in class org.apache.struts2.dispatcher.ServletRedirectResultresponse - The responsefinalLocation - The location URI
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||