paramValues

From Documentation
Revision as of 05:03, 5 November 2010 by Tomyeh (talk | contribs)

paramValues - java.util.Map

A map of parameters of the request, Map<String, String[]>.

To retrieve the first value of a parameter if any, use param instead.

${param.something}
${paramValues.something[1]}



Last Update : 2010/11/05

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.