Package org.cometd.server.filter
Class NoScriptsFilter
java.lang.Object
org.cometd.server.filter.JSONDataFilter
org.cometd.server.filter.NoScriptsFilter
- All Implemented Interfaces:
DataFilter
public class NoScriptsFilter extends JSONDataFilter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cometd.server.filter.DataFilter
DataFilter.AbortException
-
Constructor Summary
Constructors Constructor Description NoScriptsFilter()
-
Method Summary
Modifier and Type Method Description protected java.lang.Object
filterString(ServerSession session, ServerChannel channel, java.lang.String string)
Methods inherited from class org.cometd.server.filter.JSONDataFilter
filter, filterArray, filterBoolean, filterCollection, filterList, filterMap, filterNumber, filterObject, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NoScriptsFilter
public NoScriptsFilter()
-
-
Method Details
-
filterString
protected java.lang.Object filterString(ServerSession session, ServerChannel channel, java.lang.String string)- Overrides:
filterString
in classJSONDataFilter
-