Uses of Interface
org.jboss.webbeans.context.api.BeanStore

Packages that use BeanStore
org.jboss.webbeans.bootstrap.api   
org.jboss.webbeans.bootstrap.api.helpers   
org.jboss.webbeans.context.api.helpers   
 

Uses of BeanStore in org.jboss.webbeans.bootstrap.api
 

Methods in org.jboss.webbeans.bootstrap.api with parameters of type BeanStore
 void Bootstrap.setApplicationContext(BeanStore beanStore)
          Set the bean store to use as backing for the application context
 

Uses of BeanStore in org.jboss.webbeans.bootstrap.api.helpers
 

Methods in org.jboss.webbeans.bootstrap.api.helpers that return BeanStore
 BeanStore AbstractBootstrap.getApplicationContext()
           
 

Methods in org.jboss.webbeans.bootstrap.api.helpers with parameters of type BeanStore
 void ForwardingBootstrap.setApplicationContext(BeanStore beanStore)
           
 void BootstrapBean.setApplicationContext(BeanStore applicationContext)
           
 void AbstractBootstrap.setApplicationContext(BeanStore applicationContext)
           
 

Uses of BeanStore in org.jboss.webbeans.context.api.helpers
 

Classes in org.jboss.webbeans.context.api.helpers that implement BeanStore
 class AbstractMapBackedBeanStore
           
 class ConcurrentHashMapBeanStore
          A BeanStore that uses a HashMap as backing storage
 class ForwardingBeanStore
           
 

Methods in org.jboss.webbeans.context.api.helpers that return BeanStore
protected abstract  BeanStore ForwardingBeanStore.delegate()
           
 



Copyright © 2008-2009. All Rights Reserved.