| Package | Description |
|---|---|
| jakarta.servlet | |
| jakarta.servlet.http | |
| org.apache.jasper.runtime | |
| org.apache.jasper.tagplugins.jstl |
| Modifier and Type | Method and Description |
|---|---|
ServletOutputStream |
ServletResponse.getOutputStream()
Returns a
ServletOutputStream suitable for writing binary data in
the response. |
ServletOutputStream |
ServletResponseWrapper.getOutputStream()
The default behavior of this method is to return getOutputStream() on the
wrapped response object.
|
| Modifier and Type | Method and Description |
|---|---|
ServletOutputStream |
WebConnection.getOutputStream()
Provides access to the
ServletOutputStream for writing data to
the client. |
| Modifier and Type | Method and Description |
|---|---|
ServletOutputStream |
ServletResponseWrapperInclude.getOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
ServletOutputStream |
Util.ImportResponseWrapper.getOutputStream() |
Copyright © 2014–2021. All rights reserved.