public abstract class ForwardingDecorator<T> extends ForwardingBean<T> implements Decorator<T>
| Constructor and Description |
|---|
ForwardingDecorator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Decorator<T> |
delegate()
Abstract getter for the delegate
|
java.util.Set<java.lang.reflect.Type> |
getDecoratedTypes()
Obtains the decorated types.
|
java.util.Set<java.lang.annotation.Annotation> |
getDelegateQualifiers()
Obtains the qualifiers of the
delegate injection point.
|
java.lang.reflect.Type |
getDelegateType()
Obtains the type of the
delegate injection point.
|
create, destroy, equals, getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, hashCode, isAlternative, isNullable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablecreate, destroyprotected abstract Decorator<T> delegate()
ForwardingBeandelegate in class ForwardingBean<T>public java.util.Set<java.lang.reflect.Type> getDecoratedTypes()
DecoratorObtains the decorated types.
getDecoratedTypes in interface Decorator<T>public java.util.Set<java.lang.annotation.Annotation> getDelegateQualifiers()
DecoratorObtains the qualifiers of the delegate injection point.
getDelegateQualifiers in interface Decorator<T>public java.lang.reflect.Type getDelegateType()
DecoratorObtains the type of the delegate injection point.
getDelegateType in interface Decorator<T>Copyright © 2014 Seam Framework. All Rights Reserved.