com.atlassian.confluence.velocity.htmlsafe
Class HtmlRegExps

java.lang.Object
  extended by com.atlassian.confluence.velocity.htmlsafe.HtmlRegExps

public final class HtmlRegExps
extends Object

Holder of static regular expression patterns for detecting common HTML structures


Field Summary
static Pattern HTML_ENTITY_PATTERN
           
static Pattern HTML_TAG_PATTERN
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML_TAG_PATTERN

public static final Pattern HTML_TAG_PATTERN

HTML_ENTITY_PATTERN

public static final Pattern HTML_ENTITY_PATTERN


Copyright © 2003-2011 Atlassian. All Rights Reserved.