org.apache.myfaces.config.impl.digester
Class DigesterFacesConfigUnmarshallerImpl

java.lang.Object
  extended by org.apache.myfaces.config.impl.digester.DigesterFacesConfigUnmarshallerImpl
All Implemented Interfaces:
FacesConfigUnmarshaller<FacesConfigImpl>

public class DigesterFacesConfigUnmarshallerImpl
extends Object
implements FacesConfigUnmarshaller<FacesConfigImpl>

Author:
Oliver Rossmueller

Constructor Summary
DigesterFacesConfigUnmarshallerImpl(ExternalContext externalContext)
           
 
Method Summary
 FacesConfigImpl getFacesConfig(InputStream in, String systemId)
           
 FacesConfigImpl getFacesConfig(Reader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigesterFacesConfigUnmarshallerImpl

public DigesterFacesConfigUnmarshallerImpl(ExternalContext externalContext)
Method Detail

getFacesConfig

public FacesConfigImpl getFacesConfig(InputStream in,
                                      String systemId)
                               throws IOException,
                                      SAXException
Specified by:
getFacesConfig in interface FacesConfigUnmarshaller<FacesConfigImpl>
Throws:
IOException
SAXException

getFacesConfig

public FacesConfigImpl getFacesConfig(Reader r)
                               throws IOException,
                                      SAXException
Specified by:
getFacesConfig in interface FacesConfigUnmarshaller<FacesConfigImpl>
Throws:
IOException
SAXException


Copyright © 2015 The Apache Software Foundation. All rights reserved.