DCL 3.7.4
Loading...
Searching...
No Matches
ServletMain.cpp File Reference
#include <dcl/Config.h>
#include <wctype.h>
#include <dcl/Exception.h>
#include <dcl/StringReader.h>
#include <dcl/BufferedReader.h>
#include <dcl/FileReader.h>
#include <dcl/DateTime.h>
#include <dcl/IniFile.h>
#include <dcl/TextTemplate.h>
#include "ServletMain.h"
#include "Session.h"
#include "User.h"
#include "HtmlPage.h"

Go to the source code of this file.

Classes

class  ScriptException

Macros

#define INI_FILENAME   L"HSAFastPage.ini"
#define __PERMITTED   0
#define __DENIED   1
#define __YET_GROUP   2
#define __PENDING_GROUP   3

Functions

 IMPLEMENT_CLASSINFO (ScriptException, Exception) ScriptException
 HTTP_SERVLET_INSTANCE (FastPageServlet, L"DCL World-Wide-Web Components - Database based Html Page Assistant") IMPLEMENT_CLASSINFO(FastPageServlet

Macro Definition Documentation

◆ __DENIED

#define __DENIED   1

◆ __PENDING_GROUP

#define __PENDING_GROUP   3

◆ __PERMITTED

#define __PERMITTED   0

◆ __YET_GROUP

#define __YET_GROUP   2

◆ INI_FILENAME

#define INI_FILENAME   L"HSAFastPage.ini"

Function Documentation

◆ HTTP_SERVLET_INSTANCE()

HTTP_SERVLET_INSTANCE ( FastPageServlet ,
L"DCL World-Wide-Web Components - Database based Html Page Assistant"  )

◆ IMPLEMENT_CLASSINFO()

IMPLEMENT_CLASSINFO ( ScriptException ,
Exception  )

Definition at line 38 of file ServletMain.cpp.

41 : Exception(pCause)
42{
43}