public final class

CGIHandler

extends Object
java.lang.Object
   ↳ sun.rmi.transport.proxy.CGIHandler

Class Overview

The CGIHandler class contains methods for executing as a CGI program. The main function interprets the query string as a command of the form "=". This class depends on the CGI 1.0 environment variables being set as properties of the same name in this Java VM. All data and methods of this class are static because they are specific to this particular CGI process.

Summary

Public Methods
static void main(String[] args)
Execute command given in query string on URL.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void main (String[] args)

Execute command given in query string on URL. The string before the first '=' is interpreted as the command name, and the string after the first '=' is the parameters to the command.