Package | Description |
---|---|
com.sun.jersey.api.core |
Provides support for configuration.
|
com.sun.jersey.core.impl.provider.entity | |
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
Modifier and Type | Method and Description |
---|---|
Form |
HttpRequestContext.getFormParameters()
Get the form parameters of the request entity.
|
Modifier and Type | Method and Description |
---|---|
Form |
FormProvider.readFrom(Class<Form> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
void |
FormProvider.writeTo(Form t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
Form |
FormProvider.readFrom(Class<Form> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
Form |
AdaptingContainerRequest.getFormParameters() |
Form |
ContainerRequest.getFormParameters() |
Copyright © 2013 Oracle Corporation. All rights reserved.