org.apache.myfaces.config
Interface FacesConfigUnmarshaller<T>
- All Known Implementing Classes:
- DigesterFacesConfigUnmarshallerImpl
public interface FacesConfigUnmarshaller<T>
Parses a single InputStream into an unmarshalled faces config Object, that can
be processed by a respective FacesConfigDispenser.
- Version:
- $Revision: 684459 $ $Date: 2008-08-10 06:13:56 -0500 (Sun, 10 Aug 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $)
Method Summary |
T |
getFacesConfig(java.io.InputStream in,
java.lang.String systemId)
|
getFacesConfig
T getFacesConfig(java.io.InputStream in,
java.lang.String systemId)
throws java.io.IOException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.