Uses of Interface
org.jboss.weld.context.beanstore.BoundBeanStore

Packages that use BoundBeanStore
org.jboss.weld.context   
org.jboss.weld.context.beanstore   
org.jboss.weld.context.beanstore.ejb   
org.jboss.weld.context.beanstore.http   
org.jboss.weld.context.bound   
org.jboss.weld.context.http   
 

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)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.