org.apache.taglibs.xtags.util
Class StringHelper

java.lang.Object
  extended byorg.apache.taglibs.xtags.util.StringHelper

public class StringHelper
extends java.lang.Object

A Helper class of useful String methods.

Author:
James Strachan

Constructor Summary
StringHelper()
           
 
Method Summary
static java.lang.String encodeHTML(java.lang.String input)
          Encodes the given XML / HTML so that it will appear in a HTML browser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringHelper

public StringHelper()
Method Detail

encodeHTML

public static java.lang.String encodeHTML(java.lang.String input)
Encodes the given XML / HTML so that it will appear in a HTML browser. so the "<" character is replaced with "<" etc.



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.