Uses of Class
net.sourceforge.smile.config.FacesConfigTag

Packages that use FacesConfigTag
net.sourceforge.smile.config   
 

Uses of FacesConfigTag in net.sourceforge.smile.config
 

Methods in net.sourceforge.smile.config that return FacesConfigTag
 FacesConfigTag FacesConfigInterpreter.parse(java.io.Reader config)
          Parse the given input source as faces-config.xml
 FacesConfigTag FacesConfigInterpreter.parse(java.util.List sources)
          Parse a list of input sources, and merge their content, to represent a global tree of faces-config.xml elements.
 FacesConfigTag ConfigurationManager.getRoot()
          Retrieves the root configuration tag.
 

Methods in net.sourceforge.smile.config with parameters of type FacesConfigTag
 void ConfigurationManager.setRoot(FacesConfigTag root)
          This operation allows us to change the root context for out of container unit testing basically.