Class WeldProvider
- java.lang.Object
-
- org.jboss.weld.environment.servlet.WeldProvider
-
- All Implemented Interfaces:
CDIProvider,Prioritized
public class WeldProvider extends Object implements CDIProvider
- Author:
- Jozef Hartinger
-
-
Field Summary
-
Fields inherited from interface javax.enterprise.inject.spi.CDIProvider
DEFAULT_CDI_PROVIDER_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description WeldProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CDI<Object>getCDI()Provides access to the current container-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.CDIProvider
getPriority
-
-
-
-
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
-
-