|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.inject.manager.Bean<T>
org.jboss.webbeans.bean.RIBean<T>
org.jboss.webbeans.bean.standard.AbstractStandardBean<T>
public abstract class AbstractStandardBean<T>
Constructor Summary | |
---|---|
protected |
AbstractStandardBean(ManagerImpl manager)
|
Method Summary | |
---|---|
java.util.Set<java.lang.annotation.Annotation> |
getBindings()
The bindings of a bean |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getDeploymentType()
The deployment type of a bean |
java.lang.String |
getId()
|
java.util.Set<AnnotatedInjectionPoint<?,?>> |
getInjectionPoints()
The injection points of a bean |
java.lang.String |
getName()
The name of a bean |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScopeType()
The scope of a bean |
RIBean<?> |
getSpecializedBean()
|
void |
initialize(BeanDeployerEnvironment environment)
|
boolean |
isNullable()
The nullability of a bean |
boolean |
isPrimitive()
|
boolean |
isProxyable()
|
boolean |
isSerializable()
The serializability of a bean |
boolean |
isSpecializing()
|
Methods inherited from class org.jboss.webbeans.bean.RIBean |
---|
createId, equals, getManager, getType, hashCode, isDependent |
Methods inherited from class javax.inject.manager.Bean |
---|
getTypes |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.context.Contextual |
---|
create, destroy |
Constructor Detail |
---|
protected AbstractStandardBean(ManagerImpl manager)
Method Detail |
---|
public void initialize(BeanDeployerEnvironment environment)
initialize
in class RIBean<T>
public java.util.Set<java.lang.annotation.Annotation> getBindings()
Bean
getBindings
in class Bean<T>
public java.lang.Class<? extends java.lang.annotation.Annotation> getDeploymentType()
Bean
getDeploymentType
in class Bean<T>
public java.lang.Class<? extends java.lang.annotation.Annotation> getScopeType()
Bean
getScopeType
in class Bean<T>
public RIBean<?> getSpecializedBean()
getSpecializedBean
in class RIBean<T>
public java.lang.String getName()
Bean
getName
in class Bean<T>
public java.util.Set<AnnotatedInjectionPoint<?,?>> getInjectionPoints()
Bean
getInjectionPoints
in class RIBean<T>
public boolean isNullable()
Bean
isNullable
in class Bean<T>
public boolean isPrimitive()
isPrimitive
in class RIBean<T>
public boolean isSerializable()
Bean
isSerializable
in class Bean<T>
public boolean isSpecializing()
isSpecializing
in class RIBean<T>
public boolean isProxyable()
isProxyable
in class RIBean<T>
public java.lang.String getId()
getId
in class RIBean<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |