|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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 <
HTML
- code need to encode
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |