public class FacesConfigXml
extends java.lang.Object
Constructor and Description |
---|
FacesConfigXml() |
Modifier and Type | Method and Description |
---|---|
static void |
marshal(FacesConfig facesConfig,
java.io.OutputStream outputStream) |
static FacesConfig |
unmarshal(java.io.InputStream inputStream) |
static FacesConfig |
unmarshal(java.net.URL url) |
public static FacesConfig unmarshal(java.io.InputStream inputStream) throws java.lang.Exception
java.lang.Exception
public static FacesConfig unmarshal(java.net.URL url) throws java.lang.Exception
java.lang.Exception
public static void marshal(FacesConfig facesConfig, java.io.OutputStream outputStream) throws java.lang.Exception
java.lang.Exception