Package com.day.cq.rewriter.processor
Interface ProcessingContext
Deprecated.
Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.ProcessingContext)
The context for a processor invocation.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The content type of the response.Deprecated.The output stream.Deprecated.Deprecated.Deprecated.The writer.
-
Method Details
-
getRequest
SlingHttpServletRequest getRequest()Deprecated. -
getResponse
SlingHttpServletResponse getResponse()Deprecated. -
getContentType
String getContentType()Deprecated.The content type of the response.- Returns:
- content type
-
getWriter
Deprecated.The writer.- Returns:
- print writer
- Throws:
IOException-IOException
-
getOutputStream
Deprecated.The output stream.- Returns:
- output stream
- Throws:
IOException-IOException
-