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: 511030 $ $Date: 2007-02-23 18:34:38 +0100 (Fr, 23 Feb 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: mbr $)
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 © 2007 Apache Software Foundation. All Rights Reserved.