Retrieves the VALUE attribute of a PARAM tag given the NAME attribute.
public String getString( String name )
name
The NAME attribute of the PARAM tag.
Returns the corresponding VALUE attribute of the same PARAM tag.
For example, for the construction <PARAM NAME=weekday VALUE=monday>, this method retrieves the string "monday" when getString("weekday") is called.