org.n52.oxf.util
Class ParameterMap

java.lang.Object
  extended by org.n52.oxf.util.ParameterMap

public class ParameterMap
extends Object

Author:
Arne Broering

Field Summary
static String PARAMETER_PATTERN
           
 
Constructor Summary
ParameterMap(String paramString)
           
 
Method Summary
 String getParameterValue(String caseInsensitiveName)
           
static void main(String[] args)
          test it...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_PATTERN

public static String PARAMETER_PATTERN
Constructor Detail

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&...")
Method Detail

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.