Package org.jboss.weld.bean.builtin
Class InterceptorMetadataBean
- java.lang.Object
-
- org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
-
- org.jboss.weld.bean.CommonBean<T>
-
- org.jboss.weld.bean.RIBean<T>
-
- org.jboss.weld.bean.builtin.AbstractBuiltInBean<T>
-
- org.jboss.weld.bean.builtin.AbstractBuiltInMetadataBean<Interceptor<?>>
-
- org.jboss.weld.bean.builtin.InterceptorMetadataBean
-
- All Implemented Interfaces:
Contextual<Interceptor<?>>,Bean<Interceptor<?>>,BeanAttributes<Interceptor<?>>,PassivationCapable,WeldBean<Interceptor<?>>
public class InterceptorMetadataBean extends AbstractBuiltInMetadataBean<Interceptor<?>>
Allows an interceptor to obtain information about itself.- Author:
- Jozef Hartinger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
AbstractBuiltInBean.BuiltInBeanAttributes<T>
-
-
Field Summary
-
Fields inherited from class org.jboss.weld.bean.RIBean
beanManager
-
-
Constructor Summary
Constructors Constructor Description InterceptorMetadataBean(BeanManagerImpl beanManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Interceptor<?>newInstance(InjectionPoint ip, CreationalContext<Interceptor<?>> creationalContext)-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInMetadataBean
create, getParentCreationalContext, toString
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
-
Methods inherited from class org.jboss.weld.bean.RIBean
destroy, getBeanClass, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributes
-
Methods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, isNullable, unwrap
-
Methods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
-
Methods inherited from interface javax.enterprise.inject.spi.PassivationCapable
getId
-
Methods inherited from interface org.jboss.weld.bean.WeldBean
getPriority
-
-
-
-
Constructor Detail
-
InterceptorMetadataBean
public InterceptorMetadataBean(BeanManagerImpl beanManager)
-
-
Method Detail
-
newInstance
protected Interceptor<?> newInstance(InjectionPoint ip, CreationalContext<Interceptor<?>> creationalContext)
- Specified by:
newInstancein classAbstractBuiltInMetadataBean<Interceptor<?>>
-
-