DCL 4.0
Loading...
Searching...
No Matches
HttpServletEx Class Referenceabstract

#include <HttpServletEx.h>

Inheritance diagram for HttpServletEx:
HttpServlet Object EShopServlet

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)

Detailed Description

Definition at line 49 of file HttpServletEx.h.

Member Function Documentation

◆ onInitialize()

void HttpServletEx::onInitialize ( )
protectedvirtual

Reimplemented from HttpServlet.

Reimplemented in EShopServlet.

Definition at line 137 of file HttpServletEx.cpp.

139{
141
142}
virtual void onInitialize() __DCL_THROWS1(Exception *)

◆ onService()

virtual void HttpServletEx::onService ( HttpServletContextEx & ctx)
protectedpure virtual

Implemented in EShopServlet.

Member Data Documentation

◆ m_nMaxContentLength

size_t HttpServletEx::m_nMaxContentLength
protected

Definition at line 56 of file HttpServletEx.h.


The documentation for this class was generated from the following files: