public class DelegatingAnnotationProvider extends AnnotationProvider
sc, wrappedAnnotationProvider| Constructor and Description |
|---|
DelegatingAnnotationProvider(javax.servlet.ServletContext sc) |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Annotation>,Set<Class<?>>> |
getAnnotatedClasses(Set<URI> urls) |
void |
setAnnotationScanner(AnnotationScanner containerConnector,
Set<String> jarNamesWithoutMetadataComplete) |
public DelegatingAnnotationProvider(javax.servlet.ServletContext sc)
public Map<Class<? extends Annotation>,Set<Class<?>>> getAnnotatedClasses(Set<URI> urls)
getAnnotatedClasses in class AnnotationProviderurls - a Set of URLs that refer to specific faces-config.xml
documents on the classpath. The information returned by the map may
return annotation information from sources outside of those defined by the
urls.Map of classes mapped to a specific annotation type.
If no annotations are present, this method returns an empty Map.public void setAnnotationScanner(AnnotationScanner containerConnector, Set<String> jarNamesWithoutMetadataComplete)
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.