org.n52.oxf.util
Class ParameterMap
java.lang.Object
org.n52.oxf.util.ParameterMap
public class ParameterMap
- extends Object
- Author:
- Arne Broering
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAMETER_PATTERN
public static String PARAMETER_PATTERN
ParameterMap
public ParameterMap(String paramString)
- Parameters:
parameterString
- should look like this: "param1=value1¶m2=value2&...¶mN=valueN"
but also an empty 'value' is allowed (e.g.: "param1=¶m2=value2&...")
getParameterValue
public String getParameterValue(String caseInsensitiveName)
- Parameters:
caseInsensitiveName
-
- Returns:
main
public static void main(String[] args)
throws MalformedURLException
- test it...
- Parameters:
args
-
- Throws:
MalformedURLException
Copyright © 2012-2013 52north.org. All Rights Reserved.