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