JIDE 3.5.15

com.jidesoft.utils
Class HtmlUtils

java.lang.Object
  extended by com.jidesoft.utils.HtmlUtils

public class HtmlUtils
extends Object


Field Summary
static String HTML_END
           
static String HTML_LINE_BREAK
           
static String HTML_START
           
 
Constructor Summary
HtmlUtils()
           
 
Method Summary
static String formatHtmlSubString(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML_START

public static final String HTML_START
See Also:
Constant Field Values

HTML_END

public static final String HTML_END
See Also:
Constant Field Values

HTML_LINE_BREAK

public static final String HTML_LINE_BREAK
See Also:
Constant Field Values
Constructor Detail

HtmlUtils

public HtmlUtils()
Method Detail

formatHtmlSubString

public static String formatHtmlSubString(String text)

JIDE 3.5.15