Uses of Interface
com.sun.jersey.spi.inject.Injectable

Packages that use Injectable
com.sun.jersey.core.impl.provider.entity   
com.sun.jersey.core.impl.provider.xml   
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
 

Uses of Injectable in com.sun.jersey.core.impl.provider.entity
 

Constructors in com.sun.jersey.core.impl.provider.entity with parameters of type Injectable
DocumentProvider(Injectable<DocumentBuilderFactory> dbf, Injectable<TransformerFactory> tf)
           
DocumentProvider(Injectable<DocumentBuilderFactory> dbf, Injectable<TransformerFactory> tf)
           
SourceProvider.DOMSourceReader(Injectable<DocumentBuilderFactory> dbf)
           
SourceProvider.SAXSourceReader(Injectable<SAXParserFactory> spf)
           
SourceProvider.SourceWriter(Injectable<SAXParserFactory> spf, Injectable<TransformerFactory> tf)
           
SourceProvider.SourceWriter(Injectable<SAXParserFactory> spf, Injectable<TransformerFactory> tf)
           
XMLJAXBElementProvider.App(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLJAXBElementProvider.General(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLJAXBElementProvider.Text(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLJAXBElementProvider(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLJAXBElementProvider(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps, javax.ws.rs.core.MediaType mt)
           
XMLListElementProvider.App(Injectable<XMLInputFactory> xif, javax.ws.rs.ext.Providers ps)
           
XMLListElementProvider.General(Injectable<XMLInputFactory> xif, javax.ws.rs.ext.Providers ps)
           
XMLListElementProvider.Text(Injectable<XMLInputFactory> xif, javax.ws.rs.ext.Providers ps)
           
XMLRootElementProvider.App(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootElementProvider.General(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootElementProvider.Text(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootObjectProvider.App(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootObjectProvider.General(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootObjectProvider.Text(Injectable<SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
 

Uses of Injectable in com.sun.jersey.core.impl.provider.xml
 

Methods in com.sun.jersey.core.impl.provider.xml that return Injectable
 Injectable<T> LazySingletonContextProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, Type c)
           
 Injectable<T> ThreadLocalSingletonContextProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, Type c)
           
 

Uses of Injectable in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory that return Injectable
<A extends Annotation,C>
Injectable
InjectableProviderFactory.getInjectable(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, ComponentScope s)
           
<A extends Annotation,C>
Injectable
InjectableProviderFactory.getInjectable(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, List<ComponentScope> ls)
           
 

Uses of Injectable in com.sun.jersey.spi.inject
 

Classes in com.sun.jersey.spi.inject that implement Injectable
 class SingletonTypeInjectableProvider<A extends Annotation,T>
          A utility class that may implemented to support a singleton injectable provider for a specific type T, and an instance of type T, that is to be injected.
 

Fields in com.sun.jersey.spi.inject declared as Injectable
 Injectable InjectableProviderContext.InjectableScopePair.i
           
 

Methods in com.sun.jersey.spi.inject that return Injectable
<A extends Annotation,C>
Injectable
InjectableProviderContext.getInjectable(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, ComponentScope s)
          Get an injectable.
<A extends Annotation,C>
Injectable
InjectableProviderContext.getInjectable(Class<? extends Annotation> ac, ComponentContext ic, A a, C c, List<ComponentScope> ls)
          Get an injectable.
abstract  Injectable<T> PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic, A a)
          Get an injectable for type T.
 Injectable InjectableProvider.getInjectable(ComponentContext ic, A a, C c)
          Get an injectable.
 Injectable PerRequestTypeInjectableProvider.getInjectable(ComponentContext ic, A a, Type c)
           
 Injectable<T> SingletonTypeInjectableProvider.getInjectable(ComponentContext ic, A a, Type c)
           
 

Constructors in com.sun.jersey.spi.inject with parameters of type Injectable
InjectableProviderContext.InjectableScopePair(Injectable i, ComponentScope cs)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.