|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.spi.AnnotationProvider
org.apache.myfaces.config.annotation.DefaultAnnotationProvider
public class DefaultAnnotationProvider
| Field Summary | |
|---|---|
static String |
SCAN_PACKAGES
Servlet context init parameter which defines which packages to scan for beans, separated by commas. |
| Constructor Summary | |
|---|---|
DefaultAnnotationProvider()
|
|
| Method Summary | |
|---|---|
Map<Class<? extends Annotation>,Set<Class<?>>> |
getAnnotatedClasses(ExternalContext ctx)
Retrieve a map containing the classes that contains annotations used by jsf implementation at startup. |
protected Collection<Class<?>> |
getAnnotatedMetaInfClasses(ExternalContext ctx,
Set<URL> urls)
|
protected Collection<Class<?>> |
getAnnotatedMyfacesImplClasses(ExternalContext ctx,
URL url)
|
protected Collection<Class<?>> |
getAnnotatedWebInfClasses(ExternalContext ctx)
|
Set<URL> |
getBaseUrls()
The returned Set<URL> urls are calculated in this way ( see JSF 2.0 spec section 11.4.2 for definitions ) |
Set<URL> |
getBaseUrls(ExternalContext context)
Same as getBaseUrls(), but with the ExternalContext reference. |
protected Collection<Class<?>> |
getGAEAnnotatedMetaInfClasses(ExternalContext context,
String filter)
|
| Methods inherited from class org.apache.myfaces.spi.AnnotationProvider |
|---|
getWrapped |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@JSFWebConfigParam(since="2.0") public static final String SCAN_PACKAGES
| Constructor Detail |
|---|
public DefaultAnnotationProvider()
| Method Detail |
|---|
public Map<Class<? extends Annotation>,Set<Class<?>>> getAnnotatedClasses(ExternalContext ctx)
AnnotationProviderThe default implementation must comply with JSF 2.0 spec section 11.5.1 Requirements for scanning of classes for annotations.
This method could call getBaseUrls() to obtain a list of URL that could be used to indicate jar files of annotations in the classpath.
If the
getAnnotatedClasses in class AnnotationProviderctx - The current ExternalContext
public Set<URL> getBaseUrls()
throws IOException
AnnotationProviderThe returned Set<URL> urls are calculated in this way ( see JSF 2.0 spec section 11.4.2 for definitions )
applicationConfigurationResources)
getBaseUrls in class AnnotationProviderIOException
public Set<URL> getBaseUrls(ExternalContext context)
throws IOException
AnnotationProvider
getBaseUrls in class AnnotationProviderIOException
protected Collection<Class<?>> getAnnotatedMetaInfClasses(ExternalContext ctx,
Set<URL> urls)
protected Collection<Class<?>> getGAEAnnotatedMetaInfClasses(ExternalContext context,
String filter)
protected Collection<Class<?>> getAnnotatedMyfacesImplClasses(ExternalContext ctx,
URL url)
protected Collection<Class<?>> getAnnotatedWebInfClasses(ExternalContext ctx)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||