Uses of Class
javax.enterprise.inject.spi.CDI
-
Packages that use CDI Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld org.jboss.weld.environment.se -
-
Uses of CDI in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return CDI Modifier and Type Method Description static CDI<Object>CDI. current()Get the CDI instance that provides access to the current container.CDI<Object>CDIProvider. getCDI()Provides access to the current container -
Uses of CDI in org.jboss.weld
Subclasses of CDI in org.jboss.weld Modifier and Type Class Description classAbstractCDI<T>Abstract implementation of CDI which forwards all Instance methods to a delegate.classSimpleCDIProvides convenient way to access the CDI container. -
Uses of CDI in org.jboss.weld.environment.se
Subclasses of CDI in org.jboss.weld.environment.se Modifier and Type Class Description classWeldContainerRepresents a Weld SE container.Methods in org.jboss.weld.environment.se that return CDI Modifier and Type Method Description CDI<Object>WeldSEProvider. getCDI()
-