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
JakartaErrorHandlerdefines the interface of the service used by the Sling to handle calls tojakarta.servlet.http.HttpServletResponse.sendErrorand to handle uncaughtThrowables.TheJakartaOptingServletinterface may be implemented byServlets used by Sling which may choose to not handle all requests for which they would be selected based on their registration properties.Deprecated.UseJakartaOptingServletinsteadTheServletResolverdefines the API for a service capable of resolvingjakarta.servlet.Servletinstances to handle the processing of a request or resource.Service registration properties and common values used for registering a Sling Servlet.Deprecated.UseSlingJakartaAllMethodsServletinsteadHelper base class for data modifying Servlets used in Sling.Helper base class for read-only Servlets used in Sling.Deprecated.UseSlingJakartaSafeMethodsServletinstead
JakartaErrorHandlerinstead.