public interface ProcessingContext
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
The content type of the response.
|
OutputStream |
getOutputStream()
The output stream.
|
org.apache.sling.api.SlingHttpServletRequest |
getRequest()
The current request.
|
org.apache.sling.api.SlingHttpServletResponse |
getResponse()
The current response.
|
PrintWriter |
getWriter()
The writer.
|
org.apache.sling.api.SlingHttpServletRequest getRequest()
org.apache.sling.api.SlingHttpServletResponse getResponse()
String getContentType()
PrintWriter getWriter() throws IOException
IOExceptionOutputStream getOutputStream() throws IOException
IOExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.