|
public class EncodeFilter
Extends:
Version:
$Id: EncodeFilter.java,v 1.1 2004/12/19 23:53:53 gonzo Exp $
Deprecated:
This class is not used anywhere in the MyJxta2 project
Author:
james todd [gonzo at jxta dot org]
| Field Summary |
private final static String |
|
private final static String |
|
private final static String |
|
private final static String |
|
private final static String |
|
private final static String |
|
private final static Map |
|
| Method Summary |
|
Encodes all HTML tag info that is embedded in the current DialogMessage. |
private final static String AMPERSAND = "&"
private final static String AMPERSAND_ENCODED = "&"
private final static String GREATER_THEN = ">"
private final static String GREATER_THEN_ENCODED = ">"
private final static String LESS_THEN = "<"
private final static String LESS_THEN_ENCODED = "<"
private final static Map map
Encodes all HTML tag info that is embedded in the current DialogMessage.
Parameters:
msg the newly received DialogMessage object
Return:
the newly encoded DialogMessage.