|
||||||||||
| 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.AbstractBean<T,S>
org.jboss.webbeans.bean.AbstractFacadeBean<T,S,P>
T - the bean typeS - the injection point typeP - the parameterized typepublic abstract class AbstractFacadeBean<T,S,P>
Facade bean for implicit beans
| Field Summary | |
|---|---|
protected AnnotatedItem<T,S> |
annotatedItem
|
| Fields inherited from class org.jboss.webbeans.bean.AbstractBean |
|---|
_serializable, dependentInstancesStore, deploymentType, injectionPoints, manager, name, scopeType, type, types |
| Constructor Summary | |
|---|---|
AbstractFacadeBean(AnnotatedItem<T,S> field,
ManagerImpl manager)
Constructor |
|
| Method Summary | |
|---|---|
protected void |
checkDeploymentType()
Validates the deployment type |
protected AnnotatedItem<T,S> |
getAnnotatedItem()
Gets the underlying item |
protected java.lang.annotation.Annotation[] |
getBindingTypesArray()
|
protected java.lang.Class<? extends java.lang.annotation.Annotation> |
getDefaultDeploymentType()
Gets the default deployment type, Production |
protected java.lang.String |
getDefaultName()
Gets the default name |
AbstractBean<?,?> |
getSpecializedBean()
|
protected java.lang.Class<P> |
getTypeParameter()
Gets the type paramater of the facade |
protected void |
initDeploymentType()
Initializes the deployment type to Standard |
protected void |
initScopeType()
Initializes the scope type to dependent |
protected void |
initType()
Initializes the type |
boolean |
isSpecializing()
|
java.lang.String |
toString()
Returns a string representation |
| Methods inherited from class org.jboss.webbeans.bean.RIBean |
|---|
getManager |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.context.Contextual |
|---|
create, destroy |
| Field Detail |
|---|
protected AnnotatedItem<T,S> annotatedItem
| Constructor Detail |
|---|
public AbstractFacadeBean(AnnotatedItem<T,S> field,
ManagerImpl manager)
field - The facaded fieldmanager - The Web Beans manager| Method Detail |
|---|
protected java.lang.annotation.Annotation[] getBindingTypesArray()
protected java.lang.Class<P> getTypeParameter()
protected void initScopeType()
initScopeType in class AbstractBean<T,S>protected void initDeploymentType()
initDeploymentType in class AbstractBean<T,S>protected void checkDeploymentType()
AbstractBean
checkDeploymentType in class AbstractBean<T,S>protected AnnotatedItem<T,S> getAnnotatedItem()
getAnnotatedItem in class AbstractBean<T,S>protected java.lang.String getDefaultName()
getDefaultName in class AbstractBean<T,S>protected void initType()
initType in class AbstractBean<T,S>protected java.lang.Class<? extends java.lang.annotation.Annotation> getDefaultDeploymentType()
getDefaultDeploymentType in class AbstractBean<T,S>public java.lang.String toString()
toString in class AbstractBean<T,S>public AbstractBean<?,?> getSpecializedBean()
getSpecializedBean in class AbstractBean<T,S>public boolean isSpecializing()
isSpecializing in class AbstractBean<T,S>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||