Apache Sling API

Clone this repo:
  1. 0b81078 SLING-12249 Clarify that both REMOVED and ADDED events may be received (#51) by Konrad Windszus · 2 months ago master
  2. 13ef483 SLING-12219 : ResourceUtil.normalize does not handle segments with multiple dots correctly by Carsten Ziegeler · 4 months ago
  3. ec0f8cf SLING-12215 : javadoc of ResourceUtil.normalize does not match implementation by Carsten Ziegeler · 4 months ago
  4. e80860e SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 7 months ago
  5. f58111b Merge pull request #49 from JesseOosterwijk/master by Carsten Ziegeler · 9 months 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.