| Constructor and Description |
|---|
ANDFilter(List<FilterBy> filters)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(FilterBy filter)
Adds a new filter to the AND condition.
|
boolean |
filter(org.apache.sling.api.resource.Resource resource,
StringBuilder output)
Checks if the given resource matches the filter criteria.
|
public boolean filter(@Nonnull org.apache.sling.api.resource.Resource resource, StringBuilder output)
FilterByCopyright © 2019. All rights reserved.