cgiScriptLite Class Reference

#include <cgiClass.h>

Inheritance diagram for cgiScriptLite:

Inheritance graph
[legend]
Collaboration diagram for cgiScriptLite:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

class cgiScriptLite: public cgiBase

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.


Constructor & Destructor Documentation

cgiScriptLite::cgiScriptLite ( const char *  mimeString = "text/html",
bool  bCloseHeader = true,
bool  bCache = false 
)

cgiScriptLite::~cgiScriptLite (  ) 

Definition at line 763 of file cgiClass.cpp.

References cgiBase::close, and cgiBase::endLine.

cgiScriptLite::cgiScriptLite ( const char *  mimeString = "text/html",
bool  bCloseHeader = true,
bool  bCache = false 
)

cgiScriptLite::~cgiScriptLite (  ) 


Member Function Documentation

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   ) 

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  ) 


Member Data Documentation

Definition at line 257 of file cgiClass.h.

Referenced by cgiScriptLite(), cgiScript::DebugString(), and openHeader().


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

Generated on Sat Aug 15 12:48:10 2009 for w3systemsDevelopment by  doxygen 1.5.5