public interface FacesConfigUnmarshaller<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | getFacesConfig(InputStream in,
              String systemId) | 
| FacesConfig | getFacesConfig(Reader r) | 
T getFacesConfig(InputStream in, String systemId) throws IOException, SAXException
IOExceptionSAXExceptionFacesConfig getFacesConfig(Reader r) throws IOException, SAXException
IOExceptionSAXExceptionCopyright © 2025 The Apache Software Foundation. All rights reserved.