Class ResourceIteratorDecorator

  • All Implemented Interfaces:
    Iterator<org.apache.sling.api.resource.Resource>

    public class ResourceIteratorDecorator
    extends Object
    implements Iterator<org.apache.sling.api.resource.Resource>
    Resource iterator handling the decoration of resources.
    • Constructor Detail

    • Method Detail

      • next

        public org.apache.sling.api.resource.Resource next()
        Specified by:
        next in interface Iterator<org.apache.sling.api.resource.Resource>
        See Also:
        Iterator.next()