Package de.srsoftware.tools
Klasse Query
java.lang.Object
de.srsoftware.tools.Query
This class provides method to decode and encode URL query parameters
-
Methodenübersicht
-
Methodendetails
-
decode
Transform an encoded query string into a map- Parameter:
query- serialized URL-encoded data- Gibt zurück:
- a map of the decoded data
-
encode
Transform a Map to a query string- Parameter:
query- the data to serialize- Gibt zurück:
- the serialized, URL-safe representation of the input data
-