org.richfaces.cdk.xmlconfig
Class FacesConfigParser

java.lang.Object
  extended by org.richfaces.cdk.xmlconfig.FacesConfigParser
All Implemented Interfaces:
ModelBuilder

public class FacesConfigParser
extends java.lang.Object
implements ModelBuilder

Author:
asmirnov@exadel.com

Constructor Summary
FacesConfigParser()
           
 
Method Summary
 void build()
          

Build library model.

protected  FacesConfigBean unmarshalFacesConfig(java.io.File file)
           
 
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

build

public void build()
           throws CdkException
Description copied from interface: ModelBuilder

Build library model.

Specified by:
build in interface ModelBuilder
Throws:
CdkException

unmarshalFacesConfig

protected FacesConfigBean unmarshalFacesConfig(java.io.File file)
                                        throws CdkException,
                                               java.io.FileNotFoundException
Throws:
CdkException
java.io.FileNotFoundException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.