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

Packages that use InjectableProvider
com.sun.jersey.atom.abdera.impl.provider.injectable   
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.model.parameter   
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 InjectableProvider in com.sun.jersey.atom.abdera.impl.provider.injectable
 

Classes in com.sun.jersey.atom.abdera.impl.provider.injectable that implement InjectableProvider
 class ContentHelperProvider
          Jersey-specific injectable provider that supplies a configured instance of ContentHelper for this application.
 

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

Classes in com.sun.jersey.core.impl.provider.xml that implement InjectableProvider
 class DocumentBuilderFactoryProvider
           
 class LazySingletonContextProvider<T>
           
 class SAXParserContextProvider
           
 class ThreadLocalSingletonContextProvider<T>
           
 class TransformerFactoryProvider
           
 class XMLStreamReaderContextProvider
           
 

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

Methods in com.sun.jersey.core.spi.factory with parameters of type InjectableProvider
 void InjectableProviderFactory.add(InjectableProvider ip)
           
 

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

Classes in com.sun.jersey.multipart.impl that implement InjectableProvider
 class MultiPartConfigProvider
          Jersey-specific injectable provider that supplies a configured instance of MultiPartConfig for this application.
 

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

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

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

Classes in com.sun.jersey.server.impl.model.parameter that implement InjectableProvider
 class BaseParamInjectableProvider<A extends Annotation>
           
 class CookieParamInjectableProvider
           
 class FormParamInjectableProvider
           
 class HeaderParamInjectableProvider
           
 class HttpContextInjectableProvider
           
 class MatrixParamInjectableProvider
           
 class PathParamInjectableProvider
           
 class QueryParamInjectableProvider
           
 

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

Classes in com.sun.jersey.spi.container.servlet that implement InjectableProvider
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 InjectableProvider in com.sun.jersey.spi.inject
 

Classes in com.sun.jersey.spi.inject that implement InjectableProvider
 class PerRequestTypeInjectableProvider<A extends Annotation,T>
          A utility class that may implemented to support a per-request injectable provider for a specific type T.
 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.
 



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