public class SafeServletResponse extends Object
| Constructor and Description |
|---|
SafeServletResponse(javax.servlet.http.HttpServletResponse delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(InputStream aInput) |
Writer |
getWriter() |
void |
sendRedirect(String aUrl) |
void |
setContentType(String aContentType) |
void |
setHeader(String aName,
String aValue) |
void |
setStatus(int sc) |
void |
showErrorPage(int aStatusCode,
String aMessage) |
void |
write(String aText) |
void |
writeBytes(byte[] aBytes) |
void |
writeChunk(String aText) |
public SafeServletResponse(javax.servlet.http.HttpServletResponse delegate)
public void showErrorPage(int aStatusCode,
String aMessage)
public void copyFrom(InputStream aInput)
public void writeBytes(byte[] aBytes)
public void writeChunk(String aText)
public void write(String aText)
public void setContentType(String aContentType)
public void setStatus(int sc)
public Writer getWriter()
public void sendRedirect(String aUrl)
Copyright © 2021. All rights reserved.