SLING-9320 - Allow bundled render units to access objects from the same bundle through the Use API

* deprecated the SlingModelsUseProvider
2 files changed
tree: 14f0f4bb14106dfbfed1dfc522e1fe2c74adceb7
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Build Status Maven Central JavaDocs License scripting

Apache Sling Scripting HTL Sling Models Use Provider

This module is part of the Apache Sling project.

The Apache Sling Scripting HTL Sling Models Use Provider adds support for accessing Sling Models from HTL's Use-API leveraging the ModelFactory.

Version 1.4.0-1.4.0 of the org.apache.sling.scripting.sightly module makes this module obsolete, since the functionality of the SlingModelsUseProvider has been fully integrated into the HTL Script Engine.