org.apache.jasper.tagplugins.jstl
public static class Util.ImportResponseWrapper extends HttpServletResponseWrapper
| Constructor Summary | |
|---|---|
| ImportResponseWrapper(HttpServletResponse arg0) | |
| Method Summary | |
|---|---|
| String | getCharEncoding() |
| ServletOutputStream | getOutputStream() |
| int | getStatus() |
| String | getString() |
| PrintWriter | getWriter() |
| void | setCharEncoding(String ce) |
| void | setContentType(String x) Has no effect. |
| void | setLocale(Locale x) Has no effect. |
| void | setStatus(int status) |