Tracks whether getOutputStream() was called in order to prevent calls to getWriter() after getOutputStream() has been called
Type | Name and description |
---|---|
private boolean |
writerAvailable Whether the writer is available |
Constructor and description |
---|
OutputAwareHttpServletResponse
() |
Type Params | Return Type | Name and description |
---|---|---|
|
ServletOutputStream |
getOutputStream() |
|
java.io.PrintWriter |
getWriter() |