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

java.lang.Object
  extended by com.sun.jersey.spi.inject.SingletonTypeInjectableProvider<javax.ws.rs.core.Context,MultipartHandler>
      extended by com.atlassian.plugins.rest.common.multipart.jersey.MultipartHandlerInjectableProvider
All Implemented Interfaces:
com.sun.jersey.spi.inject.Injectable<MultipartHandler>, com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,java.lang.reflect.Type>

@Provider
public class MultipartHandlerInjectableProvider
extends com.sun.jersey.spi.inject.SingletonTypeInjectableProvider<javax.ws.rs.core.Context,MultipartHandler>


Constructor Summary
MultipartHandlerInjectableProvider(MultipartHandler handler)
          Construct a new instance with the Type and the instance.
 
Method Summary
 
Methods inherited from class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
getInjectable, getScope, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartHandlerInjectableProvider

public MultipartHandlerInjectableProvider(MultipartHandler handler)
Construct a new instance with the Type and the instance.

Parameters:
handler - the instance.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.