com.opensymphony.web
Class ActionContext
java.lang.Object
|
+--com.opensymphony.web.ActionContext
- public class ActionContext
- extends java.lang.Object
Constructor Summary |
ActionContext(javax.servlet.Servlet servlet,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionContext
public ActionContext(javax.servlet.Servlet servlet,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
getServletContext
public javax.servlet.ServletContext getServletContext()
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
getServlet
public javax.servlet.http.HttpServlet getServlet()
getSession
public javax.servlet.http.HttpSession getSession()
getParameters
public Parameters getParameters()
getOut
public javax.servlet.ServletOutputStream getOut()
throws javax.servlet.ServletException
forward
public void forward(java.lang.String path)
include
public void include(java.lang.String path)