|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Form | |
---|---|
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. |
Uses of Form in com.sun.jersey.api.core |
---|
Methods in com.sun.jersey.api.core that return Form | |
---|---|
Form |
HttpRequestContext.getFormParameters()
Get the form parameters of the request entity. |
Uses of Form in com.sun.jersey.core.impl.provider.entity |
---|
Methods in com.sun.jersey.core.impl.provider.entity that return Form | |
---|---|
Form |
FormProvider.readFrom(Class<Form> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
|
Methods in com.sun.jersey.core.impl.provider.entity with parameters of type Form | |
---|---|
void |
FormProvider.writeTo(Form t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
|
Method parameters in com.sun.jersey.core.impl.provider.entity with type arguments of type Form | |
---|---|
Form |
FormProvider.readFrom(Class<Form> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
|
Uses of Form in com.sun.jersey.spi.container |
---|
Methods in com.sun.jersey.spi.container that return Form | |
---|---|
Form |
ContainerRequest.getFormParameters()
|
Form |
AdaptingContainerRequest.getFormParameters()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |