SlingServletResponseAdapter class is a ComponentResponseWrapper which does not delegate to a wrapped ComponentResponse but to a wrapped HttpServletResponse. This is required if any user of the RequestDispatcher.include method uses a HttpServletResponseWrapper instead of a SlingHttpServletResponseWrapper. One such case is the Jasper runtime which does this.
| |
| |