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
IOException
SAXException
T getFacesConfig(String s) throws IOException, SAXException
IOException
SAXException
Copyright © 2021 The Apache Software Foundation. All rights reserved.