org.apache.jasper.tagplugins.jstl
Class Util.ImportResponseWrapper
HttpServletResponseWrapper
org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- Util
public static class Util.ImportResponseWrapper
extends HttpServletResponseWrapper
Wraps responses to allow us to retrieve results as Strings.
mainly taken from org.apache.taglibs.standard.tag.common.core.importSupport
ImportResponseWrapper
public ImportResponseWrapper(HttpServletResponse arg0)
getCharEncoding
public String getCharEncoding()
getOutputStream
public ServletOutputStream getOutputStream()
getStatus
public int getStatus()
getString
public String getString()
throws UnsupportedEncodingException
getWriter
public PrintWriter getWriter()
setCharEncoding
public void setCharEncoding(String ce)
setContentType
public void setContentType(String x)
Has no effect.
setLocale
public void setLocale(Locale x)
Has no effect.
setStatus
public void setStatus(int status)
Copyright B) 2000-2004 Apache Software Foundation. All Rights Reserved.