Class UrlUtil


  • public class UrlUtil
    extends java.lang.Object
    Utilities for working with URLs.
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getScheme​(java.lang.CharSequence url)  
      static boolean isAbsoluteUrl​(java.lang.String url)
      Determine if a URL is absolute by JSTL's definition.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlUtil

        public UrlUtil()
    • Method Detail

      • isAbsoluteUrl

        public static boolean isAbsoluteUrl​(java.lang.String url)
        Determine if a URL is absolute by JSTL's definition.
      • getScheme

        public static java.lang.String getScheme​(java.lang.CharSequence url)