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 java.lang.Iterable<Resource>filterChildResources(java.lang.Iterable<Resource> childResources)Returns the filtered childResources 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.
-
-
-
Method Detail
-
filterProperties
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.- Parameters:
properties- The properties to be filtered.- Returns:
- Returns the filtered properties to be exported.
-
-