Class 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.
    • Constructor Detail

      • CommentUtils

        public CommentUtils()
    • Method Detail

      • 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)