public class FormDispatchProvider extends AbstractResourceMethodDispatchProvider
Modifier and Type | Field and Description |
---|---|
static String |
FORM_PROPERTY |
Constructor and Description |
---|
FormDispatchProvider() |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
create(AbstractResourceMethod abstractResourceMethod)
Create a
RequestDispatcher for a resource method of
a resource. |
RequestDispatcher |
create(AbstractResourceMethod abstractResourceMethod,
JavaMethodInvoker invoker)
Create a
RequestDispatcher for a resource method of
a resource. |
protected List<Injectable> |
getInjectables(AbstractResourceMethod method) |
protected InjectableValuesProvider |
getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod)
Get the injectable values provider for an abstract resource method.
|
protected MultivaluedParameterExtractorProvider |
getMultivaluedParameterExtractorProvider() |
getInjectableProviderContext
public static final String FORM_PROPERTY
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 abstractResourceMethod, JavaMethodInvoker invoker)
ResourceMethodCustomInvokerDispatchProvider
RequestDispatcher
for a resource method of
a resource.create
in interface ResourceMethodCustomInvokerDispatchProvider
create
in class AbstractResourceMethodDispatchProvider
abstractResourceMethod
- the abstract resource method.invoker
- custom Java method invoker instanceprotected InjectableValuesProvider getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod)
AbstractResourceMethodDispatchProvider
getInjectableValuesProvider
in class AbstractResourceMethodDispatchProvider
abstractResourceMethod
- the abstract resource method.protected MultivaluedParameterExtractorProvider getMultivaluedParameterExtractorProvider()
protected List<Injectable> getInjectables(AbstractResourceMethod method)
Copyright © 2013 Oracle Corporation. All rights reserved.