@Version("2.3.1")
Package org.apache.sling.api.servlets
-
Interface Summary Interface Description OptingServlet TheOptingServlet
interface 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.ServletResolver TheServletResolver
defines the API for a service capable of resolvingjavax.servlet.Servlet
instances 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.