org.apache.webbeans.xml
Class XMLAnnotationTypeManager
java.lang.Object
org.apache.webbeans.xml.XMLAnnotationTypeManager
public class XMLAnnotationTypeManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLAnnotationTypeManager
public XMLAnnotationTypeManager()
getInstance
public static XMLAnnotationTypeManager getInstance()
addBindingType
public void addBindingType(Class<? extends Annotation> bindingType)
addResource
public void addResource(Class<? extends Annotation> resource)
hasBindingType
public boolean hasBindingType(Class<? extends Annotation> bindingType)
hasResource
public boolean hasResource(Class<? extends Annotation> resource)
addStereoType
public void addStereoType(Class<? extends Annotation> stereoType,
Element decleration,
String name,
String errorMessage)
hasStereoType
public boolean hasStereoType(Class<? extends Annotation> stereoType)
addInterceotorBindingTypeInheritAnnotation
public void addInterceotorBindingTypeInheritAnnotation(Class<? extends Annotation> bindingType,
Annotation inherit)
addInterceotorBindingTypeInheritAnnotation
public void addInterceotorBindingTypeInheritAnnotation(Class<? extends Annotation> bindingType,
Annotation... inheritsArray)
hasInterceptorBindingType
public boolean hasInterceptorBindingType(Class<? extends Annotation> bindingType)
getBindingTypes
public Set<Class<? extends Annotation>> getBindingTypes()
getResources
public Set<Class<? extends Annotation>> getResources()
getInterceptorBindingTypeInherites
public Set<Annotation> getInterceptorBindingTypeInherites(Class<? extends Annotation> interceptorBindingType)
getInterceptorBindingTypes
public Set<Class<? extends Annotation>> getInterceptorBindingTypes()
getStereotypes
public Set<Class<? extends Annotation>> getStereotypes()
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.