@ConsumerType
public interface FilterBy
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(org.apache.sling.api.resource.Resource resource,
StringBuilder output)
Checks if the given resource matches the filter criteria.
|
boolean filter(@Nonnull org.apache.sling.api.resource.Resource resource, @Nonnull StringBuilder output)
resource - resourceoutput - output bufferCopyright © 2019. All rights reserved.