#include <cgiClass.h>


Public Member Functions | |
| cgiScriptLite (const char *mimeString="text/html", bool bCloseHeader=true, bool bCache=false) | |
| void | openHeader (const char *mimeString=NULL) |
| void | closeHeader (void) |
| ~cgiScriptLite () | |
| void | Redirect (const char *location) |
| cgiScriptLite (const char *mimeString="text/html", bool bCloseHeader=true, bool bCache=false) | |
| void | openHeader (const char *mimeString=NULL) |
| void | closeHeader (void) |
| ~cgiScriptLite () | |
| void | Redirect (const char *location) |
Protected Attributes | |
| aString | mimeType |
The lightweight cgi script class Intended for scalable b to b server interaction. (Ie, users get input by querying the environment variables and stdin themselves.)
Definition at line 254 of file cgiClass.h.
| cgiScriptLite::cgiScriptLite | ( | const char * | mimeString = "text/html", |
|
| bool | bCloseHeader = true, |
|||
| bool | bCache = false | |||
| ) |
Definition at line 730 of file cgiClass.cpp.
References cgi, cgiBase::close, closeHeader(), cgiBase::endLine, mimeType, openHeader(), and cgiBase::opening.
| cgiScriptLite::~cgiScriptLite | ( | ) |
| cgiScriptLite::cgiScriptLite | ( | const char * | mimeString = "text/html", |
|
| bool | bCloseHeader = true, |
|||
| bool | bCache = false | |||
| ) |
| cgiScriptLite::~cgiScriptLite | ( | ) |
| void cgiScriptLite::openHeader | ( | const char * | mimeString = NULL |
) |
Definition at line 745 of file cgiClass.cpp.
References cgiBase::endLine, mimeType, and cgiBase::opening.
Referenced by cgiScriptLite(), and ReportEmitter::paramForm().
| void cgiScriptLite::closeHeader | ( | void | ) |
Definition at line 757 of file cgiClass.cpp.
References cgiBase::endLine.
Referenced by cgiScriptLite(), intraMain(), ReportEmitter::listReports(), main(), ReportEmitter::paramForm(), redirectToHTMLDoc(), ReportEmitter::redirectToHTMLDoc(), and showErr().
| void cgiScriptLite::Redirect | ( | const char * | location | ) |
Definition at line 768 of file cgiClass.cpp.
References cgiBase::endLine.
Referenced by main(), redirectToHTMLDoc(), and ReportEmitter::redirectToHTMLDoc().
| void cgiScriptLite::openHeader | ( | const char * | mimeString = NULL |
) |
| void cgiScriptLite::closeHeader | ( | void | ) |
| void cgiScriptLite::Redirect | ( | const char * | location | ) |
aString cgiScriptLite::mimeType [protected] |
Definition at line 257 of file cgiClass.h.
Referenced by cgiScriptLite(), cgiScript::DebugString(), and openHeader().
1.5.5