|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.core.spi.component.ProviderFactory
com.sun.jersey.core.spi.component.ioc.IoCProviderFactory
public class IoCProviderFactory
An extension of ProviderFactory
that defers to an
IoCComponentProviderFactory
.
Constructor Summary | |
---|---|
IoCProviderFactory(InjectableProviderContext ipc,
IoCComponentProviderFactory icpf)
|
Method Summary | |
---|---|
ComponentProvider |
_getComponentProvider(java.lang.Class c)
|
Methods inherited from class com.sun.jersey.core.spi.component.ProviderFactory |
---|
destroy, getComponentProvider, getInjectableProviderContext, injectOnAllComponents, injectOnProviderInstance, injectOnProviderInstances |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IoCProviderFactory(InjectableProviderContext ipc, IoCComponentProviderFactory icpf)
ipc
- the injectable provider context.icpf
- the IoC component provider factory.Method Detail |
---|
public ComponentProvider _getComponentProvider(java.lang.Class c)
_getComponentProvider
in class ProviderFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |