org.apache.webbeans.intercept
Class WebBeansInterceptorConfig
java.lang.Object
org.apache.webbeans.intercept.WebBeansInterceptorConfig
public final class WebBeansInterceptorConfig
- extends Object
Configures the Web Beans related interceptors.
- Version:
- $Rev$ $Date$
- Author:
- Gurkan Erdogdu
- See Also:
WebBeansInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebBeansInterceptorConfig
public WebBeansInterceptorConfig(WebBeansContext webBeansContext)
configureInterceptorClass
public <T> void configureInterceptorClass(AbstractInjectionTargetBean<T> delegate,
Annotation[] interceptorBindingTypes)
- Configures WebBeans specific interceptor class.
- Parameters:
interceptorBindingTypes - interceptor class
configure
public void configure(AbstractInjectionTargetBean<?> component,
List<InterceptorData> stack)
- Configures the given class for applicable interceptors.
addComponentInterceptors
public void addComponentInterceptors(Set<javax.enterprise.inject.spi.Interceptor<?>> set,
List<InterceptorData> stack)
findDeployedWebBeansInterceptor
public Set<javax.enterprise.inject.spi.Interceptor<?>> findDeployedWebBeansInterceptor(Annotation[] anns,
WebBeansContext webBeansContext)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.