public class FormDataMultiPartDispatchProvider extends AbstractResourceMethodDispatchProvider
Support @FormDataParam injection into method parameters from
a FormDataMultiPart entity.
| Constructor and Description |
|---|
FormDataMultiPartDispatchProvider() |
| Modifier and Type | Method and Description |
|---|---|
RequestDispatcher |
create(AbstractResourceMethod abstractResourceMethod)
Create a
RequestDispatcher for a resource method of
a resource. |
RequestDispatcher |
create(AbstractResourceMethod method,
JavaMethodInvoker invoker)
Create a
RequestDispatcher for a resource method of
a resource. |
protected InjectableValuesProvider |
getInjectableValuesProvider(AbstractResourceMethod method)
Get the injectable values provider for an abstract resource method.
|
getInjectableProviderContextpublic RequestDispatcher create(AbstractResourceMethod abstractResourceMethod)
ResourceMethodDispatchProviderRequestDispatcher for a resource method of
a resource.create in interface ResourceMethodDispatchProvidercreate in class AbstractResourceMethodDispatchProviderabstractResourceMethod - the abstract resource method.public RequestDispatcher create(AbstractResourceMethod method, JavaMethodInvoker invoker)
ResourceMethodCustomInvokerDispatchProviderRequestDispatcher for a resource method of
a resource.create in interface ResourceMethodCustomInvokerDispatchProvidercreate in class AbstractResourceMethodDispatchProvidermethod - the abstract resource method.invoker - custom Java method invoker instanceprotected InjectableValuesProvider getInjectableValuesProvider(AbstractResourceMethod method)
AbstractResourceMethodDispatchProvidergetInjectableValuesProvider in class AbstractResourceMethodDispatchProvidermethod - the abstract resource method.Copyright © 2014 Oracle Corporation. All rights reserved.