예제 #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));
 }