|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dtw.webmail.util.EntityHandler
Utility class for handling entities.
Exposes a method for encoding HTML unsafe characters
into entities. In the future it might also expose
a method for decoding entities into characters.
Constructor Summary | |
EntityHandler()
|
Method Summary | |
static java.lang.String |
encode(java.lang.String input)
Returns a String with all occurences of HTML unsafe characters replaced by their respective entities. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntityHandler()
Method Detail |
public static java.lang.String encode(java.lang.String input)
input
- the String to be encoded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |