jChatBox.Chat.Filter
Class URLFilter

java.lang.Object
  |
  +--jChatBox.Chat.Filter.Filter
        |
        +--jChatBox.Chat.Filter.URLFilter

public class URLFilter
extends Filter

This class implements an URL filter.

See Also:
Serialized Form

Fields inherited from class jChatBox.Chat.Filter.Filter
_description, _id, _name, _params
 
Constructor Summary
URLFilter()
           
 
Method Summary
 void init()
          Nothing to initialize.
 java.lang.String process(java.lang.String input)
          Replaces filter string by filter
filter string could be : http://, https://, ftp://, news://, file://, mailto:
 
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

URLFilter

public URLFilter()
Method Detail

init

public void init()
Nothing to initialize.
Overrides:
init in class Filter

process

public java.lang.String process(java.lang.String input)
Replaces filter string by filter
filter string could be : http://, https://, ftp://, news://, file://, mailto:
Overrides:
process in class Filter