com.atlassian.plugins.rest.common.multipart.jersey
Class MultipartFormDispatchProvider

java.lang.Object
  extended by com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
      extended by com.atlassian.plugins.rest.common.multipart.jersey.MultipartFormDispatchProvider
All Implemented Interfaces:
com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchProvider, com.sun.jersey.spi.container.ResourceMethodDispatchProvider

@Provider
public class MultipartFormDispatchProvider
extends com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider

Dispatchs requests to methods with MultipartFormParam parameters

Since:
2.4

Constructor Summary
MultipartFormDispatchProvider()
           
 
Method Summary
 com.sun.jersey.spi.dispatch.RequestDispatcher create(com.sun.jersey.api.model.AbstractResourceMethod abstractResourceMethod)
           
protected  com.sun.jersey.server.impl.inject.InjectableValuesProvider getInjectableValuesProvider(com.sun.jersey.api.model.AbstractResourceMethod method)
           
 
Methods inherited from class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
create, 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

create

public com.sun.jersey.spi.dispatch.RequestDispatcher create(com.sun.jersey.api.model.AbstractResourceMethod abstractResourceMethod)
Specified by:
create in interface com.sun.jersey.spi.container.ResourceMethodDispatchProvider
Overrides:
create in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider

getInjectableValuesProvider

protected com.sun.jersey.server.impl.inject.InjectableValuesProvider getInjectableValuesProvider(com.sun.jersey.api.model.AbstractResourceMethod method)
Specified by:
getInjectableValuesProvider in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider


Copyright © 2014 Atlassian. All Rights Reserved.