Package | Description |
---|---|
com.caucho.config.scope | |
com.caucho.inject | |
com.caucho.server.webbeans |
Modifier and Type | Method and Description |
---|---|
protected ContextContainer |
ApplicationContext.createContextContainer() |
protected abstract ContextContainer |
AbstractScopeContext.createContextContainer() |
protected ContextContainer |
SingletonScope.createContextContainer() |
protected ContextContainer |
ApplicationContext.getContextContainer() |
protected abstract ContextContainer |
AbstractScopeContext.getContextContainer() |
protected ContextContainer |
SingletonScope.getContextContainer() |
Modifier and Type | Method and Description |
---|---|
protected ContextContainer |
RequestContext.createContextContainer() |
protected ContextContainer |
RequestContext.getContextContainer() |
Modifier and Type | Class and Description |
---|---|
class |
SessionContextContainer
Configuration for the xml web bean component.
|
class |
XAContextContainer
Container for an @TransactionScoped bean
|
Modifier and Type | Method and Description |
---|---|
protected ContextContainer |
SessionScopeImpl.createContextContainer() |
protected ContextContainer |
TransactionScope.createContextContainer() |
protected ContextContainer |
ConversationContext.createContextContainer()
Returns the current value of the component in the conversation scope.
|
protected ContextContainer |
SessionScopeImpl.getContextContainer() |
protected ContextContainer |
TransactionScope.getContextContainer() |
protected ContextContainer |
ConversationContext.getContextContainer()
Returns the current value of the component in the conversation scope.
|