Package org.jboss.weld.bean.builtin
Class DecoratorMetadataBean
- 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<javax.enterprise.inject.spi.Decorator<?>>
-
- org.jboss.weld.bean.builtin.DecoratorMetadataBean
-
- All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<javax.enterprise.inject.spi.Decorator<?>>,javax.enterprise.inject.spi.Bean<javax.enterprise.inject.spi.Decorator<?>>,javax.enterprise.inject.spi.BeanAttributes<javax.enterprise.inject.spi.Decorator<?>>,javax.enterprise.inject.spi.PassivationCapable
public class DecoratorMetadataBean extends AbstractBuiltInMetadataBean<javax.enterprise.inject.spi.Decorator<?>>
Allows a decorator 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 DecoratorMetadataBean(BeanManagerImpl beanManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.enterprise.inject.spi.Decorator<?>newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.Decorator<?>> 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
-
-
-
-
Constructor Detail
-
DecoratorMetadataBean
public DecoratorMetadataBean(BeanManagerImpl beanManager)
-
-
Method Detail
-
newInstance
protected javax.enterprise.inject.spi.Decorator<?> newInstance(javax.enterprise.inject.spi.InjectionPoint ip, javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.Decorator<?>> creationalContext)- Specified by:
newInstancein classAbstractBuiltInMetadataBean<javax.enterprise.inject.spi.Decorator<?>>
-
-