public interface ProcessingContext
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
The content type of the response.
|
OutputStream |
getOutputStream()
The output stream.
|
SlingHttpServletRequest |
getRequest()
The current request.
|
SlingHttpServletResponse |
getResponse()
The current response.
|
PrintWriter |
getWriter()
The writer.
|
SlingHttpServletRequest getRequest()
SlingHttpServletResponse getResponse()
String getContentType()
PrintWriter getWriter() throws IOException
IOExceptionOutputStream getOutputStream() throws IOException
IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved