| Package | Description |
|---|---|
| com.sun.jersey.multipart.impl | |
| com.sun.jersey.server.impl.application | |
| com.sun.jersey.server.impl.ejb | |
| com.sun.jersey.server.impl.model | |
| com.sun.jersey.server.impl.model.method | |
| com.sun.jersey.server.impl.model.method.dispatch | |
| com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormDataMultiPartDispatchProvider
Support
@FormDataParam injection into method parameters from
a FormDataMultiPart entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceMethodDispatcherFactory |
| Modifier and Type | Method and Description |
|---|---|
static ResourceMethodDispatchProvider |
ResourceMethodDispatcherFactory.create(ProviderServices providerServices) |
protected ResourceMethodDispatchProvider |
WebApplicationImpl.getDispatchProvider() |
| Modifier and Type | Class and Description |
|---|---|
class |
EJBRequestDispatcherProvider |
| Constructor and Description |
|---|
ResourceUriRules(ResourceConfig resourceConfig,
ResourceMethodDispatchProvider dp,
ServerInjectableProviderContext injectableContext,
FilterFactory ff,
WadlFactory wadlFactory,
DispatchingListener dispatchingListener,
AbstractResource resource) |
| Constructor and Description |
|---|
ResourceHttpMethod(ResourceMethodDispatchProvider dp,
FilterFactory ff,
AbstractResourceMethod arm) |
ResourceHttpMethod(ResourceMethodDispatchProvider dp,
FilterFactory ff,
List<ResourceFilter> resourceFilters,
UriTemplate template,
AbstractResourceMethod arm) |
ResourceHttpMethod(ResourceMethodDispatchProvider dp,
FilterFactory ff,
UriTemplate template,
AbstractResourceMethod arm) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceMethodDispatchProvider
A partial implementation of
ResourceMethodDispatchProvider that
creates instances of RequestDispatcher. |
class |
EntityParamDispatchProvider |
class |
FormDispatchProvider |
class |
HttpReqResDispatchProvider
A dispatch provider implementation that answers to methods with a return
definition of void, receiving only HttpRequestContext and HttpResponseContext
(a service alike method).
|
class |
MultipartFormDispatchProvider |
class |
VoidVoidDispatchProvider
A provider for methods that are marked as void and receiving no args.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodDispatchProvider |
ResourceMethodDispatchAdapter.adapt(ResourceMethodDispatchProvider provider)
Adapt a @{link ResourceMethodDispatchProvider}.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodDispatchProvider |
ResourceMethodDispatchAdapter.adapt(ResourceMethodDispatchProvider provider)
Adapt a @{link ResourceMethodDispatchProvider}.
|
Copyright © 2014 Oracle Corporation. All rights reserved.