Java javax.servlet ServletResponseWrapper fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet ServletResponseWrapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet ServletResponseWrapper.

The text is from its open source code.

Subclass

javax.servlet.ServletResponseWrapper has subclasses.
Click this link to see all its subclasses.

Constructor

ServletResponseWrapper(ServletResponse response)
Creates a ServletResponse adaptor wrapping the given response object.

Method

ServletOutputStreamgetOutputStream()
The default behavior of this method is to return getOutputStream() on the wrapped response object.
ServletResponsegetResponse()
Return the wrapped ServletResponse object.