public abstract class IsolatedForwardingDecorator<T> extends IsolatedForwardingBean<T> implements Decorator<T>
Decorator. Separate delegate is used for BeanAttributes methods, allowing this
class to be used for processing of extension-provided beans.ProcessBeanAttributes| Modifier and Type | Class and Description |
|---|---|
static class |
IsolatedForwardingDecorator.Impl<T> |
| Constructor and Description |
|---|
IsolatedForwardingDecorator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Decorator<T> |
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, hashCode, isNullable, toStringattributes, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeprotected abstract Decorator<T> delegate()
delegate in class IsolatedForwardingBean<T>public Type getDelegateType()
DecoratorObtains the type of the delegate injection point.
getDelegateType in interface Decorator<T>public Set<Annotation> getDelegateQualifiers()
DecoratorObtains the qualifiers of the delegate injection point.
getDelegateQualifiers in interface Decorator<T>public Set<Type> getDecoratedTypes()
DecoratorObtains the decorated types.
getDecoratedTypes in interface Decorator<T>Copyright © 2013 Seam Framework. All Rights Reserved.