Apache Sling API

Clone this repo:
  1. 29d7116 SLING-11878 | Update ModifiableValueMap javadoc to cover missing methods by Tomasz Niedzwiedz · 3 weeks ago master
  2. f8b83e0 [maven-release-plugin] prepare for next development iteration by Joerg Hoh · 3 weeks ago
  3. 054ee19 [maven-release-plugin] prepare release org.apache.sling.api-2.27.2 by Joerg Hoh · 3 weeks ago org.apache.sling.api-2.27.2
  4. e06cacd Remove unnecessary public keyword by Carsten Ziegeler · 7 weeks ago
  5. 11193ab SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 8 weeks ago

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.