T - public abstract class ForwardingBeanAttributes<T> extends Object implements BeanAttributes<T>
BeanAttributes.| Constructor and Description |
|---|
ForwardingBeanAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BeanAttributes<T> |
attributes() |
boolean |
equals(Object obj) |
String |
getName()
Obtains the EL name of a bean, if it has one.
|
Set<Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
Class<? extends Annotation> |
getScope()
Obtains the scope of the bean.
|
Set<Class<? extends Annotation>> |
getStereotypes()
Obtains the stereotypes of the bean.
|
Set<Type> |
getTypes()
Obtains the bean types of the bean.
|
int |
hashCode() |
boolean |
isAlternative()
Determines if the bean is an alternative.
|
boolean |
isNullable()
Determines if
Contextual.create(CreationalContext)
sometimes return a null value. |
protected abstract BeanAttributes<T> attributes()
public Set<Type> getTypes()
BeanAttributesgetTypes in interface BeanAttributes<T>public Set<Annotation> getQualifiers()
BeanAttributesgetQualifiers in interface BeanAttributes<T>public Class<? extends Annotation> getScope()
BeanAttributesgetScope in interface BeanAttributes<T>public String getName()
BeanAttributesgetName in interface BeanAttributes<T>public Set<Class<? extends Annotation>> getStereotypes()
BeanAttributesgetStereotypes in interface BeanAttributes<T>public boolean isAlternative()
BeanAttributesisAlternative in interface BeanAttributes<T>public boolean isNullable()
BeanAttributesContextual.create(CreationalContext)
sometimes return a null value.isNullable in interface BeanAttributes<T>create() method may return a null value, and
false otherwiseCopyright © 2012 Seam Framework. All Rights Reserved.