MaEspProc Class Reference#include <espHandler.h>
List of all members.
Detailed Description
Create an ESP procedure.
Instances of the MaEspProc class are created for each ESP procedure. When the ESP procedure is invoked from the web page, the run method will be invoked. The run method should write the appropriate data to the browser in response.
|
Public Member Functions |
| MaEspProc (char *procName) |
Constructor & Destructor Documentation
MaEspProc::MaEspProc |
( |
char * |
procName |
) |
|
|
|
- Synopsis:
- Create an ESP procedure
- Overview:
- Instances of this class represent ESP procedures. When the ESP procedure is invoked, the run method will be called.
- Parameters:
-
procName | Name of the ESP procedure. This is the name to use in the ESP web page. |
- Stability Classification:
- Evolving.
- Library:
- libappWeb
- See also:
- MaEsp
|
|