com.sun.jersey.multipart.impl
Class FormDataMultiPartDispatchProvider
java.lang.Object
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
com.sun.jersey.multipart.impl.FormDataMultiPartDispatchProvider
- All Implemented Interfaces:
- ResourceMethodDispatchProvider
public class FormDataMultiPartDispatchProvider
- extends AbstractResourceMethodDispatchProvider
Support @FormDataParam
injection into method parameters from
a FormDataMultiPart
entity.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormDataMultiPartDispatchProvider
public FormDataMultiPartDispatchProvider()
create
public RequestDispatcher create(AbstractResourceMethod method)
- Description copied from interface:
ResourceMethodDispatchProvider
- Create a
RequestDispatcher
for a resource method of
a resource.
- Specified by:
create
in interface ResourceMethodDispatchProvider
- Overrides:
create
in class AbstractResourceMethodDispatchProvider
- Parameters:
method
- the abstract resource method.
- Returns:
- the request dispatcher, otherwise null if it could not be created
for the abstract resource method.
getInjectableValuesProvider
protected InjectableValuesProvider getInjectableValuesProvider(AbstractResourceMethod method)
- Description copied from class:
AbstractResourceMethodDispatchProvider
- Get the injectable values provider for an abstract resource method.
- Specified by:
getInjectableValuesProvider
in class AbstractResourceMethodDispatchProvider
- Parameters:
method
- the abstract resource method.
- Returns:
- the injectable values provider, or null if no injectable values
can be created for the parameters of the abstract
resource method.
Copyright © 2013 Oracle Corporation. All Rights Reserved.