コード例 #1
0
ファイル: URL.java プロジェクト: yungoo/apple-qos
 public String getMethodParameterAndDecoded(String method, String key, String defaultValue) {
   return URL.decode(getMethodParameter(method, key, defaultValue));
 }
コード例 #2
0
ファイル: URL.java プロジェクト: yungoo/apple-qos
 public String getMethodParameterAndDecoded(String method, String key) {
   return URL.decode(getMethodParameter(method, key));
 }