com.atlassian.jira.util
Class UriQueryParser

java.lang.Object
  extended by com.atlassian.jira.util.UriQueryParser

public class UriQueryParser
extends Object

This class converts the URI query parameters into a map.


Constructor Summary
UriQueryParser()
           
 
Method Summary
 Map<String,String> parse(String urlQueryParametersString)
           
 Map<String,String> parse(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriQueryParser

public UriQueryParser()
Method Detail

parse

public Map<String,String> parse(URI uri)
                         throws URISyntaxException
Throws:
URISyntaxException

parse

public Map<String,String> parse(String urlQueryParametersString)
                         throws URISyntaxException
Throws:
URISyntaxException


Copyright © 2002-2014 Atlassian. All Rights Reserved.