Uses of Class
org.apache.myfaces.config.impl.digester.elements.FacesConfigImpl

Packages that use FacesConfigImpl
org.apache.myfaces.config.annotation   
org.apache.myfaces.config.impl.digester   
org.apache.myfaces.config.impl.digester.elements   
 

Uses of FacesConfigImpl in org.apache.myfaces.config.annotation
 

Methods in org.apache.myfaces.config.annotation that return FacesConfigImpl
 FacesConfigImpl AnnotationConfigurator.createFacesConfig(ExternalContext externalcontext, boolean metadataComplete)
           
protected  FacesConfigImpl AnnotationConfigurator.createFacesConfig(Map<Class<? extends Annotation>,Set<Class<?>>> map)
          TODO: Implement strategy pattern over this method.
 

Uses of FacesConfigImpl in org.apache.myfaces.config.impl.digester
 

Methods in org.apache.myfaces.config.impl.digester that return FacesConfigImpl
 FacesConfigImpl DigesterFacesConfigUnmarshallerImpl.getFacesConfig(InputStream in, String systemId)
           
 FacesConfigImpl DigesterFacesConfigUnmarshallerImpl.getFacesConfig(Reader r)
           
 

Uses of FacesConfigImpl in org.apache.myfaces.config.impl.digester.elements
 

Subclasses of FacesConfigImpl in org.apache.myfaces.config.impl.digester.elements
 class FacesConfig
          NOTE: this class is to avoid the integration code in tomee-1.6.0 webprofile to fail.
 



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