DCL 4.0
Loading...
Searching...
No Matches
HttpServletEx.cpp File Reference
#include <dcl/Config.h>
#include <pthread.h>
#include <dcl/Object.h>
#include <dcl/Numeric.h>
#include <dcl/Files.h>
#include <dcl/HttpStream.h>
#include <dcl/HttpServletEx.h>
#include <dcl/StringWriter.h>
#include <dcl/Charset.h>
#include <dcl/OutputStreamWriter.h>
#include <dcl/BytesOutputStream.h>

Go to the source code of this file.

Macros

#define __WSTR(s)

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (HttpServletContextEx, HttpServletContext) HttpServletContextEx
 IMPLEMENT_CLASSINFO (HttpServletEx, HttpServlet) HttpServletEx

Macro Definition Documentation

◆ __WSTR

#define __WSTR ( s)
Value:
UTF8Decoder::decode(s, ByteString::length(s))

Definition at line 144 of file HttpServletEx.cpp.

Function Documentation

◆ IMPLEMENT_CLASSINFO() [1/2]

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( HttpServletContextEx ,
HttpServletContext  )

Definition at line 38 of file HttpServletEx.cpp.

45 : HttpServletContext(_SAPI, _context), __formFileMap(_tempPath)
46{
47}

◆ IMPLEMENT_CLASSINFO() [2/2]

IMPLEMENT_CLASSINFO ( HttpServletEx ,
HttpServlet  )

Definition at line 126 of file HttpServletEx.cpp.

129{
130 m_nMaxContentLength = 0; // unlimited
131
132#ifdef __DCL_DEBUG
133 m_bEnableDebugOut = true;
134#endif
135}