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 Details

    • declarations

      public static List<String> declarations
  • Constructor Details

    • WebXmlUtil

      public WebXmlUtil()
  • Method Details

    • stripNamespaceDeclarations

      public static String stripNamespaceDeclarations(String xml)
    • wrapInElement

      public static String wrapInElement(String name, String body, boolean alsoDefaultNamespace)