org.apache.myfaces.config.impl.digester
Class DigesterFacesConfigUnmarshallerImpl
java.lang.Object
org.apache.myfaces.config.impl.digester.DigesterFacesConfigUnmarshallerImpl
- All Implemented Interfaces:
- FacesConfigUnmarshaller<FacesConfig>
public class DigesterFacesConfigUnmarshallerImpl
- extends Object
- implements FacesConfigUnmarshaller<FacesConfig>
- Author:
- Oliver Rossmueller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigesterFacesConfigUnmarshallerImpl
public DigesterFacesConfigUnmarshallerImpl(ExternalContext externalContext)
getFacesConfig
public FacesConfig getFacesConfig(InputStream in,
String systemId)
throws IOException,
SAXException
- Specified by:
getFacesConfig
in interface FacesConfigUnmarshaller<FacesConfig>
- Throws:
IOException
SAXException
getFacesConfig
public FacesConfig getFacesConfig(Reader r)
throws IOException,
SAXException
- Specified by:
getFacesConfig
in interface FacesConfigUnmarshaller<FacesConfig>
- Throws:
IOException
SAXException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.