Package cx.ath.matthew.cgi

Interface Summary
CGIErrorHandler Interface to handle exceptions in the CGI.
 

Class Summary
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 Summary
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.