Package org.glassfish.jersey.weld.se
Class WeldInjectionManagerStore
- java.lang.Object
-
- org.glassfish.jersey.ext.cdi1x.internal.GenericInjectionManagerStore
-
- org.glassfish.jersey.weld.se.WeldInjectionManagerStore
-
- All Implemented Interfaces:
org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionManagerStore,org.glassfish.jersey.ext.cdi1x.internal.spi.InjectionTargetListener
public class WeldInjectionManagerStore extends GenericInjectionManagerStore
Injection managerfor Weld SE container. The provider enables multiple Jersey applications to be deployed within a single HTTP container.- Since:
- 2.20
- Author:
- Jakub Podlesak
-
-
Constructor Summary
Constructors Constructor Description WeldInjectionManagerStore()
-
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
-
-