Package | Description |
---|---|
com.caucho.config.event | |
com.caucho.config.inject | |
com.caucho.config.scope | |
com.caucho.config.types | |
com.caucho.jsf.integration |
Constructor and Description |
---|
EventImpl(BeanManager manager,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] bindings) |
Modifier and Type | Class and Description |
---|---|
class |
InjectManager
The CDI container for a given environment.
|
Modifier and Type | Method and Description |
---|---|
<X> BeanManager |
InjectManager.addDecoratorClass(java.lang.Class<?> decoratorClass)
Adds a new decorator class
|
<X> BeanManager |
InjectManager.addInterceptorClass(java.lang.Class<?> interceptorClass)
Adds a new decorator class
|
BeanManager |
BeanStartupEvent.getManager() |
Constructor and Description |
---|
BeanStartupEvent(BeanManager manager,
Bean bean) |
InjectionPointBean(BeanManager manager,
InjectionPoint ij) |
Modifier and Type | Method and Description |
---|---|
BeanManager |
ContextContainer.getBeanManager() |
Constructor and Description |
---|
BeanJndiProxy(BeanManager manager,
Bean<?> bean) |
Modifier and Type | Field and Description |
---|---|
protected BeanManager |
Mojarra12InjectionProvider._manager |