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)
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.