|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessingContext
The context for a processor invocation.
| Method Summary | |
|---|---|
String |
getContentType()
The content type of the response. |
OutputStream |
getOutputStream()
The output stream. |
org.apache.sling.api.SlingHttpServletRequest |
getRequest()
|
org.apache.sling.api.SlingHttpServletResponse |
getResponse()
|
PrintWriter |
getWriter()
The writer. |
| Method Detail |
|---|
org.apache.sling.api.SlingHttpServletRequest getRequest()
org.apache.sling.api.SlingHttpServletResponse getResponse()
String getContentType()
PrintWriter getWriter()
throws IOException
IOException
OutputStream getOutputStream()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||