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: 1195618 $ $Date: 2011-10-31 14:03:29 -0500 (Mon, 31 Oct 2011) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Constructor Summary
AnnotationConfigurator()
           
 
Method Summary
 FacesConfig createFacesConfig(ExternalContext externalcontext, boolean metadataComplete)
           
protected  FacesConfig 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 FacesConfig createFacesConfig(ExternalContext externalcontext,
                                     boolean metadataComplete)

createFacesConfig

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

Parameters:
map -
Returns:


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.