public class CdiInterceptorBean<T> extends InterceptorBean<T> implements PassivationCapable
Interceptor
Bean implementation for CDI-style Beans.
This is Interceptors which got defined using
@InterceptorBinding.
InterceptorBean.MultiMethodInvocationContextaroundConstructMethod, aroundInvokeMethodenabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType| Constructor and Description |
|---|
CdiInterceptorBean(WebBeansContext webBeansContext,
AnnotatedType<T> annotatedType,
BeanAttributesImpl<T> beanAttributes,
Class<T> beanClass,
Set<Annotation> interceptorBindings,
boolean enabled,
Map<InterceptionType,Method[]> interceptionMethods,
Method aroundConstruct) |
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getInterceptorBindings() |
getInterceptorMethods, getScope, intercept, interceptsgetAnnotatedType, getInjectionTarget, getProducercreate, destroy, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isPassivationCapable, isSpecializedBean, setEnabled, setSpecializedBean, toStringgetName, getQualifiers, getStereotypes, getTypes, isNullableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetBeanClass, getInjectionPoints, getName, getQualifiers, getStereotypes, getTypes, isAlternative, isNullablecreate, destroypublic CdiInterceptorBean(WebBeansContext webBeansContext, AnnotatedType<T> annotatedType, BeanAttributesImpl<T> beanAttributes, Class<T> beanClass, Set<Annotation> interceptorBindings, boolean enabled, Map<InterceptionType,Method[]> interceptionMethods, Method aroundConstruct)
public Set<Annotation> getInterceptorBindings()
getInterceptorBindings in interface Interceptor<T>Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.