|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activemq.util.URIHelper
Some URI based helper methods.
Constructor Summary | |
URIHelper(String path)
Create URIHelper with a path |
Method Summary | |
protected static void |
addKeyValuePair(Map answer,
String pair)
|
static String |
getLastQuery(URI uri)
|
String |
getNext()
|
boolean |
hasNext()
|
static Map |
parseQuery(String query)
Parsers the query string of the URI into a map of key-value pairs |
static Map |
parseQuery(URI uri)
Parsers the query string of the URI into a map of key-value pairs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URIHelper(String path)
path
- Method Detail |
public static Map parseQuery(URI uri)
public static Map parseQuery(String query)
public static String getLastQuery(URI uri)
protected static void addKeyValuePair(Map answer, String pair)
public boolean hasNext()
public String getNext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |