it.eng.spago.dispatching.service
Class DefaultHttpRequestContext

java.lang.Object
  extended byit.eng.spago.dispatching.service.DefaultRequestContext
      extended byit.eng.spago.dispatching.service.DefaultHttpRequestContext
All Implemented Interfaces:
HttpRequestContextIFace, it.eng.spago.dispatching.service.RequestContextIFace, java.io.Serializable
Direct Known Subclasses:
AbstractHttpAction, AbstractHttpModule

public class DefaultHttpRequestContext
extends it.eng.spago.dispatching.service.DefaultRequestContext
implements HttpRequestContextIFace

See Also:
Serialized Form

Constructor Summary
DefaultHttpRequestContext()
           
DefaultHttpRequestContext(it.eng.spago.base.RequestContainer requestContainer, it.eng.spago.base.ResponseContainer responseContainer)
           
 
Method Summary
 void freezeHttpResponse()
           
 javax.servlet.http.HttpServletRequest getHttpRequest()
           
 javax.servlet.http.HttpServletResponse getHttpResponse()
           
 javax.servlet.ServletConfig getServletConfig()
           
 boolean isHttpResponseFreezed()
           
 void setRequestContext(it.eng.spago.dispatching.service.RequestContextIFace requestContext)
           
 void unfreezeHttpResponse()
           
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spago.dispatching.service.RequestContextIFace
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse
 

Constructor Detail

DefaultHttpRequestContext

public DefaultHttpRequestContext()

DefaultHttpRequestContext

public DefaultHttpRequestContext(it.eng.spago.base.RequestContainer requestContainer,
                                 it.eng.spago.base.ResponseContainer responseContainer)
Method Detail

setRequestContext

public void setRequestContext(it.eng.spago.dispatching.service.RequestContextIFace requestContext)
Specified by:
setRequestContext in interface it.eng.spago.dispatching.service.RequestContextIFace

getHttpRequest

public javax.servlet.http.HttpServletRequest getHttpRequest()
Specified by:
getHttpRequest in interface HttpRequestContextIFace

getHttpResponse

public javax.servlet.http.HttpServletResponse getHttpResponse()
Specified by:
getHttpResponse in interface HttpRequestContextIFace

getServletConfig

public javax.servlet.ServletConfig getServletConfig()
Specified by:
getServletConfig in interface HttpRequestContextIFace

freezeHttpResponse

public void freezeHttpResponse()
Specified by:
freezeHttpResponse in interface HttpRequestContextIFace

unfreezeHttpResponse

public void unfreezeHttpResponse()
Specified by:
unfreezeHttpResponse in interface HttpRequestContextIFace

isHttpResponseFreezed

public boolean isHttpResponseFreezed()
Specified by:
isHttpResponseFreezed in interface HttpRequestContextIFace