Class 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 Detail

      • URIUtil

        public URIUtil()
    • Method Detail

      • encodeQueryString

        public static String encodeQueryString​(String content)
      • isValid

        public static boolean isValid​(String uri)