Package org.jboss.weld.environment.se
Class WeldSEProvider
- java.lang.Object
-
- org.jboss.weld.environment.se.WeldSEProvider
-
- All Implemented Interfaces:
CDIProvider,Prioritized
public class WeldSEProvider extends Object implements CDIProvider
- Author:
- Martin Kouba
-
-
Field Summary
-
Fields inherited from interface javax.enterprise.inject.spi.CDIProvider
DEFAULT_CDI_PROVIDER_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description WeldSEProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CDI<Object>getCDI()Provides access to the current containerintgetPriority()Returns the priority for this SPI element.
-
-
-
Method Detail
-
getCDI
public CDI<Object> getCDI()
Description copied from interface:CDIProviderProvides access to the current container- Specified by:
getCDIin interfaceCDIProvider- Returns:
- the CDI instance for the current container
-
getPriority
public int getPriority()
Description copied from interface:PrioritizedReturns the priority for this SPI element.
- Specified by:
getPriorityin interfaceCDIProvider- Specified by:
getPriorityin interfacePrioritized- Returns:
- the priority value
-
-