SlingHttpServletResponseWrapper class is a default wrapper
class around a org.apache.sling.api.SlingHttpServletResponse which may be extended to
amend the functionality of the original response object.
There's nothing interesting to wrap currently, as the SlingHttpServletResponse
interface is empty.
So this exists only for symmetry with SlingHttpServletRequestWrapper