Package org.jboss.weld.util.bean
Class IsolatedForwardingBean.Impl<T>
- java.lang.Object
-
- org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
-
- org.jboss.weld.util.bean.IsolatedForwardingBean<T>
-
- org.jboss.weld.util.bean.IsolatedForwardingBean.Impl<T>
-
- All Implemented Interfaces:
Contextual<T>,Bean<T>,BeanAttributes<T>,WrappedContextual<T>
- Enclosing class:
- IsolatedForwardingBean<T>
public static class IsolatedForwardingBean.Impl<T> extends IsolatedForwardingBean<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
IsolatedForwardingBean.Impl<T>
-
-
Constructor Summary
Constructors Constructor Description Impl(WrappedBeanHolder<T,Bean<T>> cartridge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BeanAttributes<T>attributes()Bean<T>delegate()-
Methods inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullable, toString
-
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
-
-
-
-
Constructor Detail
-
Impl
public Impl(WrappedBeanHolder<T,Bean<T>> cartridge)
-
-
Method Detail
-
delegate
public Bean<T> delegate()
- Specified by:
delegatein interfaceWrappedContextual<T>- Specified by:
delegatein classIsolatedForwardingBean<T>
-
attributes
protected BeanAttributes<T> attributes()
- Specified by:
attributesin classForwardingBeanAttributes<T>
-
-