com.stellent.cis.common.encode
Class HTMLEncoder

java.lang.Object
  extended by com.stellent.cis.common.encode.HTMLEncoder

public class HTMLEncoder
extends java.lang.Object


Constructor Summary
HTMLEncoder()
           
 
Method Summary
static java.lang.String encode(java.lang.String text)
          Encode the given string so the output is valid in HTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLEncoder

public HTMLEncoder()
Method Detail

encode

public static java.lang.String encode(java.lang.String text)
Encode the given string so the output is valid in HTML

Parameters:
text -
Returns: