com.google.code.rees.scope.struts2
Class ConversationRedirectResult

java.lang.Object
  extended by org.apache.struts2.dispatcher.StrutsResultSupport
      extended by org.apache.struts2.dispatcher.ServletRedirectResult
          extended by com.google.code.rees.scope.struts2.ConversationRedirectResult
All Implemented Interfaces:
com.opensymphony.xwork2.Result, com.opensymphony.xwork2.util.reflection.ReflectionExceptionHandler, Serializable, org.apache.struts2.StrutsStatics

public class ConversationRedirectResult
extends org.apache.struts2.dispatcher.ServletRedirectResult

Author:
rees.byars
See Also:
Serialized Form

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

ConversationRedirectResult

public ConversationRedirectResult()
Method Detail

sendRedirect

protected void sendRedirect(javax.servlet.http.HttpServletResponse response,
                            String finalLocation)
                     throws IOException
Sends the redirection with the conversation IDs included as parameters

Overrides:
sendRedirect in class org.apache.struts2.dispatcher.ServletRedirectResult
Parameters:
response - The response
finalLocation - The location URI
Throws:
IOException


Copyright © 2012-2013. All Rights Reserved.