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.
PSArgClass method |
Description |
---|---|
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. |
|
Returns the name of charset used by the PSArgClass object. |
|
Returns the URL encoded value for the string to be passed as a parameter. |
|
Sets the name of the charset used by the PSArgClass object. |