@ProviderType public interface SlingModelFilter
SlingModelFilter can be used by ComponentExporters in order to filter Resources and properties that are
exported.| Modifier and Type | Method and Description |
|---|---|
Iterable<Resource> |
filterChildResources(Iterable<Resource> childResources)
Returns the filtered child
Resources to be exported. |
Map<String,Object> |
filterProperties(Map<String,Object> properties)
Returns the filtered properties to be exported.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved