Example usage for Java javax.servlet ServletResponseWrapper fields, constructors, methods, implement or subclass
The text is from its open source code.
ServletResponseWrapper(ServletResponse response) Creates a ServletResponse adaptor wrapping the given response object. |
ServletOutputStream | getOutputStream() The default behavior of this method is to return getOutputStream() on the wrapped response object. |
ServletResponse | getResponse() Return the wrapped ServletResponse object. |