getParameterNames

The getParameterNames method returns a set of all the names of the data in the current session.

getParameterNames()

Return value

The getParameterNames method returns a set of names for which values have been set. Each name in the set can be passed into getValue(String) to return a value.