Package org.apache.sling.api.servlets
@Version("2.4.0")
package org.apache.sling.api.servlets
-
ClassDescriptionThe
ErrorHandler
defines the interface of the service used by the Sling to handle calls toHttpServletResponse.sendError
and to handle uncaughtThrowable
s.Deprecated.use org.apache.sling.servlets.post.HtmlResponse instead.HTTP-related constantsTheOptingServlet
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.TheServletResolver
defines the API for a service capable of resolvingjavax.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.