Uses of Class
org.jboss.webbeans.bootstrap.BeanDeployerEnvironment

Packages that use BeanDeployerEnvironment
org.jboss.webbeans.bean   
org.jboss.webbeans.bean.ee   
org.jboss.webbeans.bean.standard   
org.jboss.webbeans.bootstrap   
 

Uses of BeanDeployerEnvironment in org.jboss.webbeans.bean
 

Methods in org.jboss.webbeans.bean with parameters of type BeanDeployerEnvironment
protected  void ProducerMethodBean.initDisposalMethod(BeanDeployerEnvironment environment)
          Initializes the remove method
abstract  void RIBean.initialize(BeanDeployerEnvironment environment)
           
 void AbstractBean.initialize(BeanDeployerEnvironment environment)
          Initializes the bean and its metadata
 void AbstractProducerBean.initialize(BeanDeployerEnvironment environment)
          Initializes the bean and its metadata
 void ProducerFieldBean.initialize(BeanDeployerEnvironment environment)
           
 void EnterpriseBean.initialize(BeanDeployerEnvironment environment)
          Initializes the bean and its metadata
 void AbstractClassBean.initialize(BeanDeployerEnvironment environment)
          Initializes the bean and its metadata
 void ProducerMethodBean.initialize(BeanDeployerEnvironment environment)
          Initializes the bean and its metadata
 void SimpleBean.initialize(BeanDeployerEnvironment environment)
          Initializes the bean and its metadata
static
<T> EnterpriseBean<T>
EnterpriseBean.of(AnnotatedClass<T> clazz, ManagerImpl manager, BeanDeployerEnvironment environment)
          Creates a simple, annotation defined Enterprise Web Bean
static
<T> NewEnterpriseBean<T>
NewEnterpriseBean.of(AnnotatedClass<T> clazz, ManagerImpl manager, BeanDeployerEnvironment environment)
          Creates an instance of a NewEnterpriseBean from an annotated class
protected  void AbstractBean.preSpecialize(BeanDeployerEnvironment environment)
           
protected  void DisposalMethodBean.preSpecialize(BeanDeployerEnvironment environment)
           
protected  void EnterpriseBean.preSpecialize(BeanDeployerEnvironment environment)
          Validates specialization
protected  void AbstractClassBean.preSpecialize(BeanDeployerEnvironment environment)
           
protected  void ProducerMethodBean.preSpecialize(BeanDeployerEnvironment environment)
           
protected  void SimpleBean.preSpecialize(BeanDeployerEnvironment environment)
           
protected  void AbstractBean.specialize(BeanDeployerEnvironment environment)
           
protected  void DisposalMethodBean.specialize(BeanDeployerEnvironment environment)
           
protected  void EnterpriseBean.specialize(BeanDeployerEnvironment environment)
           
protected  void ProducerMethodBean.specialize(BeanDeployerEnvironment environment)
           
protected  void SimpleBean.specialize(BeanDeployerEnvironment environment)
           
 

Constructors in org.jboss.webbeans.bean with parameters of type BeanDeployerEnvironment
EnterpriseBean(AnnotatedClass<T> type, ManagerImpl manager, BeanDeployerEnvironment environment)
          Constructor
NewEnterpriseBean(AnnotatedClass<T> type, ManagerImpl manager, BeanDeployerEnvironment environment)
          Protected constructor
 

Uses of BeanDeployerEnvironment in org.jboss.webbeans.bean.ee
 

Methods in org.jboss.webbeans.bean.ee with parameters of type BeanDeployerEnvironment
 void AbstractJavaEEResourceBean.initialize(BeanDeployerEnvironment environment)
           
 

Uses of BeanDeployerEnvironment in org.jboss.webbeans.bean.standard
 

Methods in org.jboss.webbeans.bean.standard with parameters of type BeanDeployerEnvironment
 void AbstractStandardBean.initialize(BeanDeployerEnvironment environment)
           
 

Uses of BeanDeployerEnvironment in org.jboss.webbeans.bootstrap
 

Methods in org.jboss.webbeans.bootstrap that return BeanDeployerEnvironment
 BeanDeployerEnvironment BeanDeployer.getBeanDeployerEnvironment()
           
 



Copyright © 2011. All Rights Reserved.