portal.core.servlet
Class HttpProcessContext

java.lang.Object
  extended byportal.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)
           
 
Method Summary
 GraphicsDevice getGraphicsDevice()
           
 HttpServletRequest getRequest()
           
 HttpServletResponse getResponse()
           
 ServletContext getServletContext()
           
 void redirectToRenderer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProcessContext

public HttpProcessContext(ServletContext servletContext,
                          HttpServletRequest request,
                          HttpServletResponse response)
Method Detail

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