Package org.apache.sling.query.resource

Examples of org.apache.sling.query.resource.ResourceTreeProvider


  private SlingQuery(AbstractQuery<Resource, SlingQuery> original, SearchStrategy strategy) {
    super(original, strategy);
  }

  private SlingQuery(Resource[] resources, SearchStrategy strategy) {
    super(new ResourceTreeProvider(resources[0].getResourceResolver()), resources, strategy);
  }
View Full Code Here

TOP

Related Classes of org.apache.sling.query.resource.ResourceTreeProvider

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.