Package org.apache.myfaces.util
Class CommentUtils
java.lang.Object
org.apache.myfaces.util.CommentUtils
This class contains utility methods to detect special cases to be handled on "script" or
"style" tags by HtmlResponseWriterImpl.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isEndMatchtWithInlineCommentedXmlCommentTag
(String trimmedContent) static boolean
isEndMatchWithCommentedCDATA
(String trimmedContent) static boolean
isEndMatchWithInlineCommentedCDATA
(String trimmedContent) static boolean
isStartMatchWithCommentedCDATA
(String trimmedContent) static boolean
isStartMatchWithInlineCommentedCDATA
(String trimmedContent)
-
Field Details
-
INLINE_SCRIPT_COMMENT
- See Also:
-
START_SCRIPT_COMMENT
- See Also:
-
END_SCRIPT_COMMENT
- See Also:
-
CDATA_SIMPLE_START
- See Also:
-
CDATA_SIMPLE_END
- See Also:
-
COMMENT_SIMPLE_START
- See Also:
-
COMMENT_SIMPLE_END
- See Also:
-
-
Constructor Details
-
CommentUtils
public CommentUtils()
-
-
Method Details
-
isStartMatchWithCommentedCDATA
-
isEndMatchWithCommentedCDATA
-
isEndMatchtWithInlineCommentedXmlCommentTag
-
isStartMatchWithInlineCommentedCDATA
-
isEndMatchWithInlineCommentedCDATA
-