org.apache.myfaces.config.annotation
Class AnnotationConfigurator

java.lang.Object
  extended by 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: 1538262 $ $Date: 2013-11-02 15:35:38 -0500 (Sat, 02 Nov 2013) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Constructor Summary
AnnotationConfigurator()
           
 
Method Summary
 FacesConfigImpl createFacesConfig(ExternalContext externalcontext, boolean metadataComplete)
           
protected  FacesConfigImpl createFacesConfig(Map<Class<? extends Annotation>,Set<Class<?>>> map)
          TODO: Implement strategy pattern over this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationConfigurator

public AnnotationConfigurator()
Method Detail

createFacesConfig

public FacesConfigImpl createFacesConfig(ExternalContext externalcontext,
                                         boolean metadataComplete)

createFacesConfig

protected FacesConfigImpl createFacesConfig(Map<Class<? extends Annotation>,Set<Class<?>>> map)
TODO: Implement strategy pattern over this method.

Parameters:
map -
Returns:


Copyright © 2014 The Apache Software Foundation. All rights reserved.