CodeCharge Studio

getHttpPostParameter Method (Java)

Applies to

Page Object

Syntax

public String getHttpPostParameter(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 POST parameter as a String, or null if parameter does not exist.


On-line, printable versions and updates