Class UtilHtml

java.lang.Object
org.apache.ofbiz.base.util.UtilHtml

public final class UtilHtml extends Object
  • Method Details

    • validateHtmlFragmentWithJSoup

      public static List<org.jsoup.parser.ParseError> validateHtmlFragmentWithJSoup(String content)
    • hasUnclosedTag

      public static List<String> hasUnclosedTag(String content)
      Parameters:
      content -
      Returns:
      list of errors
    • getVisualThemeFolderNamesToExempt

      public static List<String> getVisualThemeFolderNamesToExempt()
    • logHtmlWarning

      public static void logHtmlWarning(String content, String location, String error, String module)