-
public final class UriExtensions
-
-
Field Summary
Fields Modifier and Type Field Description private final static StringfullPathprivate final static BooleanhasQueryParamsprivate final static Map<String, List<String>>queryParams
-
Method Summary
Modifier and Type Method Description final StringgetFullPath()final BooleangetHasQueryParams()final Map<String, List<String>>getQueryParams()final static URLtoUrl(URI $self)将当前统一资源标识符转化为统一资源定位符。 final static FiletoFile(URI $self)将当前同一资源标识符转化为文件。 final static PathtoPath(URI $self)将当前统一资源标识符转化为路径。 -
-
Method Detail
-
getFullPath
final String getFullPath()
-
getHasQueryParams
final Boolean getHasQueryParams()
-
getQueryParams
final Map<String, List<String>> getQueryParams()
-
-
-
-