public interface ServletResponse
| Modifier and Type | Method and Description |
|---|---|
ServletOutputStream |
getOutputStream() |
PrintWriter |
getWriter() |
void |
setContentType(String contentType) |
PrintWriter getWriter() throws IOException
IOExceptionServletOutputStream getOutputStream() throws IOException
IOExceptionvoid setContentType(String contentType)
Copyright © 2022. All rights reserved.