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
|
Set<Type> |
getDecoratedTypes()
Obtains the decorated types.
|
Set<Annotation> |
getDelegateQualifiers()
Obtains the qualifiers of the
delegate injection point.
|
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 Set<Type> getDecoratedTypes()
DecoratorObtains the decorated types.
getDecoratedTypes in interface Decorator<T>public Set<Annotation> getDelegateQualifiers()
DecoratorObtains the qualifiers of the delegate injection point.
getDelegateQualifiers in interface Decorator<T>public Type getDelegateType()
DecoratorObtains the type of the delegate injection point.
getDelegateType in interface Decorator<T>Copyright © 2013 Seam Framework. All Rights Reserved.