|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.multipart.impl.MultiPartConfigProvider
public class MultiPartConfigProvider
Jersey-specific injectable provider that supplies a configured instance
of MultiPartConfig
for this application.
Constructor Summary | |
---|---|
MultiPartConfigProvider()
|
Method Summary | |
---|---|
Injectable<MultiPartConfig> |
getInjectable(ComponentContext ic,
javax.ws.rs.core.Context a,
java.lang.reflect.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 |
---|
public MultiPartConfigProvider()
Method Detail |
---|
public ComponentScope getScope()
InjectableProvider
getScope
in interface InjectableProvider<javax.ws.rs.core.Context,java.lang.reflect.Type>
public Injectable<MultiPartConfig> getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type t)
InjectableProvider
getInjectable
in interface InjectableProvider<javax.ws.rs.core.Context,java.lang.reflect.Type>
ic
- the injectable contexta
- the annotation instancet
- the context instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |