|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jChatBox.Chat.Filter.Filter | +--jChatBox.Chat.Filter.HTMLFilter
This class implements an HTML filter. It escapes HTML tags.
Fields inherited from class jChatBox.Chat.Filter.Filter |
_description,
_id,
_name,
_params |
Constructor Summary | |
HTMLFilter()
|
Method Summary | |
void |
init()
Nothing to initialize. |
java.lang.String |
process(java.lang.String input)
Replaces '>' by '>' and '<' by '<'. |
Methods inherited from class jChatBox.Chat.Filter.Filter |
getDescription,
getID,
getName,
getParams,
setParams,
trace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public HTMLFilter()
Method Detail |
public void init()
public java.lang.String process(java.lang.String input)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |