An open API service indexing awesome lists of open source software.

https://github.com/apache/sling-org-apache-sling-servlet-helpers

Apache Sling Servlet Helpers
https://github.com/apache/sling-org-apache-sling-servlet-helpers

java servlets sling

Last synced: 6 months ago
JSON representation

Apache Sling Servlet Helpers

Awesome Lists containing this project

README

          

[![Apache Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)

[![Build Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-servlet-helpers/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-servlet-helpers/job/master/) [![Test Status](https://img.shields.io/jenkins/tests.svg?jobUrl=https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-servlet-helpers/job/master/)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-servlet-helpers/job/master/test/?width=800&height=600) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-servlet-helpers&metric=coverage)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-servlet-helpers) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-servlet-helpers&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-servlet-helpers) [![JavaDoc](https://www.javadoc.io/badge/org.apache.sling/org.apache.sling.servlet-helpers.svg)](https://www.javadoc.io/doc/org.apache.sling/org.apache.sling.servlet-helpers) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sling/org.apache.sling.servlet-helpers/badge.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.servlet-helpers%22) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-servlet-helpers&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-servlet-helpers)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-servlet-helpers&metric=coverage)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-servlet-helpers)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-servlet-helpers&metric=bugs)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-servlet-helpers)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-servlet-helpers&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-servlet-helpers)

# Apache Sling Servlet Helpers

This module is part of the [Apache Sling](https://sling.apache.org) project.

It provides helper mock implementations of the `SlingHttpServletRequest`, `SlingHttpServletRepsonse` and related classes, along
with `SlingInternalRequest` and `ServletInternalRequest` helpers for internal requests.

See the [Sling website documentation](https://sling.apache.org/documentation/bundles/servlet-helpers.html) for more information.