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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
filterString(ServerSession session, ServerChannel channel, String string)
-
Methods inherited from class org.cometd.server.filter.JSONDataFilter
filter, filterArray, filterBoolean, filterCollection, filterList, filterMap, filterNumber, filterObject, init
-
-
-
-
Method Detail
-
filterString
protected Object filterString(ServerSession session, ServerChannel channel, String string)
- Overrides:
filterString
in classJSONDataFilter
-
-