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

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DStringUtils.java114 * with JavaScript's <code>encodeURIComponent</code> function. Returns
119 * @return the same value as JavaScript encodeURIComponent function
123 public static String encodeURIComponent(String component, String encoding) throws UnsupportedEncodingException { method in class:StringUtils
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DStringUtils.java116 * with JavaScript's <code>encodeURIComponent</code> function. Returns
121 * @return the same value as JavaScript encodeURIComponent function
125 public static String encodeURIComponent(String component, String encoding) throws UnsupportedEncodingException { method in class:StringUtils

Completed in 36 milliseconds