CodeCharge Studio

getParameter Method (Java)

Applies to

Page Object

Syntax

public String getParameter(java.lang.String name);
public String getParameter(java.lang.String name,java.lang.String name);

Return value

String - a String representing the single value of the parameter

Parameters

Name Description
name A String specifying the name of the parameter

Description

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


On-line, printable versions and updates