public final class WebBeansDecoratorConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
public static <T> void configureDecoratorClass(AbstractInjectionTargetBean<T> delegate)
public static void configureDecorators(AbstractInjectionTargetBean<?> component)
public static List<Object> getDecoratorStack(InjectionTargetBean<?> component, Object instance, Object delegate, CreationalContextImpl<?> ownerCreationalContext)
public static Set<javax.enterprise.inject.spi.Decorator<?>> findDeployedWebBeansDecorator(BeanManagerImpl beanManagerImpl, Set<Type> apiType, Annotation... anns)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.