Package | Description |
---|---|
com.caucho.config.extension | |
com.caucho.config.inject | |
com.caucho.config.scope | |
com.caucho.inject | |
com.caucho.server.webbeans | |
javax.enterprise.inject.spi |
Java Dependency Injection programmatic APIs.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterBeanDiscoveryImpl.addContext(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
InjectManager.getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Returns the scope context for the given type
|
Context |
InjectManager.getContextImpl(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Required for TCK.
|
Modifier and Type | Method and Description |
---|---|
void |
InjectManager.addContext(Context context)
Adds a new scope context
|
void |
InjectManager.replaceContext(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScopeContext
Context for a named EL bean scope
|
class |
ApplicationContext
The application scope value
|
class |
DependentContext
The dependent context.
|
class |
ErrorContext
Context to wrap errors.
|
class |
SingletonScope
The application scope value
|
Modifier and Type | Method and Description |
---|---|
Context |
ErrorContext.getContext() |
Constructor and Description |
---|
ErrorContext(java.lang.RuntimeException exn,
Context context) |
Modifier and Type | Class and Description |
---|---|
class |
RequestContext
Scope based on the current transaction.
|
Modifier and Type | Method and Description |
---|---|
static Context |
ThreadContext.getContext() |
Modifier and Type | Class and Description |
---|---|
class |
ConversationContext
The conversation scope value
|
class |
SessionScopeImpl
The session scope value
|
class |
TransactionScope
Scope based on the current transaction.
|
Modifier and Type | Method and Description |
---|---|
Context |
BeanManager.getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Returns the scope context for the given type
|
Modifier and Type | Method and Description |
---|---|
void |
AfterBeanDiscovery.addContext(Context context)
Registers a context with the BeanManager
|