|
||||||||||
| 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.
| Field Summary | |
|---|---|
static String |
FORM_DECODED_PROPERTY
Used internally for storing Form instance with url-decoded values in HttpContext
properties. |
static String |
FORM_PROPERTY
Used internally for storing Form instance with original (not url-decoded) values in HttpContext properties. |
| Method Summary | |
|---|---|
ContainerRequest |
getRequestContext()
Get the HTTP request information. |
ExtendedUriInfo |
getUriInfo()
Get the extended URI information. |
| Field Detail |
|---|
static final String FORM_PROPERTY
Form instance with original (not url-decoded) values in HttpContext properties.
static final String FORM_DECODED_PROPERTY
Form instance with url-decoded values in HttpContext
properties.
| Method Detail |
|---|
ExtendedUriInfo getUriInfo()
ContainerRequest getRequestContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||