Base class for all Parameter objects. Parameter objects are used to store
and retrieve parameters for both applications and applets.
Applets:
Applet parameters are passed to an applet via the HTML tag
Applications:
Application parameters are passed to an application via command line
arguments as a name/value pair, such as =. If the name and/or
value contains spaces they can be enclosed in quotes. A named parameter can
also be preceeded with a '-', such as -name=value, or -name; in the latter
case the value will be an empty string as opposed to a null value.