|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.bean.ForwardingBean<T>
org.jboss.weld.bean.ForwardingDecorator<T>
public abstract class ForwardingDecorator<T>
Constructor Summary | |
---|---|
ForwardingDecorator()
|
Method Summary | |
---|---|
protected abstract javax.enterprise.inject.spi.Decorator<T> |
delegate()
Abstract getter for the delegate |
Set<Type> |
getDecoratedTypes()
|
Set<Annotation> |
getDelegateQualifiers()
|
Type |
getDelegateType()
|
Methods inherited from class org.jboss.weld.bean.ForwardingBean |
---|
create, destroy, equals, getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, hashCode, isAlternative, isNullable, toString |
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, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable |
Methods inherited from interface javax.enterprise.context.spi.Contextual |
---|
create, destroy |
Constructor Detail |
---|
public ForwardingDecorator()
Method Detail |
---|
protected abstract javax.enterprise.inject.spi.Decorator<T> delegate()
ForwardingBean
delegate
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>
public Type getDelegateType()
getDelegateType
in interface javax.enterprise.inject.spi.Decorator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |