Package com.webmethods.caf.faces.config
Class CafAnnotationProvider
java.lang.Object
com.sun.faces.spi.AnnotationProvider
com.sun.faces.config.AnnotationScanner
com.webmethods.caf.faces.config.CafAnnotationProvider
public class CafAnnotationProvider
extends com.sun.faces.config.AnnotationScanner
Discover classes that are annotated with one of the JavaServer Faces
annotations that are provided by wired OSGi bundles
-
Field Summary
Fields inherited from class com.sun.faces.config.AnnotationScanner
FACES_ANNOTATION_TYPE, FACES_ANNOTATIONS
Fields inherited from class com.sun.faces.spi.AnnotationProvider
sc, wrappedAnnotationProvider
-
Constructor Summary
ConstructorsConstructorDescriptionCafAnnotationProvider
(ServletContext sc, com.sun.faces.spi.AnnotationProvider defProvider) -
Method Summary
Modifier and TypeMethodDescriptionMap<Class<? extends Annotation>,
Set<Class<?>>> getAnnotatedClasses
(Set<URI> urls) Methods inherited from class com.sun.faces.config.AnnotationScanner
getClasspathPackages, getWebInfClassesPackages, isAnnotationScanPackagesSet, processClass, processClass, processClassList, processJar, processScripts
-
Constructor Details
-
CafAnnotationProvider
-
-
Method Details
-
getAnnotatedClasses
- Specified by:
getAnnotatedClasses
in classcom.sun.faces.spi.AnnotationProvider
-