Class CommentUtils

java.lang.Object
org.apache.myfaces.util.CommentUtils

public class CommentUtils extends Object
This class contains utility methods to detect special cases to be handled on "script" or "style" tags by HtmlResponseWriterImpl.
  • Field Details

  • Constructor Details

    • CommentUtils

      public CommentUtils()
  • Method Details

    • isStartMatchWithCommentedCDATA

      public static boolean isStartMatchWithCommentedCDATA(String trimmedContent)
    • isEndMatchWithCommentedCDATA

      public static boolean isEndMatchWithCommentedCDATA(String trimmedContent)
    • isEndMatchtWithInlineCommentedXmlCommentTag

      public static boolean isEndMatchtWithInlineCommentedXmlCommentTag(String trimmedContent)
    • isStartMatchWithInlineCommentedCDATA

      public static boolean isStartMatchWithInlineCommentedCDATA(String trimmedContent)
    • isEndMatchWithInlineCommentedCDATA

      public static boolean isEndMatchWithInlineCommentedCDATA(String trimmedContent)