Interface ProcessingContext

  • All Known Implementing Classes:
    ServletProcessingContext

    public interface ProcessingContext
    The context for a processor invocation.
    • Method Detail

      • getRequest

        org.apache.sling.api.SlingHttpServletRequest getRequest()
        The current request.
      • getResponse

        org.apache.sling.api.SlingHttpServletResponse getResponse()
        The current response.
      • getContentType

        String getContentType()
        The content type of the response.