Package org.apache.myfaces.config
Interface FacesConfigUnmarshaller<T>
- 
- All Known Implementing Classes:
- FacesConfigUnmarshallerImpl
 
 public interface FacesConfigUnmarshaller<T>Parses a single InputStream into an unmarshalled faces config Object, that can be processed by a respective FacesConfigDispenser.- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetFacesConfig(InputStream in, String systemId)TgetFacesConfig(String s)
 
- 
- 
- 
Method Detail- 
getFacesConfigT getFacesConfig(InputStream in, String systemId) throws IOException, SAXException - Throws:
- IOException
- SAXException
 
 - 
getFacesConfigT getFacesConfig(String s) throws IOException, SAXException - Throws:
- IOException
- SAXException
 
 
- 
 
-