public interface HttpContext
Context.| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
ContainerRequest |
getRequestContext()
Get the HTTP request information.
|
ExtendedUriInfo |
getUriInfo()
Get the extended URI information.
|
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.ExtendedUriInfo getUriInfo()
ContainerRequest getRequestContext()
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.