com.sun.jersey.server.impl.model.method.dispatch
Class MultipartFormDispatchProvider
java.lang.Object
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
- All Implemented Interfaces:
- ResourceMethodDispatchProvider
public class MultipartFormDispatchProvider
- extends FormDispatchProvider
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartFormDispatchProvider
public MultipartFormDispatchProvider()
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 FormDispatchProvider
- Parameters:
method
- the abstract resource method.
- Returns:
- the request dispatcher, otherwise null if it could not be created
for the abstract resource method.
getInjectables
protected List<Injectable> getInjectables(AbstractResourceMethod method)
- Overrides:
getInjectables
in class FormDispatchProvider
Copyright © 2013 Oracle Corporation. All Rights Reserved.