org.apache.myfaces.buildtools.maven2.plugin.faces.parse
Class FacesConfigParser

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.faces.parse.FacesConfigParser

public class FacesConfigParser
extends java.lang.Object


Nested Class Summary
static class FacesConfigParser.ComponentIncludeFactory
           
 
Constructor Summary
FacesConfigParser()
           
 
Method Summary
protected static void addComponentDigesterRules(org.apache.commons.digester.Digester digester, boolean withCreate)
           
protected  org.apache.commons.digester.Digester createDigester()
           
protected static org.apache.commons.digester.Digester createEmptyDigester()
           
 void merge(FacesConfigBean owner, java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesConfigParser

public FacesConfigParser()
Method Detail

merge

public void merge(FacesConfigBean owner,
                  java.net.URL url)
           throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

createEmptyDigester

protected static org.apache.commons.digester.Digester createEmptyDigester()
                                                                   throws javax.xml.parsers.ParserConfigurationException,
                                                                          org.xml.sax.SAXException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException

addComponentDigesterRules

protected static void addComponentDigesterRules(org.apache.commons.digester.Digester digester,
                                                boolean withCreate)

createDigester

protected org.apache.commons.digester.Digester createDigester()
                                                       throws javax.xml.parsers.ParserConfigurationException,
                                                              org.xml.sax.SAXException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.