Package org.ujorm.tools.web.request
Class ManyMap
java.lang.Object
org.ujorm.tools.web.request.ManyMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Method to retrieve the list of values for a specified key If the key is not found, return an empty listMethod to retrieve the list of values for a specified key If the key is not found, return an empty listkeySet()Returns a key setstatic final ManyMapvoidMethod to add a value to the specified keyCreate new Servlet request
-
Constructor Details
-
ManyMap
public ManyMap()
-
-
Method Details
-
put
Method to add a value to the specified key -
getList
Method to retrieve the list of values for a specified key If the key is not found, return an empty list -
get
Method to retrieve the list of values for a specified key If the key is not found, return an empty list -
keySet
Returns a key set -
toRequest
Create new Servlet request -
of
-