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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanisEndMatchtWithInlineCommentedXmlCommentTag(String trimmedContent) static booleanisEndMatchWithCommentedCDATA(String trimmedContent) static booleanisEndMatchWithInlineCommentedCDATA(String trimmedContent) static booleanisStartMatchWithCommentedCDATA(String trimmedContent) static booleanisStartMatchWithInlineCommentedCDATA(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- 
CommentUtilspublic CommentUtils()
 
- 
- 
Method Details- 
isStartMatchWithCommentedCDATA
- 
isEndMatchWithCommentedCDATA
- 
isEndMatchtWithInlineCommentedXmlCommentTag
- 
isStartMatchWithInlineCommentedCDATA
- 
isEndMatchWithInlineCommentedCDATA
 
-