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 | Class and Description |
---|---|
class |
InvocationContextBeanStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionBeanStore
Base class providing an HttpSession backed, bound bean store.
|
class |
EagerSessionBeanStore
A BeanStore that uses a HTTP session as backing storage.
|
class |
LazyCyclicSessionBeanStore
This session bean store knows how to handle cyclic bean creation.
|
class |
LazySessionBeanStore
A BeanStore that uses a HTTP session as backing storage.
|
class |
RequestBeanStore
A BeanStore that uses a HTTP request as backing storage.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected BoundBeanStore |
HttpConversationContextImpl.createRequestBeanStore(NamingScheme namingScheme,
javax.servlet.http.HttpServletRequest request) |
protected BoundBeanStore |
HttpConversationContextImpl.createSessionBeanStore(NamingScheme namingScheme,
javax.servlet.http.HttpSession session) |
Copyright © 2016. All rights reserved.