Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld.bean.attributes | |
org.jboss.weld.bean.builtin | |
org.jboss.weld.manager | |
org.jboss.weld.manager.api | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
abstract BeanManager |
CDI.getBeanManager()
Get the CDI BeanManager for the current context
|
Constructor and Description |
---|
Unmanaged(BeanManager manager,
Class<T> clazz)
Create an injector for the given class
|
Modifier and Type | Method and Description |
---|---|
static <T> BeanAttributes<T> |
ExternalBeanAttributesFactory.of(BeanAttributes<T> source,
BeanManager manager) |
static void |
ExternalBeanAttributesFactory.validateBeanAttributes(BeanAttributes<?> attributes,
BeanManager manager)
Validates
BeanAttributes . |
static void |
ExternalBeanAttributesFactory.validateQualifiers(BeanAttributes<?> attributes,
BeanManager manager) |
static void |
ExternalBeanAttributesFactory.validateScope(BeanAttributes<?> attributes,
BeanManager manager) |
static void |
ExternalBeanAttributesFactory.validateStereotypes(BeanAttributes<?> attributes,
BeanManager manager) |
static void |
ExternalBeanAttributesFactory.validateTypes(BeanAttributes<?> attributes,
BeanManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
BeanManagerProxy
Client view of
BeanManagerImpl . |
Modifier and Type | Method and Description |
---|---|
static BeanManagerImpl |
BeanManagerProxy.unwrap(BeanManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
BeanManagerImpl
Implementation of the Bean Manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WeldManager
Functionality provided by the Weld Manager over and above the JSR-299 Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingBeanManager
Forwarding implementation of
BeanManager . |
Modifier and Type | Method and Description |
---|---|
abstract BeanManager |
ForwardingBeanManager.delegate() |
Copyright © 2013 Seam Framework. All Rights Reserved.