com.generationjava.web
Class HtmlW

java.lang.Object
  |
  +--com.generationjava.web.HtmlW

public class HtmlW
extends java.lang.Object

HTML helping static methods.


Constructor Summary
HtmlW()
           
 
Method Summary
static java.lang.String escapeHtml(java.lang.String str)
           
static java.lang.String nl2br(java.lang.String str)
          Place <br>'s before each newline.
static java.lang.String removeHtml(java.lang.String str)
          Remove any html tags from a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlW

public HtmlW()
Method Detail

nl2br

public static java.lang.String nl2br(java.lang.String str)
Place <br>'s before each newline.


escapeHtml

public static java.lang.String escapeHtml(java.lang.String str)

removeHtml

public static java.lang.String removeHtml(java.lang.String str)
Remove any html tags from a String.



Copyright © 2000-2003 GenerationJava. All Rights Reserved.