Package org.apache.sling.resourceresolver.impl.helper

Examples of org.apache.sling.resourceresolver.impl.helper.ResourceIterator


        if (parent instanceof ResourceWrapper) {
            return listChildren(((ResourceWrapper) parent).getResource());
        }
        return new ResourceIteratorDecorator(this.factory.getResourceDecoratorTracker(),
                new ResourceIterator(this.context, parent, this.factory.getRootProviderEntry()));
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.resourceresolver.impl.helper.ResourceIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.