public static class Util.ImportResponseWrapper
extends HttpServletResponseWrapper
Constructor and Description |
---|
Util.ImportResponseWrapper(HttpServletResponse arg0) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharEncoding() |
ServletOutputStream |
getOutputStream() |
int |
getStatus() |
java.lang.String |
getString() |
java.io.PrintWriter |
getWriter() |
void |
setCharEncoding(java.lang.String ce) |
void |
setContentType(java.lang.String x)
Has no effect.
|
void |
setLocale(java.util.Locale x)
Has no effect.
|
void |
setStatus(int status) |
public Util.ImportResponseWrapper(HttpServletResponse arg0)
public java.io.PrintWriter getWriter()
public ServletOutputStream getOutputStream()
public void setContentType(java.lang.String x)
public void setLocale(java.util.Locale x)
public void setStatus(int status)
public int getStatus()
public java.lang.String getCharEncoding()
public void setCharEncoding(java.lang.String ce)
public java.lang.String getString() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException