com.sun.jersey.multipart.impl
Class MultiPartConfigProvider

java.lang.Object
  extended by com.sun.jersey.multipart.impl.MultiPartConfigProvider
All Implemented Interfaces:
InjectableProvider<Context,Type>

public class MultiPartConfigProvider
extends Object
implements InjectableProvider<Context,Type>

Jersey-specific injectable provider that supplies a configured instance of MultiPartConfig for this application.


Constructor Summary
MultiPartConfigProvider()
           
 
Method Summary
 Injectable<MultiPartConfig> getInjectable(ComponentContext ic, Context a, Type t)
          Get an injectable.
 ComponentScope getScope()
          Get the scope of the injectable provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPartConfigProvider

public MultiPartConfigProvider()
Method Detail

getScope

public ComponentScope getScope()
Description copied from interface: InjectableProvider
Get the scope of the injectable provider.

Specified by:
getScope in interface InjectableProvider<Context,Type>
Returns:
the scope.

getInjectable

public Injectable<MultiPartConfig> getInjectable(ComponentContext ic,
                                                 Context a,
                                                 Type t)
Description copied from interface: InjectableProvider
Get an injectable.

Specified by:
getInjectable in interface InjectableProvider<Context,Type>
Parameters:
ic - the injectable context
a - the annotation instance
t - the context instance
Returns:
an Injectable instance, otherwise null if an instance cannot be created.


Copyright © 2013 Oracle Corporation. All Rights Reserved.