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(InputStream in, String systemId)
           
 

Method Detail

getFacesConfig

T getFacesConfig(InputStream in,
                 String systemId)
                 throws IOException,
                        SAXException
Throws:
IOException
SAXException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.