it.eng.spago.dispatching.service
Interface HttpRequestContextIFace

All Superinterfaces:
it.eng.spago.dispatching.service.RequestContextIFace
All Known Implementing Classes:
DefaultHttpRequestContext

public interface HttpRequestContextIFace
extends it.eng.spago.dispatching.service.RequestContextIFace


Method Summary
 void freezeHttpResponse()
           
 javax.servlet.http.HttpServletRequest getHttpRequest()
           
 javax.servlet.http.HttpServletResponse getHttpResponse()
           
 javax.servlet.ServletConfig getServletConfig()
           
 boolean isHttpResponseFreezed()
           
 void unfreezeHttpResponse()
           
 
Methods inherited from interface it.eng.spago.dispatching.service.RequestContextIFace
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext
 

Method Detail

getHttpRequest

public javax.servlet.http.HttpServletRequest getHttpRequest()

getHttpResponse

public javax.servlet.http.HttpServletResponse getHttpResponse()

getServletConfig

public javax.servlet.ServletConfig getServletConfig()

freezeHttpResponse

public void freezeHttpResponse()

unfreezeHttpResponse

public void unfreezeHttpResponse()

isHttpResponseFreezed

public boolean isHttpResponseFreezed()