@Version("2.4.0")
Package org.apache.sling.api.servlets
- 
Interface Summary Interface Description ErrorHandler TheErrorHandlerdefines the interface of the service used by the Sling to handle calls toHttpServletResponse.sendErrorand to handle uncaughtThrowables.OptingServlet TheOptingServletinterface 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.ServletResolver TheServletResolverdefines the API for a service capable of resolvingjavax.servlet.Servletinstances to handle the processing of a request or resource. - 
Class Summary Class Description HtmlResponse Deprecated. use org.apache.sling.servlets.post.HtmlResponse instead.HttpConstants HTTP-related constantsServletResolverConstants Service registration properties and common values used for registering a Sling Servlet.SlingAllMethodsServlet Helper base class for data modifying Servlets used in Sling.SlingSafeMethodsServlet Helper base class for read-only Servlets used in Sling.