org.apache.myfaces.config

Interface FacesConfigUnmarshaller

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: 169649 $ $Date: 2005-05-11 17:47:12 +0200 (Wed, 11 May 2005) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Method Summary

Object
getFacesConfig(InputStream in, String systemId)

Method Details

getFacesConfig

public Object getFacesConfig(InputStream in,
                             String systemId)
            throws IOException,
                   SAXException