Description
Looking integration of myfaces with JBoss AS6, it was notice myfaces does not have a way to override the annotation configurator.
Ri has a class called AnnotationProvider with this methods:
public AnnotationProvider(ServletContext sc)
abstract public Map<?> getAnnotatedClasses(Set<URL> urls)
the documentation says it is possible to override using this type of constructor.
public AnnotationProvider(ServletContext sc, AnnotationProvider parent)
We should provide something similar (let's call it AnnotationScanner because its objective is scan for annotations).
Attachments
Attachments
Issue Links
- is part of
-
MYFACES-2863 Create a new package org.apache.myfaces.spi and implement Providers for integration points with application containers
- Closed