Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Method Signature

String[] getParameterValues (String parameterName);

v2 Usage

ultraCart.util.getParameterValues(parameterName)

Description

Reads the values for the parameter specified. Since a parameter can be specified multiple times on a query string this function returns an array.

Parameters

String parameterName - The name of the parameter that should be retrieved.

Result

String[] - array of values read from the query string. This array will be empty if there are no occurrences of the parameter.

...