Uses of Interface
com.sun.jersey.server.impl.inject.ServerInjectableProviderContext

Packages that use ServerInjectableProviderContext
com.sun.jersey.server.impl.component   
com.sun.jersey.server.impl.container.servlet   
com.sun.jersey.server.impl.inject   
com.sun.jersey.server.impl.model   
com.sun.jersey.server.impl.model.method.dispatch   
com.sun.jersey.server.impl.resource   
com.sun.jersey.server.spi.component Provides support for components that are resource classes. 
 

Uses of ServerInjectableProviderContext in com.sun.jersey.server.impl.component
 

Methods in com.sun.jersey.server.impl.component that return ServerInjectableProviderContext
 ServerInjectableProviderContext ResourceFactory.getInjectableProviderContext()
           
 

Constructors in com.sun.jersey.server.impl.component with parameters of type ServerInjectableProviderContext
IoCResourceFactory(ResourceConfig config, ServerInjectableProviderContext ipc, java.util.List<IoCComponentProviderFactory> factories)
           
ResourceFactory(ResourceConfig config, ServerInjectableProviderContext ipc)
           
 

Uses of ServerInjectableProviderContext in com.sun.jersey.server.impl.container.servlet
 

Constructors in com.sun.jersey.server.impl.container.servlet with parameters of type ServerInjectableProviderContext
PerSessionFactory(ServerInjectableProviderContext sipc, javax.servlet.http.HttpServletRequest hsr, HttpContext threadLocalHc)
           
 

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

Classes in com.sun.jersey.server.impl.inject that implement ServerInjectableProviderContext
 class ServerInjectableProviderFactory
           
 

Uses of ServerInjectableProviderContext in com.sun.jersey.server.impl.model
 

Constructors in com.sun.jersey.server.impl.model with parameters of type ServerInjectableProviderContext
ResourceClass(ResourceConfig config, ResourceMethodDispatcherFactory df, ServerInjectableProviderContext injectableContext, FilterFactory ff, WadlFactory wadlFactory, AbstractResource resource)
           
 

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

Methods in com.sun.jersey.server.impl.model.method.dispatch that return ServerInjectableProviderContext
protected  ServerInjectableProviderContext AbstractResourceMethodDispatchProvider.getInjectableProviderContext()
          Get the server-specific injectable provider context.
 

Uses of ServerInjectableProviderContext in com.sun.jersey.server.impl.resource
 

Constructors in com.sun.jersey.server.impl.resource with parameters of type ServerInjectableProviderContext
PerRequestFactory(ServerInjectableProviderContext sipc, HttpContext threadLocalHc)
           
SingletonFactory(ServerInjectableProviderContext sipc)
           
 

Uses of ServerInjectableProviderContext in com.sun.jersey.server.spi.component
 

Constructors in com.sun.jersey.server.spi.component with parameters of type ServerInjectableProviderContext
ResourceComponentConstructor(ServerInjectableProviderContext sipc, ComponentScope scope, AbstractResource ar)
           
ResourceComponentInjector(ServerInjectableProviderContext ipc, ComponentScope s, AbstractResource resource)
          Create a new resource component injector.
 



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