|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.util.URIHelper
public class 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 |
getLastPath(URI uri)
Get the Path |
static String |
getLastQuery(URI uri)
Get the query str |
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)
uri
-
public static String getLastPath(URI 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 |