org.apache.hupa.shared
Class Util

java.lang.Object
  extended by org.apache.hupa.shared.Util

public class Util
extends Object


Field Summary
static String HTML_CR
           
static String HTML_GT
           
static String HTML_LT
           
static String STRING_CR
           
static String STRING_GT
           
static String STRING_LT
           
 
Constructor Summary
Util()
           
 
Method Summary
static String escapeHtmlTags(String string)
           
static
<T> String
listToString(List<T> list)
           
static String unEscapeHtmlTags(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Util

public Util()
Method Detail

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.