Uses of Interface
org.jboss.weld.bean.WeldDecorator

Packages that use WeldDecorator
org.jboss.weld.bean   
org.jboss.weld.util   
 

Uses of WeldDecorator in org.jboss.weld.bean
 

Classes in org.jboss.weld.bean that implement WeldDecorator
 class CustomDecoratorWrapper<T>
          A wrapper for a decorated instance.
 class DecoratorImpl<T>
           
 

Uses of WeldDecorator in org.jboss.weld.util
 

Methods in org.jboss.weld.util with parameters of type WeldDecorator
static
<T> WeldMethod<?,?>
Decorators.findDecoratorMethod(WeldDecorator<T> decorator, Map<MethodSignature,WeldMethod<?,?>> decoratorMethods, Method method)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.