net.sf.bimbo.impl
Class HtmlUtil

java.lang.Object
  extended by net.sf.bimbo.impl.HtmlUtil

public class HtmlUtil
extends java.lang.Object

Utility class for HTML operations.

Author:
fcorneli

Method Summary
static java.lang.String escape(java.lang.Object initialValue)
          HTML entity escape the given input object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

escape

public static java.lang.String escape(java.lang.Object initialValue)
HTML entity escape the given input object.

Parameters:
initialValue -
Returns:


Copyright © 2008 Frank Cornelis IT. All Rights Reserved.