|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.config.inheritance.BeanInheritedMetaData<T>
public class BeanInheritedMetaData<T>
| Field Summary | |
|---|---|
protected AbstractOwbBean<T> |
component
Component that inherits the meta-datas |
protected Class<?> |
inheritedClazz
Inherited class |
protected Set<Annotation> |
inheritedInterceptorBindings
Inherited interceptor bindings |
protected Set<Annotation> |
inheritedQualifiers
Inherited qualifiers |
protected Annotation |
inheritedScopeType
Inherited scope type |
protected Set<Annotation> |
inheritedStereoTypes
Inherited stereotypes |
| Constructor Summary | |
|---|---|
BeanInheritedMetaData(AbstractOwbBean<T> component)
|
|
| Method Summary | |
|---|---|
protected AbstractOwbBean<T> |
getComponent()
|
protected Class<?> |
getInheritedClazz()
|
Set<Annotation> |
getInheritedInterceptorBindings()
|
Set<Annotation> |
getInheritedQualifiers()
|
Annotation |
getInheritedScopeType()
|
Set<Annotation> |
getInheritedStereoTypes()
|
protected void |
setInheritedInterceptorBindings()
Internally set the inheritedInterceptorBindingTypes |
protected void |
setInheritedQualifiers()
Internally set the inheritedBindingTypes |
protected void |
setInheritedScopeType()
Internally set the inheritedScopeType. |
protected void |
setInheritedStereoTypes()
Internally set the inheritedStereoTypes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AbstractOwbBean<T> component
protected Class<?> inheritedClazz
protected Set<Annotation> inheritedQualifiers
protected Set<Annotation> inheritedStereoTypes
protected Set<Annotation> inheritedInterceptorBindings
protected Annotation inheritedScopeType
| Constructor Detail |
|---|
public BeanInheritedMetaData(AbstractOwbBean<T> component)
| Method Detail |
|---|
protected void setInheritedQualifiers()
protected void setInheritedInterceptorBindings()
protected void setInheritedScopeType()
protected void setInheritedStereoTypes()
public Set<Annotation> getInheritedQualifiers()
getInheritedQualifiers in interface IBeanInheritedMetaDatapublic Set<Annotation> getInheritedStereoTypes()
getInheritedStereoTypes in interface IBeanInheritedMetaDatapublic Set<Annotation> getInheritedInterceptorBindings()
getInheritedInterceptorBindings in interface IBeanInheritedMetaDatapublic Annotation getInheritedScopeType()
getInheritedScopeType in interface IBeanInheritedMetaDataprotected AbstractOwbBean<T> getComponent()
protected Class<?> getInheritedClazz()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||