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: 1537800 $ $Date: 2013-10-31 20:55:08 -0500 (Thu, 31 Oct 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 © 2014 The Apache Software Foundation. All rights reserved.