| Package | Description |
|---|---|
| org.jboss.weld.contexts | |
| org.jboss.weld.contexts.beanstore | |
| org.jboss.weld.contexts.bound |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BoundBeanStore |
AbstractConversationContext.createRequestBeanStore(NamingScheme namingScheme,
R request) |
protected abstract BoundBeanStore |
AbstractConversationContext.createSessionBeanStore(NamingScheme namingScheme,
S session) |
protected BoundBeanStore |
AbstractBoundContext.getBeanStore()
Gets the bean store
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBoundContext.setBeanStore(BoundBeanStore beanStore)
Sets the bean store
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeBeanStore
A bound bean store backed by attributes.
|
class |
MapBeanStore |
class |
SessionMapBeanStore
A
MapBeanStore whose LockStore is associated with the key in the provided map and so may be shared across several
stores used within a single "session". |
| Modifier and Type | Method and Description |
|---|---|
protected BoundBeanStore |
BoundConversationContextImpl.createRequestBeanStore(NamingScheme namingScheme,
org.jboss.weld.context.bound.BoundRequest request) |
protected BoundBeanStore |
BoundConversationContextImpl.createSessionBeanStore(NamingScheme namingScheme,
Map<String,Object> session) |
Copyright © 2017. All rights reserved.