Revert "SLING-8759 use computeIfAbsent to reduce code size (#26)" (#30)

* Revert "SLING-8759 use computeIfAbsent to reduce code size (#26)" This reverts commit eeb8f84f92a2f1bbfad236ba9dca9c15c2e837f3.
* add a test case to illustrate nested invocation
2 files changed
tree: 49fe09e1bb532dc797cdf217307d0665e4142a31
  1. src/
  2. .gitignore
  3. .sling-module.json
  4. bnd.bnd
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. Jenkinsfile
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central 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.