Package org.jboss.weld.util.bean
Class IsolatedForwardingDecorator.Impl<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.util.bean.IsolatedForwardingDecorator.Impl<T>
-
- All Implemented Interfaces:
Contextual<T>,Bean<T>,BeanAttributes<T>,Decorator<T>,WrappedContextual<T>
- Enclosing class:
- IsolatedForwardingDecorator<T>
public static class IsolatedForwardingDecorator.Impl<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 Impl(WrappedBeanHolder<T,Decorator<T>> cartridge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BeanAttributes<T>attributes()Decorator<T>delegate()-
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, 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.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
-
-
-
-
Constructor Detail
-
Impl
public Impl(WrappedBeanHolder<T,Decorator<T>> cartridge)
-
-
Method Detail
-
delegate
public Decorator<T> delegate()
- Specified by:
delegatein interfaceWrappedContextual<T>- Specified by:
delegatein classIsolatedForwardingDecorator<T>
-
attributes
protected BeanAttributes<T> attributes()
- Specified by:
attributesin classForwardingBeanAttributes<T>
-
-