|
DCL 3.7.4
|
#include <reqdump.h>
Additional Inherited Members | |
| Public Member Functions inherited from Object | |
| virtual String | toString () const |
| virtual void | destroy () |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
| Static Public Member Functions inherited from HttpServlet | |
| static bool | __initialize (HttpServlet *_servlet, const DCL_HTTP_SERVLET_CONFIG *_config, void *hErrorReport) |
| static bool | __cleanup (HttpServlet *_servlet, void *hErrorReport) |
| static bool | __httpService (HttpServlet *_servlet, const DCL_HTTP_SERVLET_CONTEXT *_context, void *hErrorReport) |
| Protected Member Functions inherited from HttpServletEx | |
| virtual void | onInitialize () __DCL_THROWS1(Exception *) |
| virtual void | onService (HttpServletContextEx &ctx)=0__DCL_THROWS1(Exception *) |
| Protected Member Functions inherited from HttpServlet | |
| virtual void | onCleanup () __DCL_THROWS1(Exception *) |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
| Protected Attributes inherited from HttpServletEx | |
| size_t | __maxContentLength |
| Protected Attributes inherited from HttpServlet | |
| const wchar_t * | __moduleName |
| const wchar_t * | __configPath |
| const wchar_t * | __tempPath |
| const DCL_HTTP_SERVER_API * | __SAPI |