org.apache.myfaces.shared_impl.util
Class CommentUtils
java.lang.Object
org.apache.myfaces.shared_impl.util.CommentUtils
public class CommentUtils
- extends java.lang.Object
This class contains utility methods to detect special cases to be handled on "script" or
"style" tags by HtmlResponseWriterImpl.
- Version:
- $Revision: 937069 $ $Date: 2010-04-22 16:19:29 -0500 (Jue, 22 Abr 2010) $
- Author:
- Leonardo Uribe (latest modification by $Author: jakobk $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INLINE_SCRIPT_COMMENT
public static final java.lang.String INLINE_SCRIPT_COMMENT
- See Also:
- Constant Field Values
START_SCRIPT_COMMENT
public static final java.lang.String START_SCRIPT_COMMENT
- See Also:
- Constant Field Values
END_SCRIPT_COMMENT
public static final java.lang.String END_SCRIPT_COMMENT
- See Also:
- Constant Field Values
CDATA_SIMPLE_START
public static final java.lang.String CDATA_SIMPLE_START
- See Also:
- Constant Field Values
CDATA_SIMPLE_END
public static final java.lang.String CDATA_SIMPLE_END
- See Also:
- Constant Field Values
COMMENT_SIMPLE_START
public static final java.lang.String COMMENT_SIMPLE_START
- See Also:
- Constant Field Values
COMMENT_SIMPLE_END
public static final java.lang.String COMMENT_SIMPLE_END
- See Also:
- Constant Field Values
CommentUtils
public CommentUtils()
isStartMatchWithCommentedCDATA
public static boolean isStartMatchWithCommentedCDATA(java.lang.String trimmedContent)
isEndMatchWithCommentedCDATA
public static boolean isEndMatchWithCommentedCDATA(java.lang.String trimmedContent)
isEndMatchtWithInlineCommentedXmlCommentTag
public static boolean isEndMatchtWithInlineCommentedXmlCommentTag(java.lang.String trimmedContent)
isStartMatchWithInlineCommentedCDATA
public static boolean isStartMatchWithInlineCommentedCDATA(java.lang.String trimmedContent)
isEndMatchWithInlineCommentedCDATA
public static boolean isEndMatchWithInlineCommentedCDATA(java.lang.String trimmedContent)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.