org.mortbay.cometd.filter
Class RegexFilter
java.lang.Object
org.mortbay.cometd.filter.JSONDataFilter
org.mortbay.cometd.filter.RegexFilter
- All Implemented Interfaces:
- org.cometd.DataFilter
public class RegexFilter
- extends JSONDataFilter
- Author:
- gregw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexFilter
public RegexFilter()
init
public void init(Object init)
- Assumes the init object is an Array of 2 element Arrays:
[regex,replacement]. if the regex replacement string is null, then an
IllegalStateException is thrown if the pattern matches.
- Overrides:
init
in class JSONDataFilter
filterString
protected Object filterString(String string)
- Overrides:
filterString
in class JSONDataFilter
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.