com.sun.jersey.server.impl.model.method.dispatch
Class MultipartFormDispatchProvider

java.lang.Object
  extended by com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
      extended by com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
          extended by com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
All Implemented Interfaces:
ResourceMethodDispatchProvider

public class MultipartFormDispatchProvider
extends FormDispatchProvider

Author:
Paul.Sandoz@Sun.Com

Field Summary
 
Fields inherited from class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
FORM_PROPERTY
 
Constructor Summary
MultipartFormDispatchProvider()
           
 
Method Summary
 RequestDispatcher create(AbstractResourceMethod method)
          Create a RequestDispatcher for a resource method of a resource.
protected  java.util.List<Injectable> getInjectables(AbstractResourceMethod method)
           
protected  void processForm(HttpContext context)
           
 
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
getInjectableValuesProvider, getMultivaluedParameterExtractorProvider
 
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
getInjectableProviderContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartFormDispatchProvider

public MultipartFormDispatchProvider()
Method Detail

processForm

protected void processForm(HttpContext context)
Overrides:
processForm in class FormDispatchProvider

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 java.util.List<Injectable> getInjectables(AbstractResourceMethod method)
Overrides:
getInjectables in class FormDispatchProvider


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.