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: 1436645 $ $Date: 2013-01-21 16:54:03 -0500 (Mon, 21 Jan 2013) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $)

Method Summary
 T getFacesConfig(InputStream in, String systemId)
           
 FacesConfig getFacesConfig(Reader r)
           
 

Method Detail

getFacesConfig

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

getFacesConfig

FacesConfig getFacesConfig(Reader r)
                           throws IOException,
                                  SAXException
Throws:
IOException
SAXException


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