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

Packages that use FacesConfig
org.apache.myfaces.config   
org.apache.myfaces.config.annotation   
org.apache.myfaces.config.impl.digester   
 

Uses of FacesConfig in org.apache.myfaces.config
 

Methods in org.apache.myfaces.config that return types with arguments of type FacesConfig
protected  java.util.List<FacesConfig> FacesConfigurator.applySortingAlgorithm(java.util.List<FacesConfig> appConfigResources)
          Sort using topological ordering algorithm.
protected  FacesConfigDispenser<FacesConfig> FacesConfigurator.getDispenser()
           
protected  java.util.List<FacesConfig> FacesConfigurator.getPostOrderedList(java.util.List<FacesConfig> appConfigResources)
          Pre Sort the appConfigResources, detecting cyclic references, so when sort process start, it is just necessary to traverse the preOrderedList once.
protected  FacesConfigUnmarshaller<? extends FacesConfig> FacesConfigurator.getUnmarshaller()
           
protected  java.util.List<FacesConfig> FacesConfigurator.sortRelativeOrderingList(java.util.List<FacesConfig> preOrderedList)
          Sort a list of pre ordered elements.
 

Methods in org.apache.myfaces.config with parameters of type FacesConfig
protected  void FacesConfigurator.orderAndFeedArtifacts(java.util.List<FacesConfig> appConfigResources, FacesConfig webAppConfig)
           
 

Method parameters in org.apache.myfaces.config with type arguments of type FacesConfig
protected  java.util.List<FacesConfig> FacesConfigurator.applySortingAlgorithm(java.util.List<FacesConfig> appConfigResources)
          Sort using topological ordering algorithm.
protected  java.util.List<FacesConfig> FacesConfigurator.getPostOrderedList(java.util.List<FacesConfig> appConfigResources)
          Pre Sort the appConfigResources, detecting cyclic references, so when sort process start, it is just necessary to traverse the preOrderedList once.
protected  void FacesConfigurator.orderAndFeedArtifacts(java.util.List<FacesConfig> appConfigResources, FacesConfig webAppConfig)
           
 void FacesConfigurator.setDispenser(FacesConfigDispenser<FacesConfig> dispenser)
           
 void FacesConfigurator.setUnmarshaller(FacesConfigUnmarshaller<? extends FacesConfig> unmarshaller)
           
protected  java.util.List<FacesConfig> FacesConfigurator.sortRelativeOrderingList(java.util.List<FacesConfig> preOrderedList)
          Sort a list of pre ordered elements.
 

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

Method parameters in org.apache.myfaces.config.annotation with type arguments of type FacesConfig
 void AnnotationConfigurator.configure(javax.faces.application.Application application, FacesConfigDispenser<FacesConfig> dispenser, boolean metadataComplete)
           
protected  void AnnotationConfigurator.configureClasses(javax.faces.application.Application application, FacesConfigDispenser<FacesConfig> dispenser, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.util.Set<java.lang.Class<?>>> map)
           
 

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

Methods in org.apache.myfaces.config.impl.digester that return FacesConfig
 FacesConfig DigesterFacesConfigUnmarshallerImpl.getFacesConfig(java.io.InputStream in, java.lang.String systemId)
           
 

Methods in org.apache.myfaces.config.impl.digester with parameters of type FacesConfig
 void DigesterFacesConfigDispenserImpl.feed(FacesConfig config)
          Add another unmarshalled faces config object.
 



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