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

 

FTValList.parse

Converts a string of form "a=b&c=d&..." to an FTValList.

Syntax

Parameters

inputParam
Name/value pairs in the following format: "a=b&c=d&..."

Returns

An integer representing the number of total items in the list after the parse. So, if the list was empty prior to running the parse method, the returned value will equal the number of items parsed.

Description

Adds name/value pairs to this list. The input name/value pairs must have the same format used in the payload portion of a URL. If any of the input names (keys) already exist in the list, then parse replaces the current value with the value designated within inputParam.

 

  Home > Contents > Index >

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