Interface | Description |
---|---|
CGIErrorHandler |
Interface to handle exceptions in the CGI.
|
Class | Description |
---|---|
CGI |
This is the main class you have to extend with your CGI program.
|
CheckBox | |
DefaultErrorHandler |
Interface to handle exceptions in the CGI.
|
DisplayField | |
DropDown | |
Field | |
HiddenField | |
HTMLForm |
Class to manage drawing HTML forms
|
MultipleDropDown | |
NewTable | |
Password | |
Radio | |
SubmitButton | |
TextArea | |
TextField |
Exception | Description |
---|---|
CGIHeaderSentException |
Thrown if the headers have already been sent and CGI.header is called.
|
CGIInvalidContentFormatException |
Thrown if both raw and text data are set in the same page.
|