public abstract class ForwardingDecorator<T> extends ForwardingBean<T> implements javax.enterprise.inject.spi.Decorator<T>
| Constructor and Description |
|---|
ForwardingDecorator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.enterprise.inject.spi.Decorator<T> |
delegate()
Abstract getter for the delegate
|
Set<Type> |
getDecoratedTypes() |
Set<Annotation> |
getDelegateQualifiers() |
Type |
getDelegateType() |
create, destroy, equals, getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, hashCode, isAlternative, isNullable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected abstract javax.enterprise.inject.spi.Decorator<T> delegate()
ForwardingBeandelegate in class ForwardingBean<T>public Set<Type> getDecoratedTypes()
getDecoratedTypes in interface javax.enterprise.inject.spi.Decorator<T>public Set<Annotation> getDelegateQualifiers()
getDelegateQualifiers in interface javax.enterprise.inject.spi.Decorator<T>Copyright © 2014 Seam Framework. All Rights Reserved.