it.eng.spago.dispatching.service
Class DefaultHttpRequestContext
java.lang.Object
it.eng.spago.dispatching.service.DefaultRequestContext
it.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
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 |
DefaultHttpRequestContext
public DefaultHttpRequestContext()
DefaultHttpRequestContext
public DefaultHttpRequestContext(it.eng.spago.base.RequestContainer requestContainer,
it.eng.spago.base.ResponseContainer responseContainer)
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