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 PreFilterCheck
BytesDocumentFilter. canFilter(NoContentDocument document, FilterContext context)
Checks if the document can be filtered.PreFilterCheck
StringDocumentFilter. canFilter(NoContentDocument document, FilterContext context)
Checks if the document can be filtered.static PreFilterCheck
PreFilterCheck. valueOf(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.
-