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
IOException
OutputStream getOutputStream() throws IOException
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"