org.apache.webbeans.decorator
Class WebBeansDecoratorConfig

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

public final class WebBeansDecoratorConfig
extends java.lang.Object


Method Summary
static void configureDecarotors(AbstractInjectionTargetBean<?> component)
           
static
<T> void
configureDecoratorClass(AbstractInjectionTargetBean<T> delegate)
           
static java.util.Set<javax.enterprise.inject.spi.Decorator<?>> findDeployedWebBeansDecorator(BeanManagerImpl beanManagerImpl, java.util.Set<java.lang.reflect.Type> apiType, java.lang.annotation.Annotation... anns)
           
static java.util.List<java.lang.Object> getDecoratorStack(InjectionTargetBean<?> component, java.lang.Object instance, java.lang.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)

configureDecarotors

public static void configureDecarotors(AbstractInjectionTargetBean<?> component)

getDecoratorStack

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

findDeployedWebBeansDecorator

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


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