Package org.uberfire.util
Class URIUtil
- java.lang.Object
-
- org.uberfire.util.URIUtil
-
public final class URIUtil extends Object
Utilities for working with URIs that functions the same in both client and server code.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 Summary
Constructors Constructor Description URIUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringdecode(String content)static Stringencode(String content)static StringencodeQueryString(String content)static booleanisValid(String uri)
-