PSArgClass

Produces a parameter string with name and value pairs that you can use in a psPage.Redirect call with JSP 4GL targets. This class uses a default constructor with no arguments.

Methods

PSArgClass method

Description

addArg

Adds a name and value pair to be passed as a parameter. The value passed can be of the following datatypes: boolean, byte, char, double, int, float, long, Object, short, or String.

getCharacterEncoding

Returns the name of charset used by the PSArgClass object.

GetParameterString

Returns the URL encoded value for the string to be passed as a parameter.

setCharacterEncoding

Sets the name of the charset used by the PSArgClass object.