Package org.apache.sling.api.servlets
@Version("2.5.0")
package org.apache.sling.api.servlets
-
ClassDescriptionDeprecated.Deprecated.use org.apache.sling.servlets.post.HtmlResponse instead.HTTP-related constantsThe
JakartaErrorHandler
defines the interface of the service used by the Sling to handle calls tojakarta.servlet.http.HttpServletResponse.sendError
and to handle uncaughtThrowable
s.TheJakartaOptingServlet
interface may be implemented byServlet
s used by Sling which may choose to not handle all requests for which they would be selected based on their registration properties.Deprecated.UseJakartaOptingServlet
insteadTheServletResolver
defines the API for a service capable of resolvingjakarta.servlet.Servlet
instances to handle the processing of a request or resource.Service registration properties and common values used for registering a Sling Servlet.Deprecated.UseSlingJakartaAllMethodsServlet
insteadHelper base class for data modifying Servlets used in Sling.Helper base class for read-only Servlets used in Sling.Deprecated.UseSlingJakartaSafeMethodsServlet
instead
JakartaErrorHandler
instead.