Registry / web-framework / org-apache-sling-api

org-apache-sling-api

JSON →
library3.0.2javamavenunverified

Defines an extension to the Jakarta Servlet API for content access and unified request parameter handling in the Apache Sling framework.

<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> <version>3.0.2</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SLING-A
O
org-apache-sling-api
web-frameworkjavav3.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SlingHttpServletRequest
org.apache.sling.api.SlingHttpServletRequest

Retrieves a request parameter using the Sling API.

import org.apache.sling.api.SlingHttpServletRequest; SlingHttpServletRequest request = ...; String param = request.getParameter("name");
Debug
Known issues
breakingRequires Jakarta Servlet API 6.0; not compatible with older servlet containers.
fix
Ensure your servlet container supports Jakarta Servlet 6.0.
affects: >=3.0.0
Upgrade
Version history
3.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
org-apache-sling-api — mvn dependency:get org-apache-sling-api · libregistry