CodeCharge Studio

getHttpGetParameter Method (Java)

Applies to

Page Object

Syntax

public String getHttpGetParameter(java.lang.String name);

Return value

String - a String representing the single value of the parameter

Parameters

Name Type Description
name String A String specifying the name of the parameter

Description

This method returns the value of a request GET parameter as a String, or null if parameter does not exist.


On-line, printable versions and updates