public interface MergedResourcePicker
ResourceProviderFactory
will be exposed at the MERGE_ROOT of the picker.Modifier and Type | Field and Description |
---|---|
static String |
MERGE_ROOT
Service property name identifying the root path for the merged resources.
|
static String |
READ_ONLY
Service property name specifying whether the resources are read-only
or support CRUD operations.
|
Modifier and Type | Method and Description |
---|---|
List<Resource> |
pickResources(ResourceResolver resolver,
String relativePath)
Method invoked by the MergingResourceProvider to identify the resources to be merged for a given
relative path.
|
static final String MERGE_ROOT
static final String READ_ONLY
true
. The value of this property must be of type
Boolean.List<Resource> pickResources(ResourceResolver resolver, String relativePath)
resolver
- the ResourceResolverrelativePath
- the path relative to the merge root"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"