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

Packages that use Injectable
com.sun.jersey.atom.abdera.impl.provider.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.multipart.impl   
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.inject   
com.sun.jersey.server.impl.model.method.dispatch   
com.sun.jersey.server.impl.model.parameter   
com.sun.jersey.server.impl.model.parameter.multivalued   
com.sun.jersey.server.impl.uri.rules   
com.sun.jersey.spi.container.servlet Provides support for servlet-based and filter-based Web applications. 
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
 

Uses of Injectable in com.sun.jersey.atom.abdera.impl.provider.injectable
 

Methods in com.sun.jersey.atom.abdera.impl.provider.injectable that return Injectable
 Injectable ContentHelperProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type t)
           
 

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<javax.xml.parsers.DocumentBuilderFactory> dbf, Injectable<javax.xml.transform.TransformerFactory> tf)
           
DocumentProvider(Injectable<javax.xml.parsers.DocumentBuilderFactory> dbf, Injectable<javax.xml.transform.TransformerFactory> tf)
           
SourceProvider.DOMSourceReader(Injectable<javax.xml.parsers.DocumentBuilderFactory> dbf)
           
SourceProvider.SAXSourceReader(Injectable<javax.xml.parsers.SAXParserFactory> spf)
           
SourceProvider.SourceWriter(Injectable<javax.xml.parsers.SAXParserFactory> spf, Injectable<javax.xml.transform.TransformerFactory> tf)
           
SourceProvider.SourceWriter(Injectable<javax.xml.parsers.SAXParserFactory> spf, Injectable<javax.xml.transform.TransformerFactory> tf)
           
XMLJAXBElementProvider.App(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLJAXBElementProvider.General(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLJAXBElementProvider.Text(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLJAXBElementProvider(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLJAXBElementProvider(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps, javax.ws.rs.core.MediaType mt)
           
XMLListElementProvider.App(Injectable<javax.xml.stream.XMLInputFactory> xif, javax.ws.rs.ext.Providers ps)
           
XMLListElementProvider.General(Injectable<javax.xml.stream.XMLInputFactory> xif, javax.ws.rs.ext.Providers ps)
           
XMLListElementProvider.Text(Injectable<javax.xml.stream.XMLInputFactory> xif, javax.ws.rs.ext.Providers ps)
           
XMLRootElementProvider.App(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootElementProvider.General(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootElementProvider.Text(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootObjectProvider.App(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootObjectProvider.General(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
XMLRootObjectProvider.Text(Injectable<javax.xml.parsers.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> ThreadLocalSingletonContextProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type c)
           
 Injectable<T> LazySingletonContextProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.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 java.lang.annotation.Annotation,C>
Injectable
InjectableProviderFactory.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, ComponentScope s)
           
<A extends java.lang.annotation.Annotation,C>
Injectable
InjectableProviderFactory.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, java.util.List<ComponentScope> ls)
           
 

Uses of Injectable in com.sun.jersey.multipart.impl
 

Methods in com.sun.jersey.multipart.impl that return Injectable
 Injectable<MultiPartConfig> MultiPartConfigProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type t)
           
 

Uses of Injectable in com.sun.jersey.server.impl.application
 

Classes in com.sun.jersey.server.impl.application that implement Injectable
 class CloseableServiceFactory
           
 

Methods in com.sun.jersey.server.impl.application that return Injectable
 Injectable CloseableServiceFactory.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type c)
           
 

Uses of Injectable in com.sun.jersey.server.impl.inject
 

Classes in com.sun.jersey.server.impl.inject that implement Injectable
 class AbstractHttpContextInjectable<T>
          An injectable that obtains an injectable value given the HttpContext.
 

Methods in com.sun.jersey.server.impl.inject that return Injectable
 Injectable ServerInjectableProviderContext.getInjectable(Parameter p, ComponentScope s)
          Get an injectable given a parameter.
 Injectable ServerInjectableProviderFactory.getInjectable(Parameter p, ComponentScope s)
           
 

Methods in com.sun.jersey.server.impl.inject that return types with arguments of type Injectable
 java.util.List<Injectable> ServerInjectableProviderContext.getInjectable(java.util.List<Parameter> ps, ComponentScope s)
          Get a list of injectable given a list of parameter.
 java.util.List<Injectable> ServerInjectableProviderFactory.getInjectable(java.util.List<Parameter> ps, ComponentScope s)
           
 

Methods in com.sun.jersey.server.impl.inject with parameters of type Injectable
static AbstractHttpContextInjectable AbstractHttpContextInjectable.transform(Injectable i)
          Transform a Injectable into an instance of this class.
 

Method parameters in com.sun.jersey.server.impl.inject with type arguments of type Injectable
static java.util.List<AbstractHttpContextInjectable> AbstractHttpContextInjectable.transform(java.util.List<Injectable> l)
          Transform a list of Injectable into a list of this class.
 

Constructor parameters in com.sun.jersey.server.impl.inject with type arguments of type Injectable
InjectableValuesProvider(java.util.List<Injectable> is)
          Create a new instance given a list of injectable.
 

Uses of Injectable in com.sun.jersey.server.impl.model.method.dispatch
 

Methods in com.sun.jersey.server.impl.model.method.dispatch that return types with arguments of type Injectable
protected  java.util.List<Injectable> MultipartFormDispatchProvider.getInjectables(AbstractResourceMethod method)
           
protected  java.util.List<Injectable> FormDispatchProvider.getInjectables(AbstractResourceMethod method)
           
 

Uses of Injectable in com.sun.jersey.server.impl.model.parameter
 

Methods in com.sun.jersey.server.impl.model.parameter that return Injectable
 Injectable HttpContextInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.core.Context a, java.lang.reflect.Type c)
           
 Injectable CookieParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.CookieParam a, Parameter c)
           
 Injectable FormParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.FormParam a, Parameter c)
           
 Injectable HeaderParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.HeaderParam a, Parameter c)
           
 Injectable MatrixParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.MatrixParam a, Parameter c)
           
 Injectable<?> PathParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.PathParam a, Parameter c)
           
 Injectable QueryParamInjectableProvider.getInjectable(ComponentContext ic, javax.ws.rs.QueryParam a, Parameter c)
           
 

Uses of Injectable in com.sun.jersey.server.impl.model.parameter.multivalued
 

Constructors in com.sun.jersey.server.impl.model.parameter.multivalued with parameters of type Injectable
JAXBStringReaderProviders.RootElementProvider(Injectable<javax.xml.parsers.SAXParserFactory> spf, javax.ws.rs.ext.Providers ps)
           
 

Uses of Injectable in com.sun.jersey.server.impl.uri.rules
 

Constructor parameters in com.sun.jersey.server.impl.uri.rules with type arguments of type Injectable
SubLocatorRule(UriTemplate template, java.lang.reflect.Method m, java.util.List<Injectable> is, java.util.List<ContainerRequestFilter> requestFilters, java.util.List<ContainerResponseFilter> responseFilters)
           
 

Uses of Injectable in com.sun.jersey.spi.container.servlet
 

Classes in com.sun.jersey.spi.container.servlet that implement Injectable
protected static class ServletContainer.ContextInjectableProvider<T>
          A helper class for creating an injectable provider that supports Context with a type and constant value.
protected static class WebComponent.ContextInjectableProvider<T>
          A helper class for creating an injectable provider that supports Context with a type and constant value.
 

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 java.lang.annotation.Annotation,C>
Injectable
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, ComponentScope s)
          Get an injectable.
<A extends java.lang.annotation.Annotation,C>
Injectable
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, java.util.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, java.lang.reflect.Type c)
           
 Injectable<T> SingletonTypeInjectableProvider.getInjectable(ComponentContext ic, A a, java.lang.reflect.Type c)
           
 

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



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.