Uses of Class
org.jboss.weld.bean.NewManagedBean

Packages that use NewManagedBean
org.jboss.weld.bean   
org.jboss.weld.bootstrap   
 

Uses of NewManagedBean in org.jboss.weld.bean
 

Methods in org.jboss.weld.bean that return NewManagedBean
static
<T> NewManagedBean<T>
NewManagedBean.of(WeldClass<T> clazz, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Creates an instance of a NewSimpleBean from an annotated class
 

Uses of NewManagedBean in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap with parameters of type NewManagedBean
 void BeanDeployerEnvironment.addNewManagedBean(NewManagedBean<?> bean)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.