SLING-8737 - Add support for lazily-evaluated bindings

* added a lazy bindings implementation in LazyBindings and made SlingBindings
extend it
* added a LazyBindings.Supplier marker interface, so that the SlingBindings
map stays 100% backwards-compatible when it comes to handling known objects
4 files changed
tree: 652b4e2800dd4a76ef61a722e6ff29f4dfe1b937
  1. src/
  2. .gitignore
  3. .sling-module.json
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Build Status Test Status Maven Central JavaDocs License

Apache Sling API

This module is part of the Apache Sling project.

The Sling API defines an extension to the Servlet API 3.0 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Sling API bundle does not include the Servlet API but instead requires the API to be provided by the Servlet container in which the Sling framework is running or by another bundle.