Class ServletResponseWrapperInclude

java.lang.Object
javax.servlet.ServletResponseWrapper
javax.servlet.http.HttpServletResponseWrapper
org.apache.sling.scripting.jsp.jasper.runtime.ServletResponseWrapperInclude
All Implemented Interfaces:
HttpServletResponse, ServletResponse

public class ServletResponseWrapperInclude extends HttpServletResponseWrapper
ServletResponseWrapper used by the JSP 'include' action. This wrapper response object is passed to RequestDispatcher.include(), so that the output of the included resource is appended to that of the including page.