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

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

public class ConversationActionRedirectResult
extends org.apache.struts2.dispatcher.ServletActionRedirectResult

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts2.dispatcher.ServletActionRedirectResult
actionName, DEFAULT_PARAM, method, namespace
 
Fields inherited from class org.apache.struts2.dispatcher.ServletRedirectResult
actionMapper, anchor, prependServletContext, requestParameters, statusCode, suppressEmptyParameters
 
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
ConversationActionRedirectResult()
           
 
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.ServletActionRedirectResult
execute, getProhibitedResultParams, setActionName, setMethod, setNamespace
 
Methods inherited from class org.apache.struts2.dispatcher.ServletRedirectResult
addParameter, doExecute, 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
 
Methods inherited from interface com.opensymphony.xwork2.util.reflection.ReflectionExceptionHandler
handle
 

Constructor Detail

ConversationActionRedirectResult

public ConversationActionRedirectResult()
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.