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
IOException
OutputStream getOutputStream() throws IOException
IOException
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.