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
<T> void
configureDecoratorClass(AbstractInjectionTargetBean<T> delegate)
           
static void configureDecorators(AbstractInjectionTargetBean<?> component)
           
static Set<javax.enterprise.inject.spi.Decorator<?>> findDeployedWebBeansDecorator(BeanManagerImpl beanManagerImpl, 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)

configureDecorators

public static void configureDecorators(AbstractInjectionTargetBean<?> component)

getDecoratorStack

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

findDeployedWebBeansDecorator

public static Set<javax.enterprise.inject.spi.Decorator<?>> findDeployedWebBeansDecorator(BeanManagerImpl beanManagerImpl,
                                                                                          Set<Type> apiType,
                                                                                          Annotation... anns)


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