Class AnnotationConfigurator
- java.lang.Object
- 
- org.apache.myfaces.config.annotation.AnnotationConfigurator
 
- 
 public class AnnotationConfigurator extends Object Configure all annotations that needs to be defined at startup.Some parts copied from org.apache.shale.tiger.view.faces.LifecycleListener2 - Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Constructor SummaryConstructors Constructor Description AnnotationConfigurator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FacesConfigImplcreateFacesConfig(ExternalContext externalcontext, boolean metadataComplete)protected FacesConfigImplcreateFacesConfig(Map<Class<? extends Annotation>,Set<Class<?>>> map)TODO: Implement strategy pattern over this method.
 
- 
- 
- 
Method Detail- 
createFacesConfigpublic FacesConfigImpl createFacesConfig(ExternalContext externalcontext, boolean metadataComplete) 
 - 
createFacesConfigprotected FacesConfigImpl createFacesConfig(Map<Class<? extends Annotation>,Set<Class<?>>> map) TODO: Implement strategy pattern over this method.- Parameters:
- map-
- Returns:
 
 
- 
 
-