org.mortbay.cometd.filter
Class NoScriptsFilter

java.lang.Object
  extended by org.mortbay.cometd.filter.JSONDataFilter
      extended by org.mortbay.cometd.filter.NoScriptsFilter
All Implemented Interfaces:
org.cometd.DataFilter

public class NoScriptsFilter
extends JSONDataFilter


Constructor Summary
NoScriptsFilter()
           
 
Method Summary
protected  java.lang.Object filterString(java.lang.String string)
           
 
Methods inherited from class org.mortbay.cometd.filter.JSONDataFilter
filter, filterArray, filterBoolean, filterJSON, filterJSON, filterMap, filterNumber, filterObject, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoScriptsFilter

public NoScriptsFilter()
Method Detail

filterString

protected java.lang.Object filterString(java.lang.String string)
Overrides:
filterString in class JSONDataFilter


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.