|
||||||||||
| 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,
Class<? extends Annotation> clazz)
Creates a new instance of the stereotype model for given class. |
|
StereoTypeModel(WebBeansContext webBeansContext,
Class<? extends Annotation> clazz,
Annotation[] annotationDefs)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Annotation |
getDefaultDeploymentType()
Gets default deployment type. |
Annotation |
getDefaultScopeType()
Sets default deployment type. |
Set<Annotation> |
getInheritedStereoTypes()
Returns a set of inherited stereotypes. |
Set<Annotation> |
getInterceptorBindingTypes()
Returns set of interceptor binding that are definen by the stereotype. |
String |
getName()
Returns name of the stereotype. |
int |
hashCode()
|
void |
setName(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,
Class<? extends Annotation> clazz)
webBeansContext - clazz - stereotype type
public StereoTypeModel(WebBeansContext webBeansContext,
Class<? extends Annotation> clazz,
Annotation[] annotationDefs)
| Method Detail |
|---|
public String getName()
getName in interface IStereoTypeModelpublic void setName(String name)
setName in interface IStereoTypeModelname - the name to setpublic Annotation getDefaultDeploymentType()
getDefaultDeploymentType in interface IStereoTypeModelpublic Annotation getDefaultScopeType()
getDefaultScopeType in interface IStereoTypeModelpublic Set<Annotation> getInterceptorBindingTypes()
getInterceptorBindingTypes in interface IStereoTypeModelpublic Set<Annotation> getInheritedStereoTypes()
getInheritedStereoTypes in interface IStereoTypeModelpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||