Package | Description |
---|---|
org.apache.sling.resource.filter |
Modifier and Type | Method and Description |
---|---|
ResourceFilterStream |
ResourceFilterStream.addParam(String key,
Object value)
Add a key - value pair that can then be evaluated as part of the Script
|
ResourceFilterStream |
ResourceFilterStream.addParams(Map<String,Object> params)
Add a series of key - value pairs that can then be evaluated as part of the
ScriptFilter
|
ResourceFilterStream |
ResourceFilterStream.setBranchSelector(String branchSelector)
Adds a branchSelector to define which child resource are acceptable to travel
down as part of the Resource traversal
|
ResourceFilterStream |
ResourceFilterStream.setChildSelector(String childSelector)
Adds a childSelector to define which child resources should be part of the
stream
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.