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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java459 * @see #uriEncodeQueryValue(String)
466 .append(uriEncodeQueryValue(value));
646 * {@link #uriEncodeQueryValue(String)} should be used.
676 public static String uriEncodeQueryValue(String value) { method in class:Util
689 * @see #uriEncodeQueryValue(String)

Completed in 26 milliseconds