paramValues"

From Documentation
m
m
Line 1: Line 1:
 
{{ZUMLReferencePageHeader}}
 
{{ZUMLReferencePageHeader}}
  
== paramValues - java.util.Map ==
+
= paramValues - java.util.Map =
  
 
A map of parameters of the request, <tt>Map&lt;String, String[]&gt;</tt>.
 
A map of parameters of the request, <tt>Map&lt;String, String[]&gt;</tt>.
Line 11: Line 11:
 
${paramValues.something[1]}
 
${paramValues.something[1]}
 
</source>
 
</source>
 +
 +
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
  
 
{{ZUMLReferencePageFooter}}
 
{{ZUMLReferencePageFooter}}

Revision as of 11:32, 18 November 2010

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]}

Version History

Last Update : 2010/11/18


Version Date Content
     



Last Update : 2010/11/18

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