Package org.apache.sling.api.servlets
@Version("2.4.0")
package org.apache.sling.api.servlets
-
ClassDescriptionThe
ErrorHandlerdefines the interface of the service used by the Sling to handle calls toHttpServletResponse.sendErrorand to handle uncaughtThrowables.Deprecated.use org.apache.sling.servlets.post.HtmlResponse instead.HTTP-related constantsTheOptingServletinterface may be implemented byServletsused by Sling which may choose to not handle all requests for which they would be selected based on their registration properties.TheServletResolverdefines the API for a service capable of resolvingjavax.servlet.Servletinstances to handle the processing of a request or resource.Service registration properties and common values used for registering a Sling Servlet.Helper base class for data modifying Servlets used in Sling.Helper base class for read-only Servlets used in Sling.