|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.montsuqi.util.StringUtils
public class StringUtils
A class that holds utility methods for string manipulation.
| Method Summary | |
|---|---|
static java.lang.String |
escapeHTML(java.lang.String src)
Escapes '&dquot;', '<', '>' and '&' in the given string to '&dquot;', '<', '>' and '&' respectively. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String escapeHTML(java.lang.String src)
Escapes '&dquot;', '<', '>' and '&' in the given string to '&dquot;', '<', '>' and '&' respectively.
src - a string to escape characters in it.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||