Package org.jboss.weld.bean
Class ForwardingDecorator<T>
- java.lang.Object
-
- org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
-
- org.jboss.weld.util.bean.IsolatedForwardingBean<T>
-
- org.jboss.weld.util.bean.IsolatedForwardingDecorator<T>
-
- org.jboss.weld.bean.ForwardingDecorator<T>
-
- All Implemented Interfaces:
Contextual<T>,Bean<T>,BeanAttributes<T>,Decorator<T>,WrappedContextual<T>
- Direct Known Subclasses:
CustomDecoratorWrapper
public abstract class ForwardingDecorator<T> extends IsolatedForwardingDecorator<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.util.bean.IsolatedForwardingDecorator
IsolatedForwardingDecorator.Impl<T>
-
-
Constructor Summary
Constructors Constructor Description ForwardingDecorator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected BeanAttributes<T>attributes()abstract Decorator<T>delegate()StringtoString()-
Methods inherited from class org.jboss.weld.util.bean.IsolatedForwardingDecorator
getDecoratedTypes, getDelegateQualifiers, getDelegateType
-
Methods inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullable
-
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.Bean
getBeanClass, getInjectionPoints, isNullable
-
Methods inherited from interface javax.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
-
Methods inherited from interface javax.enterprise.context.spi.Contextual
create, destroy
-
-
-
-
Method Detail
-
delegate
public abstract Decorator<T> delegate()
- Specified by:
delegatein interfaceWrappedContextual<T>- Specified by:
delegatein classIsolatedForwardingDecorator<T>
-
attributes
protected BeanAttributes<T> attributes()
- Specified by:
attributesin classForwardingBeanAttributes<T>
-
toString
public String toString()
- Overrides:
toStringin classIsolatedForwardingBean<T>
-
-