|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BoundBeanStore in org.jboss.weld.context |
---|
Methods in org.jboss.weld.context that return BoundBeanStore | |
---|---|
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 |
Methods in org.jboss.weld.context with parameters of type BoundBeanStore | |
---|---|
protected void |
AbstractBoundContext.setBeanStore(BoundBeanStore beanStore)
Sets the bean store |
Uses of BoundBeanStore in org.jboss.weld.context.beanstore |
---|
Classes in org.jboss.weld.context.beanstore that implement BoundBeanStore | |
---|---|
class |
AttributeBeanStore
A bound bean store backed by attributes. |
class |
MapBeanStore
|
Uses of BoundBeanStore in org.jboss.weld.context.beanstore.ejb |
---|
Classes in org.jboss.weld.context.beanstore.ejb that implement BoundBeanStore | |
---|---|
class |
InvocationContextBeanStore
|
Uses of BoundBeanStore in org.jboss.weld.context.beanstore.http |
---|
Classes in org.jboss.weld.context.beanstore.http that implement BoundBeanStore | |
---|---|
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. |
Uses of BoundBeanStore in org.jboss.weld.context.bound |
---|
Methods in org.jboss.weld.context.bound that return BoundBeanStore | |
---|---|
protected BoundBeanStore |
BoundConversationContextImpl.createRequestBeanStore(NamingScheme namingScheme,
org.jboss.weld.context.bound.BoundRequest request)
|
protected BoundBeanStore |
BoundConversationContextImpl.createSessionBeanStore(NamingScheme namingScheme,
Map<String,Object> session)
|
Uses of BoundBeanStore in org.jboss.weld.context.http |
---|
Methods in org.jboss.weld.context.http that return BoundBeanStore | |
---|---|
protected BoundBeanStore |
HttpConversationContextImpl.createRequestBeanStore(NamingScheme namingScheme,
javax.servlet.http.HttpServletRequest request)
|
protected BoundBeanStore |
HttpConversationContextImpl.createSessionBeanStore(NamingScheme namingScheme,
javax.servlet.http.HttpSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |