Class AnnotationConfigurator
java.lang.Object
org.apache.myfaces.config.annotation.AnnotationConfigurator
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
- 
Method SummaryModifier and TypeMethodDescriptioncreateFacesConfig(ExternalContext externalcontext, boolean metadataComplete) protected FacesConfigImplcreateFacesConfig(Map<Class<? extends Annotation>, Set<Class<?>>> map) TODO: Implement strategy pattern over this method.
- 
Constructor Details- 
AnnotationConfiguratorpublic AnnotationConfigurator()
 
- 
- 
Method Details- 
createFacesConfig
- 
createFacesConfigTODO: Implement strategy pattern over this method.- Parameters:
- map-
- Returns:
 
 
-