Package 

Class UrlExtensions

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getFullPath()
      final Boolean getHasQueryParams()
      final Map<String, List<String>> getQueryParams()
      final static URI toUri(URL $self) 将当前地址转化为统一资源标识符。
      final static File toFile(URL $self) 将当前统一资源定位符转化为文件。
      final static Path toPath(URL $self) 将当前统一资源定位符转化为路径。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait