- getCOOKIE() - Method in class cx.ath.matthew.cgi.CGI
-
Sets up the COOKIEs
- getenv(String) - Method in class cx.ath.matthew.cgi.CGI
-
- getENV() - Method in class cx.ath.matthew.cgi.CGI
-
Sets up the ENV variables
- getfullenv(Class) - Method in class cx.ath.matthew.cgi.CGI
-
MUST pass String.class and ALWAYS returns a String[]
- getGET() - Method in class cx.ath.matthew.cgi.CGI
-
Sets up the GET variables
- getOutputStream() - Method in class cx.ath.matthew.cgi.CGI
-
This will return an OutputStream that you can write data
directly to.
- getParams(String) - Method in class cx.ath.matthew.cgi.CGI
-
Sets up the param variables
- getPOST() - Method in class cx.ath.matthew.cgi.CGI
-
Sets up the POST variables