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 |
|---|---|
java.lang.Iterable<Resource> |
filterChildResources(java.lang.Iterable<Resource> childResources)
Returns the filtered child
Resources to be exported. |
java.util.Map<java.lang.String,java.lang.Object> |
filterProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Returns the filtered properties to be exported.
|
java.util.Map<java.lang.String,java.lang.Object> filterProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
properties - The properties to be filtered."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"