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: 1455393 $ $Date: 2013-03-11 21:17:52 -0500 (Mon, 11 Mar 2013) $
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)
           
 
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)


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