|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.deployment.StereoTypeModel
public class StereoTypeModel
Default implementation of the IStereoTypeModel contract.
| Constructor Summary | |
|---|---|
StereoTypeModel(WebBeansContext webBeansContext,
java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
Creates a new instance of the stereotype model for given class. |
|
StereoTypeModel(WebBeansContext webBeansContext,
java.lang.Class<? extends java.lang.annotation.Annotation> clazz,
java.lang.annotation.Annotation[] annotationDefs)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.annotation.Annotation |
getDefaultDeploymentType()
Gets default deployment type. |
java.lang.annotation.Annotation |
getDefaultScopeType()
Sets default deployment type. |
java.util.Set<java.lang.annotation.Annotation> |
getInheritedStereoTypes()
Returns a set of inherited stereotypes. |
java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindingTypes()
Returns set of interceptor binding that are definen by the stereotype. |
java.lang.String |
getName()
Returns name of the stereotype. |
int |
hashCode()
|
void |
setName(java.lang.String name)
Sets name. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StereoTypeModel(WebBeansContext webBeansContext,
java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
webBeansContext - clazz - stereotype type
public StereoTypeModel(WebBeansContext webBeansContext,
java.lang.Class<? extends java.lang.annotation.Annotation> clazz,
java.lang.annotation.Annotation[] annotationDefs)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface IStereoTypeModelpublic void setName(java.lang.String name)
setName in interface IStereoTypeModelname - the name to setpublic java.lang.annotation.Annotation getDefaultDeploymentType()
getDefaultDeploymentType in interface IStereoTypeModelpublic java.lang.annotation.Annotation getDefaultScopeType()
getDefaultScopeType in interface IStereoTypeModelpublic java.util.Set<java.lang.annotation.Annotation> getInterceptorBindingTypes()
getInterceptorBindingTypes in interface IStereoTypeModelpublic java.util.Set<java.lang.annotation.Annotation> getInheritedStereoTypes()
getInheritedStereoTypes in interface IStereoTypeModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||