Searched defs:uriEncodePath (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java274 pwd.append(uriEncodePath(pnames[i]));
552 * Tries to URI encode a URL. Difference to {@link #uriEncodePath(String)}
655 public static String uriEncodePath(String path) { method in class:Util

Completed in 11 milliseconds