DCL 4.0
|
#include <HttpServletEx.h>
Protected Member Functions | |
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 | |
size_t | m_nMaxContentLength |
Protected Attributes inherited from HttpServlet | |
const wchar_t * | __moduleName |
const wchar_t * | __configPath |
const wchar_t * | __tempPath |
const DCL_HTTP_SERVER_API * | __SAPI |
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) |
Definition at line 49 of file HttpServletEx.h.
|
protectedvirtual |
Reimplemented from HttpServlet.
Reimplemented in EShopServlet.
Definition at line 137 of file HttpServletEx.cpp.
|
protectedpure virtual |
Implemented in EShopServlet.
|
protected |
Definition at line 56 of file HttpServletEx.h.