Package org.jboss.weld.bean
Class ForwardingBean<T>
java.lang.Object
org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
org.jboss.weld.util.bean.IsolatedForwardingBean<T>
org.jboss.weld.bean.ForwardingBean<T>
- Type Parameters:
T-
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<T>,jakarta.enterprise.inject.spi.Bean<T>,jakarta.enterprise.inject.spi.BeanAttributes<T>,WrappedContextual<T>
- Direct Known Subclasses:
SerializableForwardingBean
A delegating bean
- Author:
- Pete Muir
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
IsolatedForwardingBean.Impl<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
create, destroy, equals, getBeanClass, getInjectionPoints, hashCodeMethods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
-
Constructor Details
-
ForwardingBean
public ForwardingBean()
-
-
Method Details
-
delegate
- Specified by:
delegatein interfaceWrappedContextual<T>- Specified by:
delegatein classIsolatedForwardingBean<T>
-
toString
- Overrides:
toStringin classIsolatedForwardingBean<T>
-
attributes
- Specified by:
attributesin classForwardingBeanAttributes<T>
-