MaEgiForm Class Reference#include <egiHandler.h>
List of all members.
Detailed Description
Create an EGI form.
EGI forms are created via the MaEgiForm class. Instances are created for each EGI form. When a HTTP request is serviced that specifies the EGI form, the run method will be invoked. The run method should return to the browser the appropriate data.
|
Public Member Functions |
| MaEgiForm (char *formName) |
Constructor & Destructor Documentation
MaEgiForm::MaEgiForm |
( |
char * |
formName |
) |
|
|
|
- Synopsis:
- Constructor to create an EGI form
- Overview:
- Instances of this class represent EGI forms. When an EGI form is invoked, the run method is called. For example: the URL:
could be enabled by calling maDefineEgiForm("myForm", myFormProc); - Parameters:
-
formName | Name to publish the form as. This appears in the URL. Names must therefore only contain valid URL characters. |
- Stability Classification:
- Evolving.
- Library:
- libappWeb
- See also:
- MaEgiForm
|
|