Interface FilterBy
-
- All Known Implementing Classes:
ANDFilter,FilterByHasProperty,FilterByMultiValuePropContains,FilterByNodeExistence,FilterByNodeName,FilterByNodeNameRegex,FilterByNodeRootPaths,FilterByPathRegex,FilterByProperties,FilterByProperty,FilterByPropertyRegex,NOTFilter,ORFilter
@ConsumerType public interface FilterByInterface for AECU binding filters.- Author:
- Roxana Muresan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfilter(org.apache.sling.api.resource.Resource resource, StringBuilder output)Checks if the given resource matches the filter criteria.
-
-
-
Method Detail
-
filter
boolean filter(@Nonnull org.apache.sling.api.resource.Resource resource, @Nonnull StringBuilder output)
Checks if the given resource matches the filter criteria.- Parameters:
resource- resourceoutput- output buffer- Returns:
- matches
-
-