Uses of Interface
org.apache.shale.clay.config.ClayConfigParser

Packages that use ClayConfigParser
org.apache.shale.clay.config   
org.apache.shale.clay.config.beans   
 

Uses of ClayConfigParser in org.apache.shale.clay.config
 

Classes in org.apache.shale.clay.config that implement ClayConfigParser
 class ClayTemplateParser
           This class is responsible for loading an HTML template into a graph of ComponentBean's that represents a JSF component tree.
 class ClayXmlParser
          This class loads the configuration files defining page fragments and caches a graph of beans in application scope.
 

Uses of ClayConfigParser in org.apache.shale.clay.config.beans
 

Fields in org.apache.shale.clay.config.beans declared as ClayConfigParser
protected  ClayConfigParser ComponentConfigBean.parser
          Uses the digester to load the configuration files into a object graph cached in displayElements.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.