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: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
getFacesConfig
T getFacesConfig(InputStream in,
String systemId)
throws IOException,
SAXException
- Throws:
IOException
SAXException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.