Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

Utilities.getParams

Creates a map or an FTValList from the name/value pairs that you supply.

The name/value pairs must have the format:

This method has two variants:


Utilities.getParams

Builds an FTValList of parameters given input in the form of "a=b&c=d..."

Syntax

Parameters

in
Input. Specify the string containing the parameters.

Returns

Returns an FTValList of parameters.

Example

The following code creates an FTValList object whose name/value pair list is initialized to a=10, c=12, and x=8.


Utilities.getParams

Builds a map of parameters given input in the form of "a=b&c=d..."

Syntax

Parameters

in
Input. Specify the string containing the parameters.

map
The output map of the key/value pairs.

bDecode
A value of true enables decoding.

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.