org.apache.myfaces.config
Interface FacesConfigUnmarshaller

All Known Implementing Classes:
DigesterFacesConfigUnmarshallerImpl

public interface FacesConfigUnmarshaller

Parses a single InputStream into an unmarshalled faces config Object, that can be processed by a respective FacesConfigDispenser.

Version:
$Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Method Summary
 java.lang.Object getFacesConfig(java.io.InputStream in, java.lang.String systemId)
           
 

Method Detail

getFacesConfig

java.lang.Object 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 © 2011 Apache Software Foundation. All Rights Reserved.