HttpServletRequest常用的方法

2021-08-30 05:02:23 字數 641 閱讀 8305

1、

假設客戶端位址是: 

通過request物件得到客戶端url方法如下:

[1]、request.getrequesturl:客戶請求的url,不包括引數資料。

[2]、request.getrequesturi:/cbice/boardaction.do--------將url的網域名稱和尾隨的引數擷取掉,剩下的那部分就是uri 。

[3]、request.getcontextpath:/cbice-----即斜桿加工程名。

[4]、request.getrealpath("/web-inf"):d:\jboss-4.0.2_cbiceportal\server\default\.\deploy\user.war\web-inf-----即斜桿加工程名。

[5]、request.getmethod:post--------http請求的的方法名,預設是get,也可以指定put或post。

[6]、request.getscheme: http ---返回請求的方案名,如http,ftp,https等。

[7]、request.getservletpath: /boardaction.do---工程之後到引數之前的這部分字串

轉 自: [url]

HttpServletRequest常用的方法

通過request物件得到客戶端url方法如下 list 1 request.getrequesturl color red 客戶請求的url,不包括引數資料。2 request.getrequesturi color red cbice boardaction.do color 將url的網域名稱...

selenium webdriver 常用方法

1 獲得頁面的原始碼 driver.get source code driver.getpagesource 如果想將獲得的網頁原始碼儲存成檔案的話 f open r c html source code.html w f.write source code.encode utf 8 f.close...

ConcurrentHashMap 常用方法

void clear 從該對映中移除所有對映關係 boolean containskey object key 測試指定物件是否為此表中的鍵。boolean containsvalue object value 如果此對映將乙個或多個鍵對映到指定值,則返回 true。enumeration elem...