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 12:34:38 -0500 (Fri, 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 © 2008 The Apache Software Foundation. All Rights Reserved.