public final class UriUtil extends Object
A light-weight utility class for applying encoding to values that are applied to expression values.
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String sourceValue) |
static String |
encodeFragment(String sourceValue) |
public static String encodeFragment(String sourceValue) throws UnsupportedEncodingException
sourceValue - UnsupportedEncodingExceptionpublic static String encode(String sourceValue) throws UnsupportedEncodingException
sourceValue - UnsupportedEncodingExceptionCopyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.