org.glassfish.osgiweb
Class OSGiFacesAnnotationScanner
java.lang.Object
com.sun.faces.spi.AnnotationProvider
org.glassfish.osgiweb.OSGiFacesAnnotationScanner
public class OSGiFacesAnnotationScanner
- extends com.sun.faces.spi.AnnotationProvider
- Author:
- Sanjeeb.Sahoo@Sun.COM
| Fields inherited from class com.sun.faces.spi.AnnotationProvider |
sc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSGiFacesAnnotationScanner
public OSGiFacesAnnotationScanner(javax.servlet.ServletContext sc)
- Creates a new
AnnotationScanner instance.
This is a much needed constructor as mojarra initializes using this constructor.
- Parameters:
sc - the ServletContext for the application to be
scanned
getAnnotatedClasses
public Map<Class<? extends Annotation>,Set<Class<?>>> getAnnotatedClasses(Set<URI> uris)
- Specified by:
getAnnotatedClasses in class com.sun.faces.spi.AnnotationProvider
Copyright © 2012 GlassFish Community. All Rights Reserved.