org.apache.webbeans.component
Class InterceptorMetadataBean<T>
java.lang.Object
org.apache.webbeans.component.BeanAttributesImpl<T>
org.apache.webbeans.component.AbstractOwbBean<T>
org.apache.webbeans.component.BuiltInOwbBean<Interceptor<T>>
org.apache.webbeans.component.InterceptorMetadataBean<T>
- All Implemented Interfaces:
- Contextual<Interceptor<T>>, Bean<Interceptor<T>>, PassivationCapable, OwbBean<Interceptor<T>>, BeanAttributes<Interceptor<T>>
public class InterceptorMetadataBean<T>
- extends BuiltInOwbBean<Interceptor<T>>
Implicit metadata bean definition.
- Version:
- $Rev: 1493478 $ $Date: 2013-06-16 11:19:42 +0200 (So, 16 Jun 2013) $
| Methods inherited from class org.apache.webbeans.component.AbstractOwbBean |
create, destroy, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isSpecializedBean, setEnabled, setSpecializedBean, toString |
InterceptorMetadataBean
public InterceptorMetadataBean(WebBeansContext webBeansContext)
isPassivationCapable
public boolean isPassivationCapable()
- Description copied from interface:
OwbBean
- True if passivation capable false otherwise.
- Specified by:
isPassivationCapable in interface OwbBean<Interceptor<T>>- Overrides:
isPassivationCapable in class AbstractOwbBean<Interceptor<T>>
- Returns:
- true if this bean is passivation capable
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.