|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.intercept.WebBeansInterceptorConfig
public final class WebBeansInterceptorConfig
Configures the Web Beans related interceptors.
WebBeansInterceptor| Method Summary | ||
|---|---|---|
static void |
addComponentInterceptors(Set<Interceptor<?>> set,
List<InterceptorData> stack)
|
|
static void |
configure(AbstractInjectionTargetBean<?> component,
List<InterceptorData> stack)
Configures the given class for applicable interceptors. |
|
static
|
configureInterceptorClass(AbstractInjectionTargetBean<T> delegate,
Annotation[] interceptorBindingTypes)
Configures WebBeans specific interceptor class. |
|
static Set<Interceptor<?>> |
findDeployedWebBeansInterceptor(Annotation[] anns)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> void configureInterceptorClass(AbstractInjectionTargetBean<T> delegate,
Annotation[] interceptorBindingTypes)
interceptorClazz - interceptor class
public static void configure(AbstractInjectionTargetBean<?> component,
List<InterceptorData> stack)
clazz - configuration interceptors for this
public static void addComponentInterceptors(Set<Interceptor<?>> set,
List<InterceptorData> stack)
public static Set<Interceptor<?>> findDeployedWebBeansInterceptor(Annotation[] anns)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||