Uses of Class
org.apache.webbeans.container.AbstractBeanManager

Packages that use AbstractBeanManager
org.apache.webbeans.container   
 

Uses of AbstractBeanManager in org.apache.webbeans.container
 

Subclasses of AbstractBeanManager in org.apache.webbeans.container
 class BeanManagerImpl
          Implementation of the BeanManager contract of the web beans container.
 class InjectableBeanManager
          This implementation of the BeanManager will get used for whenever a BeanManager gets injected into a bean: private @Inject BeanManager beanManager; This class is Serializable and always resolves the current instance of the central BeanManager automatically.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.