java.lang.Objectcom.ibm.commerce.usermanagement.commands.HTMLEncoder
The HTMLEncoder class is a utitlity class which is used to do HTML encoding. Special character like angle bracket (<) needs to be encoded in HTML format. For example
< becomes <
Constructor Summary | |
HTMLEncoder() HTMLEncoder constructor comment. |
Method Summary | |
static java.lang.String | encodeHTMLSymbols(java.lang.String inBuf) This method HTMLEncodes the specified String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLEncoder()
Method Detail |
public static java.lang.String encodeHTMLSymbols(java.lang.String inBuf)
" becomes " < becomes <
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.