portal.core.servlet
Interface IHttpProcessContext

All Known Implementing Classes:
HttpProcessContext, HttpProcessContextWrapper

public interface IHttpProcessContext


Method Summary
 GraphicsDevice getGraphicsDevice()
           
 HttpServletRequest getRequest()
           
 HttpServletResponse getResponse()
           
 ServletContext getServletContext()
           
 void redirectToRenderer()
           
 

Method Detail

getGraphicsDevice

public GraphicsDevice getGraphicsDevice()

getRequest

public HttpServletRequest getRequest()

getResponse

public HttpServletResponse getResponse()

getServletContext

public ServletContext getServletContext()

redirectToRenderer

public void redirectToRenderer()
                        throws ServletException
Throws:
ServletException