Class DispatchedHttpServletResponse

All Implemented Interfaces:
HttpServletResponse, ServletResponse

public class DispatchedHttpServletResponse extends HttpServletResponseWrapper
Wrapper around a jakarta.servlet.http.HttpServletResponse that transforms an application response object (which might be the original one passed to a servlet.
Author:
Bongjae Chang