| java.lang.Object com.salmonllc.html.HttpServletResponseWrapper com.salmonllc.html.HttpServletResponseDummy
HttpServletResponseDummy | public class HttpServletResponseDummy extends HttpServletResponseWrapper (Code) | | This class is a wrapper used by internal processes in the framework and isn't intended to be used directly. For more information see HttpServletResponse in the JSDK documentation.
|
Methods inherited from com.salmonllc.html.HttpServletResponseWrapper | public void addCookie(Cookie arg1)(Code)(Java Doc) public void addDateHeader(String header, long value)(Code)(Java Doc) public void addHeader(String header, String value)(Code)(Java Doc) public void addIntHeader(String header, int value)(Code)(Java Doc) public boolean containsHeader(String arg1)(Code)(Java Doc) public String encodeRedirectURL(String arg1)(Code)(Java Doc) public String encodeRedirectUrl(String arg1)(Code)(Java Doc) public String encodeURL(String arg1)(Code)(Java Doc) public static String encodeURL(String arg1, HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc) public String encodeUrl(String arg1)(Code)(Java Doc) public void flushBuffer() throws java.io.IOException(Code)(Java Doc) public int getBufferSize()(Code)(Java Doc) public String getCharacterEncoding()(Code)(Java Doc) public String getContentType()(Code)(Java Doc) public Locale getLocale()(Code)(Java Doc) public javax.servlet.ServletOutputStream getOutputStream() throws java.io.IOException(Code)(Java Doc) public boolean getRedirectSent()(Code)(Java Doc) public java.io.PrintWriter getWriter() throws java.io.IOException(Code)(Java Doc) public boolean isCommitted()(Code)(Java Doc) public void reset()(Code)(Java Doc) public void resetBuffer()(Code)(Java Doc) public void sendError(int arg1) throws java.io.IOException(Code)(Java Doc) public void sendError(int arg1, String arg2) throws java.io.IOException(Code)(Java Doc) public void sendRedirect(String url) throws java.io.IOException(Code)(Java Doc) public void sendRedirect(String url, boolean setFlag) throws java.io.IOException(Code)(Java Doc) public void setBufferSize(int size)(Code)(Java Doc) public void setCharacterEncoding(String arg0)(Code)(Java Doc) public void setContentLength(int arg1)(Code)(Java Doc) public void setContentType(String arg1)(Code)(Java Doc) public void setDateHeader(String arg1, long arg2)(Code)(Java Doc) public void setHeader(String arg1, String arg2)(Code)(Java Doc) public void setIntHeader(String arg1, int arg2)(Code)(Java Doc) public void setLocale(Locale l)(Code)(Java Doc) void setRedirectSent(boolean sent)(Code)(Java Doc) void setResponse(HttpServletResponse res)(Code)(Java Doc) void setResponse(ActionResponse res, ActionRequest req)(Code)(Java Doc) public void setStatus(int arg1)(Code)(Java Doc) public void setStatus(int arg1, String arg2)(Code)(Java Doc)
|
|
|