Package com.adobe.cq.export.json
Interface SlingModelFilter
-
@ProviderType public interface SlingModelFilter
TheSlingModelFiltercan be used byComponentExporters in order to filterResources and properties that are exported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<Resource>filterChildResources(Iterable<Resource> childResources)Returns the filtered childResources to be exported.Map<String,Object>filterProperties(Map<String,Object> properties)Returns the filtered properties to be exported.
-