|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.common.utils.URIUtils
public final class URIUtils
Helper class to parse a URI or build one given parameters.
Method Summary | |
---|---|
static String |
addParametersToURIQuery(String uriString,
Map<String,String> parameters)
|
static Map<String,String> |
getRequestParameters(String uriQuery)
|
static String |
getURIPath(String uri)
Returns an URI path given the uri. |
static String |
getURIQuery(Map<String,String> parameters)
Creates an URI query given the request parameters. |
static String |
quoteURIPathComponent(String s,
boolean quoteSlash)
|
static String |
unquoteURIPathComponent(String s)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getURIQuery(Map<String,String> parameters)
public static String getURIPath(String uri)
public static Map<String,String> getRequestParameters(String uriQuery)
public static String addParametersToURIQuery(String uriString, Map<String,String> parameters)
public static String quoteURIPathComponent(String s, boolean quoteSlash)
public static String unquoteURIPathComponent(String s)
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |