cn.gtmap.estateplat.utils
类 UrlUtil

java.lang.Object
  继承者 org.springframework.web.util.UriUtils
      继承者 cn.gtmap.estateplat.utils.UrlUtil

public class UrlUtil
extends org.springframework.web.util.UriUtils

url处理工具类

作者:
L.cm

构造方法摘要
UrlUtil()
           
 
方法摘要
static String getPath(String uriStr)
          获取url路径
 
从类 org.springframework.web.util.UriUtils 继承的方法
decode, encodeAuthority, encodeFragment, encodeHost, encodeHttpUrl, encodePath, encodePathSegment, encodePort, encodeQuery, encodeQueryParam, encodeScheme, encodeUri, encodeUriComponents, encodeUserInfo
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UrlUtil

public UrlUtil()
方法详细信息

getPath

public static String getPath(String uriStr)
获取url路径

参数:
uriStr - 路径
返回:
url路径


Copyright © 2015–2022 cn.gtmap. All rights reserved.