org.apache.hupa.shared
Class Util
java.lang.Object
org.apache.hupa.shared.Util
public class Util
- extends Object
|
Constructor Summary |
Util()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML_LT
public static final String HTML_LT
- See Also:
- Constant Field Values
STRING_LT
public static final String STRING_LT
- See Also:
- Constant Field Values
HTML_GT
public static final String HTML_GT
- See Also:
- Constant Field Values
STRING_GT
public static final String STRING_GT
- See Also:
- Constant Field Values
HTML_CR
public static final String HTML_CR
- See Also:
- Constant Field Values
STRING_CR
public static final String STRING_CR
- See Also:
- Constant Field Values
Util
public Util()
unEscapeHtmlTags
public static String unEscapeHtmlTags(String string)
escapeHtmlTags
public static String escapeHtmlTags(String string)
listToString
public static <T> String listToString(List<T> list)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.