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

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

Uses of DecoratorImpl in org.jboss.weld
 

Methods in org.jboss.weld that return types with arguments of type DecoratorImpl
 java.util.List<DecoratorImpl<?>> BeanManagerImpl.getDecorators()
           
 

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

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 manager)
          Creates a decorator bean
 

Uses of DecoratorImpl in org.jboss.weld.bean.proxy
 

Constructor parameters in org.jboss.weld.bean.proxy with type arguments of type DecoratorImpl
DecoratorProxyMethodHandler(java.util.List<SerializableContextualInstance<DecoratorImpl<java.lang.Object>,java.lang.Object>> decoratorInstances, java.lang.Object instance)
          Constructor
 

Uses of DecoratorImpl in org.jboss.weld.bootstrap
 

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

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

Uses of DecoratorImpl in org.jboss.weld.resolution
 

Methods in org.jboss.weld.resolution that return types with arguments of type DecoratorImpl
protected  java.util.Set<DecoratorImpl<?>> TypeSafeDecoratorResolver.sortResult(java.util.Set<DecoratorImpl<?>> matchedDecorators)
           
 

Methods in org.jboss.weld.resolution with parameters of type DecoratorImpl
protected  boolean TypeSafeDecoratorResolver.matches(Resolvable resolvable, DecoratorImpl<?> bean)
           
 

Method parameters in org.jboss.weld.resolution with type arguments of type DecoratorImpl
protected  java.util.Set<DecoratorImpl<?>> TypeSafeDecoratorResolver.sortResult(java.util.Set<DecoratorImpl<?>> matchedDecorators)
           
 

Constructor parameters in org.jboss.weld.resolution with type arguments of type DecoratorImpl
TypeSafeDecoratorResolver(BeanManagerImpl manager, java.lang.Iterable<DecoratorImpl<?>> decorators)
           
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.