| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld | |
| org.jboss.weld.environment | |
| org.jboss.weld.servlet |
| Modifier and Type | Method and 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCDI<T>
Abstract implementation of CDI which forwards all Instance methods to a delegate.
|
class |
SimpleCDI
Provides convenient way to access the CDI container.
|
| Modifier and Type | Method and Description |
|---|---|
CDI<Object> |
WeldProvider.getCDI() |
| Modifier and Type | Method and Description |
|---|---|
CDI<Object> |
StaticWeldProvider.getCDI() |
Copyright © 2015. All Rights Reserved.