|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerRequest
The HTTP request context supplied by the container.
This interface is a place for holder for any container specific HTTP request functionality that may be required in the future.
| Field Summary |
|---|
| Fields inherited from interface javax.ws.rs.core.SecurityContext |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Method Summary | |
|---|---|
void |
addTemplateValues(java.util.List<java.lang.String> names,
java.util.List<java.lang.String> values)
Add templates values to the HTTP request. |
| Methods inherited from interface com.sun.ws.rest.api.core.HttpRequestContext |
|---|
getAcceptableMediaType, getEntity, getHeaderValue, getHttpMethod |
| Methods inherited from interface javax.ws.rs.core.HttpHeaders |
|---|
getAcceptableMediaTypes, getCookies, getLanguage, getMediaType, getRequestHeaders |
| Methods inherited from interface javax.ws.rs.core.UriInfo |
|---|
getAbsolutePath, getAbsolutePathBuilder, getBaseUri, getBaseUriBuilder, getPath, getPath, getPathSegments, getPathSegments, getQueryParameters, getQueryParameters, getRequestUri, getRequestUriBuilder, getTemplateParameters, getTemplateParameters |
| Methods inherited from interface javax.ws.rs.core.Request |
|---|
evaluatePreconditions, evaluatePreconditions, evaluatePreconditions, selectVariant |
| Methods inherited from interface javax.ws.rs.core.SecurityContext |
|---|
getAuthenticationScheme, getUserPrincipal, isSecure, isUserInRole |
| Method Detail |
|---|
void addTemplateValues(java.util.List<java.lang.String> names,
java.util.List<java.lang.String> values)
The template names and values must be in encoded form.
names - the list of template names.values - the list of template values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||