com.liferay.portal.kernel.util
Class HtmlUtil
java.lang.Object
com.liferay.portal.kernel.util.HtmlUtil
public class HtmlUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlUtil
public HtmlUtil()
escape
public static String escape(String html)
escape
public static String escape(String html,
int mode)
escapeAttribute
public static String escapeAttribute(String attribute)
escapeCSS
public static String escapeCSS(String css)
escapeHREF
public static String escapeHREF(String href)
escapeJS
public static String escapeJS(String js)
escapeURL
public static String escapeURL(String url)
escapeXPath
public static String escapeXPath(String xPath)
escapeXPathAttribute
public static String escapeXPathAttribute(String xPathAttribute)
extractText
public static String extractText(String html)
fromInputSafe
public static String fromInputSafe(String html)
getHtml
public static Html getHtml()
render
public static String render(String html)
replaceMsWordCharacters
public static String replaceMsWordCharacters(String html)
stripBetween
public static String stripBetween(String html,
String tag)
stripComments
public static String stripComments(String html)
stripHtml
public static String stripHtml(String html)
toInputSafe
public static String toInputSafe(String html)
unescape
public static String unescape(String html)
unescapeCDATA
public static String unescapeCDATA(String html)
wordBreak
public static String wordBreak(String html,
int columns)
setHtml
public void setHtml(Html html)