org.apache.webbeans.decorator
Class WebBeansDecoratorConfig

java.lang.Object
  extended by org.apache.webbeans.decorator.WebBeansDecoratorConfig

public final class WebBeansDecoratorConfig
extends Object


Method Summary
static void configureDecarotors(AbstractInjectionTargetBean<?> component)
           
static
<T> void
configureDecoratorClass(AbstractInjectionTargetBean<T> delegate)
           
static
<T> void
configureXMLDecoratorClass(AbstractInjectionTargetBean<T> delegate, XMLInjectionPointModel model)
           
static Set<Decorator<?>> findDeployedWebBeansDecorator(Set<Type> apiType, Annotation... anns)
           
static List<Object> getDecoratorStack(InjectionTargetBean<?> component, Object instance, Object delegate, CreationalContextImpl<?> ownerCreationalContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configureDecoratorClass

public static <T> void configureDecoratorClass(AbstractInjectionTargetBean<T> delegate)

configureXMLDecoratorClass

public static <T> void configureXMLDecoratorClass(AbstractInjectionTargetBean<T> delegate,
                                                  XMLInjectionPointModel model)

configureDecarotors

public static void configureDecarotors(AbstractInjectionTargetBean<?> component)

getDecoratorStack

public static List<Object> getDecoratorStack(InjectionTargetBean<?> component,
                                             Object instance,
                                             Object delegate,
                                             CreationalContextImpl<?> ownerCreationalContext)

findDeployedWebBeansDecorator

public static Set<Decorator<?>> findDeployedWebBeansDecorator(Set<Type> apiType,
                                                              Annotation... anns)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.