| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld | |
| org.jboss.weld.environment |
| 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
|
default CDI<Object> |
CDIProvider.initialize()
Initializes a CDI Container.
|
CDI<Object> |
CDIProvider.initialize(Map<String,Object> params)
Initializes a CDI Container with custom params.
|
| 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() |
CDI<Object> |
WeldProvider.initialize(Map<String,Object> params) |
Copyright © 2015. All Rights Reserved.