public final class URIUtil extends Object
Implementation note: there is a separate GWT super-source implementation of this class for client-side use. If modifying this class, be sure to go modify that one too.
Constructor and Description |
---|
URIUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
decode(String content) |
static String |
encode(String content) |
static String |
encodeQueryString(String content) |
static boolean |
isValid(String uri) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.