|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.model.AnnotationModel<T>
org.jboss.webbeans.model.ScopeModel<T>
public class ScopeModel<T extends java.lang.annotation.Annotation>
Model of a scope
| Constructor Summary | |
|---|---|
ScopeModel(java.lang.Class<T> scope)
Constrctor |
|
| Method Summary | |
|---|---|
protected java.lang.Class<? extends java.lang.annotation.Annotation> |
getMetaAnnotation()
Gets the corresponding meta-annotation type class |
boolean |
isNormal()
Indicates if the scope is "normal" |
boolean |
isPassivating()
Indicates if the scope is "passivating" |
java.lang.String |
toDetailedString()
|
java.lang.String |
toString()
Gets a string representation of the scope model |
| Methods inherited from class org.jboss.webbeans.model.AnnotationModel |
|---|
getAnnotatedAnnotation, getType, init, initType, initValid, isValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScopeModel(java.lang.Class<T> scope)
scope - The scope type| Method Detail |
|---|
public boolean isNormal()
public boolean isPassivating()
protected java.lang.Class<? extends java.lang.annotation.Annotation> getMetaAnnotation()
getMetaAnnotation in class AnnotationModel<T extends java.lang.annotation.Annotation>public java.lang.String toString()
toString in class AnnotationModel<T extends java.lang.annotation.Annotation>public java.lang.String toDetailedString()
toDetailedString in class AnnotationModel<T extends java.lang.annotation.Annotation>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||