|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpContextAccess
A HttpContextAccess makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly. Typically a HttpContextAccess is injected into web resource implementation class using the Context annotation.
Method Summary | |
---|---|
java.lang.Object |
getCurrentResource()
Get the current resource. |
HttpRequestContext |
getHttpRequestContext()
Get the HTTP request information. |
HttpResponseContext |
getHttpResponseContext()
Get the HTTP response information. |
Method Detail |
---|
HttpRequestContext getHttpRequestContext()
HttpResponseContext getHttpResponseContext()
java.lang.Object getCurrentResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |