$HMLSystemUtil$

The methods invoked with $HMLSystemUtil$ allow you to obtain information about applet, Java properties and OS environments.

Table 1 summarizes these methods:
Table 1. Method summary for $HMLSystemUtil()$
METHOD SUMMARY: $HMLSystemUtil$
String
getHTMLParameter(String name)
Accepts an HTML Parameter name and returns its value.
String
getenv(String name)
Accepts the Operating System's environment variable name and returns its value.
String
getSystemProperty(String name)
Accepts the Java System Property name and returns its value.