org.apache.struts2.views.xdocreport
Class ActionInvocationUtils

java.lang.Object
  extended by org.apache.struts2.views.xdocreport.ActionInvocationUtils

public class ActionInvocationUtils
extends Object


Constructor Summary
ActionInvocationUtils()
           
 
Method Summary
static javax.servlet.http.HttpServletRequest getRequest(com.opensymphony.xwork2.ActionInvocation invocation)
           
static javax.servlet.http.HttpServletResponse getResponse(com.opensymphony.xwork2.ActionInvocation invocation)
           
static javax.servlet.ServletContext getServletContext(com.opensymphony.xwork2.ActionInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInvocationUtils

public ActionInvocationUtils()
Method Detail

getServletContext

public static javax.servlet.ServletContext getServletContext(com.opensymphony.xwork2.ActionInvocation invocation)

getRequest

public static javax.servlet.http.HttpServletRequest getRequest(com.opensymphony.xwork2.ActionInvocation invocation)

getResponse

public static javax.servlet.http.HttpServletResponse getResponse(com.opensymphony.xwork2.ActionInvocation invocation)


Copyright © 2013. All rights reserved.