Exemplo n.º 1
0
 public String getMethodParameterAndDecoded(String method, String key, String defaultValue) {
   return URL.decode(getMethodParameter(method, key, defaultValue));
 }
Exemplo n.º 2
0
 public String getMethodParameterAndDecoded(String method, String key) {
   return URL.decode(getMethodParameter(method, key));
 }