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() |
getInjectableProviderContextpublic static final String FORM_PROPERTY
public 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 abstractResourceMethod, JavaMethodInvoker invoker)
ResourceMethodCustomInvokerDispatchProviderRequestDispatcher for a resource method of
a resource.create in interface ResourceMethodCustomInvokerDispatchProvidercreate in class AbstractResourceMethodDispatchProviderabstractResourceMethod - the abstract resource method.invoker - custom Java method invoker instanceprotected InjectableValuesProvider getInjectableValuesProvider(AbstractResourceMethod abstractResourceMethod)
AbstractResourceMethodDispatchProvidergetInjectableValuesProvider in class AbstractResourceMethodDispatchProviderabstractResourceMethod - the abstract resource method.protected MultivaluedParameterExtractorProvider getMultivaluedParameterExtractorProvider()
protected List<Injectable> getInjectables(AbstractResourceMethod method)
Copyright © 2014 Oracle Corporation. All rights reserved.