|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpContext
A HttpContext makes it possible for a web resource implementation class to
access and manipulate HTTP request and response information directly. Typically
a HttpContext is injected on to a resource class using the
annotation Context
.
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get the mutable propertiee. |
HttpRequestContext |
getRequest()
Get the HTTP request information. |
HttpResponseContext |
getResponse()
Get the HTTP response information. |
ExtendedUriInfo |
getUriInfo()
Get the extended URI information. |
Method Detail |
---|
ExtendedUriInfo getUriInfo()
HttpRequestContext getRequest()
HttpResponseContext getResponse()
java.util.Map<java.lang.String,java.lang.Object> getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |