| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamingScheme |
class |
BeanIdentifierIndexNamingScheme
An abstract naming scheme which makes use of
BeanIdentifierIndex if possible. |
class |
ConversationNamingScheme
A naming scheme which can have it's cid swapped out.
|
class |
SimpleBeanIdentifierIndexNamingScheme
A simple naming scheme (with a solid prefix) which makes use of
BeanIdentifierIndex if possible. |
class |
SimpleNamingScheme
A utility which can prefix/de-prefix a String based identifier
|
| Modifier and Type | Method and Description |
|---|---|
protected NamingScheme |
AttributeBeanStore.getNamingScheme() |
| Constructor and Description |
|---|
AttributeBeanStore(NamingScheme namingScheme,
boolean attributeLazyFetchingEnabled) |
MapBeanStore(NamingScheme namingScheme,
Map<String,Object> delegate) |
MapBeanStore(NamingScheme namingScheme,
Map<String,Object> delegate,
boolean safeIteration) |
SessionMapBeanStore(NamingScheme namingScheme,
Map<String,Object> delegate) |
| 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.