Package | Description |
---|---|
com.sun.jersey.multipart.impl | |
com.sun.jersey.server.impl.model.method.dispatch |
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 |
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.
|
Copyright © 2013 Oracle Corporation. All rights reserved.