portal.core.servlet
Class HttpProcessContext
java.lang.Object
portal.core.servlet.HttpProcessContext
- All Implemented Interfaces:
- IHttpProcessContext
- public class HttpProcessContext
- extends java.lang.Object
- implements IHttpProcessContext
|
Constructor Summary |
HttpProcessContext(ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpProcessContext
public HttpProcessContext(ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response)
getGraphicsDevice
public GraphicsDevice getGraphicsDevice()
- Specified by:
getGraphicsDevice in interface IHttpProcessContext
redirectToRenderer
public void redirectToRenderer()
throws ServletException
- Specified by:
redirectToRenderer in interface IHttpProcessContext
- Throws:
ServletException
getRequest
public HttpServletRequest getRequest()
- Specified by:
getRequest in interface IHttpProcessContext
getResponse
public HttpServletResponse getResponse()
- Specified by:
getResponse in interface IHttpProcessContext
getServletContext
public ServletContext getServletContext()
- Specified by:
getServletContext in interface IHttpProcessContext