| |
|
| java.lang.Object dtw.webmail.util.EntityHandler
EntityHandler | public class EntityHandler (Code) | | 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.
author: Dieter Wimberger version: 0.9.7 07/02/2003 |
Method Summary | |
public static String | encode(String input) Returns a String with all occurences of
HTML unsafe characters replaced by their respective entities.
Parameters: input - the String to be encoded. |
encode | public static String encode(String input)(Code) | | Returns a String with all occurences of
HTML unsafe characters replaced by their respective entities.
Parameters: input - the String to be encoded. a String without HTML unsafe chars. |
|
|
|