org.apache.webbeans.decorator
Class WebBeansDecoratorConfig
java.lang.Object
org.apache.webbeans.decorator.WebBeansDecoratorConfig
public final class WebBeansDecoratorConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2012 The Apache Software Foundation. All Rights Reserved.