Uses of Class
com.adobe.acs.commons.synth.children.InvalidDataFormatException
Packages that use InvalidDataFormatException
-
Uses of InvalidDataFormatException in com.adobe.acs.commons.synth.children
Methods in com.adobe.acs.commons.synth.children that throw InvalidDataFormatExceptionModifier and TypeMethodDescriptionfinal voidChildrenAsPropertyResource.deleteAll()Delete all children.Constructors in com.adobe.acs.commons.synth.children that throw InvalidDataFormatExceptionModifierConstructorDescriptionChildrenAsPropertyResource(org.apache.sling.api.resource.Resource resource) ResourceWrapper that allows resource children to be modeled in data stored into a property using the default property name of "children".ChildrenAsPropertyResource(org.apache.sling.api.resource.Resource resource, String propertyName) ResourceWrapper that allows resource children to be modeled in data stored into a property.ChildrenAsPropertyResource(org.apache.sling.api.resource.Resource resource, String propertyName, Comparator<org.apache.sling.api.resource.Resource> comparator) ResourceWrapper that allows resource children to be modeled in data stored into a property.