Interface | Description |
---|---|
OptingServlet |
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. |
ServletResolver |
The
ServletResolver defines the API for a service capable of
resolving javax.servlet.Servlet instances to handle the
processing of a request or resource. |
Class | Description |
---|---|
HtmlResponse | Deprecated
use org.apache.sling.servlets.post.HtmlResponse instead.
|
HttpConstants |
HTTP-related constants
|
ServletResolverConstants |
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.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved