Interface SlingHttpServletResponse

All Superinterfaces:
Adaptable, HttpServletResponse, ServletResponse
All Known Subinterfaces:
SlingHttpServletResponseResult
All Known Implementing Classes:
FormsHandlingResponse, JspSlingHttpServletResponseWrapper, SlingHttpServletResponseWrapper, StringResponseWrapper

@ProviderType public interface SlingHttpServletResponse extends HttpServletResponse, Adaptable
The SlingHttpServletResponse defines the interface to assist a servlet in creating and sending a response to the client.

This interface is currently empty and merely exists to parallel the SlingHttpServletRequest interface.

Starting with Sling API 2.0.6, this interface also extends the Adaptable interface.