Uses of Interface
com.sun.jersey.core.spi.component.ioc.IoCComponentProvider

Packages that use IoCComponentProvider
com.sun.jersey.core.spi.component.ioc Provides support for IoC-based components. 
 

Uses of IoCComponentProvider in com.sun.jersey.core.spi.component.ioc
 

Subinterfaces of IoCComponentProvider in com.sun.jersey.core.spi.component.ioc
 interface IoCFullyManagedComponentProvider
          An IoC-fully-managed component provider.
 interface IoCInstantiatedComponentProvider
          An IoC-instantiated component provider.
 interface IoCManagedComponentProvider
          An IoC-managed component provider.
 interface IoCProxiedComponentProvider
          An IoC-proxied component provider.
 

Methods in com.sun.jersey.core.spi.component.ioc that return IoCComponentProvider
 IoCComponentProvider IoCComponentProviderFactory.getComponentProvider(Class<?> c)
          Get the IoC component provider for a class.
 IoCComponentProvider IoCComponentProviderFactory.getComponentProvider(ComponentContext cc, Class<?> c)
          Get the IoC component provider for a class with additional context.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.