Class ServletInjectionManagerStore
- java.lang.Object
-
- org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
-
- org.glassfish.jersey.ext.cdi1x.servlet.internal.ServletInjectionManagerStore
-
- All Implemented Interfaces:
org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore,org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionTargetListener
public class ServletInjectionManagerStore extends GenericInjectionManagerStore
injection managerfor servlet based containers. The provider enables WAR and EAR to be deployed on a servlet container and be properly injected.- Since:
- 2.17
- Author:
- Michal Gajdos, Jakub Podlesak
-
-
Constructor Summary
Constructors Constructor Description ServletInjectionManagerStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.glassfish.jersey.internal.inject.InjectionManagerlookupInjectionManager()-
Methods inherited from class org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
getEffectiveInjectionManager, notify, registerInjectionManager
-
-
-
-
Method Detail
-
lookupInjectionManager
public org.glassfish.jersey.internal.inject.InjectionManager lookupInjectionManager()
- Specified by:
lookupInjectionManagerin classGenericInjectionManagerStore
-
-