Package com.adobe.cq.export.json
Interface SlingModelFilter
The
SlingModelFilter can be used by ComponentExporters in order to filter Resources and properties that are
exported.-
Method Summary
-
Method Details
-
filterProperties
Returns the filtered properties to be exported.- Parameters:
properties- The properties to be filtered.- Returns:
- Returns the filtered properties to be exported.
-
filterChildResources
Returns the filtered childResources to be exported.- Parameters:
childResources- The child resources to be filtered.- Returns:
- Returns the filtered child
Resources to be exported.
-