portal.core.servlet
Class HttpProcessContextWrapper

java.lang.Object
  extended byportal.core.servlet.HttpProcessContextWrapper
All Implemented Interfaces:
IHttpProcessContext
Direct Known Subclasses:
BufferedHttpProcessContext

public class HttpProcessContextWrapper
extends java.lang.Object
implements IHttpProcessContext


Constructor Summary
HttpProcessContextWrapper(IHttpProcessContext wrappedContext)
           
 
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

HttpProcessContextWrapper

public HttpProcessContextWrapper(IHttpProcessContext wrappedContext)
Method Detail

getGraphicsDevice

public GraphicsDevice getGraphicsDevice()
Specified by:
getGraphicsDevice in interface IHttpProcessContext

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

redirectToRenderer

public void redirectToRenderer()
                        throws ServletException
Specified by:
redirectToRenderer in interface IHttpProcessContext
Throws:
ServletException