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.
|
getInjectableProviderContext
public RequestDispatcher create(AbstractResourceMethod abstractResourceMethod)
ResourceMethodDispatchProvider
RequestDispatcher
for a resource method of
a resource.create
in interface ResourceMethodDispatchProvider
create
in class AbstractResourceMethodDispatchProvider
abstractResourceMethod
- the abstract resource method.public RequestDispatcher create(AbstractResourceMethod method, JavaMethodInvoker invoker)
ResourceMethodCustomInvokerDispatchProvider
RequestDispatcher
for a resource method of
a resource.create
in interface ResourceMethodCustomInvokerDispatchProvider
create
in class AbstractResourceMethodDispatchProvider
method
- the abstract resource method.invoker
- custom Java method invoker instanceprotected InjectableValuesProvider getInjectableValuesProvider(AbstractResourceMethod method)
AbstractResourceMethodDispatchProvider
getInjectableValuesProvider
in class AbstractResourceMethodDispatchProvider
method
- the abstract resource method.Copyright © 2013 Oracle Corporation. All rights reserved.