Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
API 2.3.0
-
None
-
None
Description
Currently there is Resource.listChildren(), this will return all the children of this resource.
This improvement is to add a listChildren(Filter<Resource> filter) method where you can specify a specific filter to limit the result, so you don't have to code a loop yourself.
An example can found in the Page-interface.
Attachments
Issue Links
- is related to
-
SLING-5589 Remove dependency commons-collections
- Resolved