Interface | Description |
---|---|
SlingHttpServletRequest |
The
SlingHttpServletRequest defines the interface to provide
client request information to a servlet. |
SlingHttpServletResponse |
The
SlingHttpServletResponse defines the interface to assist a
servlet in creating and sending a response to the client. |
Class | Description |
---|---|
SlingConstants |
The
SlingConstants interface provides some symbolic constants
for well known constant strings in Sling. |
Exception | Description |
---|---|
SlingException |
The
SlingException is the base exception used throughout the
Sling API. |
SlingIOException |
The
SlingIOException is a runtime exception wrapper for the
Java IOException . |
SlingServletException |
The
SlingServletException is a runtime exception wrapper for
the Servlet API ServletException . |
Copyright © 2010 - 2020 Adobe. All Rights Reserved