Uses of Class
com.funnelback.filter.api.filters.PreFilterCheck
-
Packages that use PreFilterCheck Package Description com.funnelback.filter.api.filters -
-
Uses of PreFilterCheck in com.funnelback.filter.api.filters
Methods in com.funnelback.filter.api.filters that return PreFilterCheck Modifier and Type Method Description PreFilterCheckBytesDocumentFilter. canFilter(NoContentDocument document, FilterContext context)Checks if the document can be filtered.PreFilterCheckStringDocumentFilter. canFilter(NoContentDocument document, FilterContext context)Checks if the document can be filtered.static PreFilterCheckPreFilterCheck. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PreFilterCheck[]PreFilterCheck. values()Returns an array containing the constants of this enum type, in the order they are declared.
-