org.apache.myfaces.shared_tomahawk.util
Class CommentUtils
java.lang.Object
org.apache.myfaces.shared_tomahawk.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.
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: bommel $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INLINE_SCRIPT_COMMENT
public static final String INLINE_SCRIPT_COMMENT
- See Also:
- Constant Field Values
START_SCRIPT_COMMENT
public static final String START_SCRIPT_COMMENT
- See Also:
- Constant Field Values
END_SCRIPT_COMMENT
public static final String END_SCRIPT_COMMENT
- See Also:
- Constant Field Values
CDATA_SIMPLE_START
public static final String CDATA_SIMPLE_START
- See Also:
- Constant Field Values
CDATA_SIMPLE_END
public static final String CDATA_SIMPLE_END
- See Also:
- Constant Field Values
COMMENT_SIMPLE_START
public static final String COMMENT_SIMPLE_START
- See Also:
- Constant Field Values
COMMENT_SIMPLE_END
public static final String COMMENT_SIMPLE_END
- See Also:
- Constant Field Values
CommentUtils
public CommentUtils()
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)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.