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

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

Uses of DecoratorImpl in org.jboss.weld.bean
 

Methods in org.jboss.weld.bean that return DecoratorImpl
static
<T> DecoratorImpl<T>
DecoratorImpl.of(WeldClass<T> clazz, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Creates a decorator bean
 

Uses of DecoratorImpl in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap that return types with arguments of type DecoratorImpl
 Set<DecoratorImpl<?>> BeanDeployerEnvironment.getDecorators()
           
 

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



Copyright © 2013 Seam Framework. All Rights Reserved.