|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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.
Field Summary |
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 |
eprocess, 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()
init
in class Filter
public java.lang.String process(java.lang.String input)
process
in class Filter
input
- string to filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |