cervlet.h File Reference

Go to the source code of this file.

Defines

#define HEAD_HTML
#define FOOT_HTML
#define HEAD(location, refresh)   out_print(res, HEAD_HTML, refresh, location, location);
#define FOOT   out_print(res, "%s", FOOT_HTML);
#define PIXEL_GIF   "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="

Functions

void init_service ()
 Callback hook to the Processor module for registering this modules doGet and doPost methods.


Define Documentation

#define FOOT   out_print(res, "%s", FOOT_HTML);
 

Definition at line 100 of file cervlet.h.

#define FOOT_HTML
 

Value:

"</center>"\
"<p>&nbsp;</p>"\
"<p>&nbsp;</p>"\
"<p><br>"\
"</p>"\
"<div align=\"center\"><font color=\"#666666\">"\
"<small>"\
"&copy; Copyright 2000-2002 by <a class=grey "\
"href=\"http://www.tildeslash.com/monit/who.html\">Contributors</a> "\
"to the monit codebase, All Rights Reserved.<br> </small></font></div><br>"\
"</body>"\
"</html>"

Definition at line 83 of file cervlet.h.

#define HEAD location,
refresh       out_print(res, HEAD_HTML, refresh, location, location);
 

Definition at line 97 of file cervlet.h.

#define HEAD_HTML
 

Definition at line 28 of file cervlet.h.

#define PIXEL_GIF   "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
 

Definition at line 103 of file cervlet.h.


Function Documentation

void init_service  
 

Callback hook to the Processor module for registering this modules doGet and doPost methods.

Definition at line 103 of file cervlet.c.

References add_Impl().