#include <IncludedResponseWrapper.h>
Public Member Functions | |
IncludedResponseWrapper (HttpServletResponse *response) | |
virtual void | addCookie (const servlet::Cookie &) |
virtual void | sendError (int, const std::string &) |
virtual void | sendError (int) |
virtual void | sendRedirect (const std::string &) |
virtual void | setDateHeader (const std::string &, long) |
virtual void | addDateHeader (const std::string &, long) |
virtual void | setHeader (const std::string &, const std::string &) |
virtual void | addHeader (const std::string &, const std::string &) |
virtual void | setIntHeader (const std::string &, int) |
virtual void | addIntHeader (const std::string &, int) |
virtual void | setStatus (int) |
virtual void | setStatus (int, const std::string &) |
virtual void | setCharacterEncoding (const std::string &) |
virtual void | setContentLength (int) |
virtual void | setContentType (const std::string &) |
Definition at line 28 of file IncludedResponseWrapper.h.
container::IncludedResponseWrapper::IncludedResponseWrapper | ( | HttpServletResponse * | response | ) | [inline] |
Constructs a response adaptor wrapping the given response.
java.lang.IllegalArgumentException | if the response is null |
Definition at line 36 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::addCookie | ( | const servlet::Cookie & | ) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 43 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::addDateHeader | ( | const std::string & | , | |
long | ||||
) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 73 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::addHeader | ( | const std::string & | , | |
const std::string & | ||||
) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 85 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::addIntHeader | ( | const std::string & | , | |
int | ||||
) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 97 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::sendError | ( | int | ) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 55 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::sendError | ( | int | , | |
const std::string & | ||||
) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 49 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::sendRedirect | ( | const std::string & | ) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 61 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::setCharacterEncoding | ( | const std::string & | ) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::ServletResponseWrapper.
Definition at line 116 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::setContentLength | ( | int | ) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::ServletResponseWrapper.
Definition at line 122 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::setContentType | ( | const std::string & | ) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::ServletResponseWrapper.
Definition at line 128 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::setDateHeader | ( | const std::string & | , | |
long | ||||
) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 67 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::setHeader | ( | const std::string & | , | |
const std::string & | ||||
) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 79 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::setIntHeader | ( | const std::string & | , | |
int | ||||
) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 91 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::setStatus | ( | int | , | |
const std::string & | ||||
) | [inline, virtual] |
Ignore this action
Definition at line 110 of file IncludedResponseWrapper.h.
virtual void container::IncludedResponseWrapper::setStatus | ( | int | ) | [inline, virtual] |
Ignore this action
Reimplemented from servlet::HttpServletResponseWrapper.
Definition at line 104 of file IncludedResponseWrapper.h.