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 |
ForwardingNamingScheme |
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 abstract NamingScheme |
ForwardingNamingScheme.delegate() |
protected NamingScheme |
AttributeBeanStore.getNamingScheme() |
Constructor and Description |
---|
AttributeBeanStore(NamingScheme namingScheme) |
MapBeanStore(NamingScheme namingScheme,
Map<String,Object> delegate) |
SessionMapBeanStore(NamingScheme namingScheme,
Map<String,Object> delegate) |
Constructor and Description |
---|
InvocationContextBeanStore(NamingScheme namingScheme,
javax.interceptor.InvocationContext ctx) |
Constructor and Description |
---|
AbstractSessionBeanStore(NamingScheme namingScheme) |
EagerSessionBeanStore(NamingScheme namingScheme,
javax.servlet.http.HttpSession session) |
LazyCyclicSessionBeanStore(javax.servlet.http.HttpServletRequest request,
NamingScheme namingScheme) |
LazySessionBeanStore(javax.servlet.http.HttpServletRequest request,
NamingScheme namingScheme) |
RequestBeanStore(javax.servlet.http.HttpServletRequest request,
NamingScheme namingScheme) |
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.