Package org.apache.sling.api.servlets


@Version("2.4.0") package org.apache.sling.api.servlets
  • Class
    Description
    The ErrorHandler defines the interface of the service used by the Sling to handle calls to HttpServletResponse.sendError and to handle uncaught Throwables.
    Deprecated.
    use org.apache.sling.servlets.post.HtmlResponse instead.
    HTTP-related constants
    The OptingServlet interface may be implemented by Servlets used by Sling which may choose to not handle all requests for which they would be selected based on their registration properties.
    The ServletResolver defines the API for a service capable of resolving javax.servlet.Servlet instances 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.