Package com.evolveum.midpoint.web.util
Class WebXmlUtil
- java.lang.Object
-
- com.evolveum.midpoint.web.util.WebXmlUtil
-
public class WebXmlUtil extends Object
Collection of brutal and ugly hacks, to be removed when prism implementation will be reviewed in 3.5.
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
declarations
-
Constructor Summary
Constructors Constructor Description WebXmlUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
stripNamespaceDeclarations(String xml)
static String
wrapInElement(String name, String body, boolean alsoDefaultNamespace)
-