(Object obj, boolean... sortParams)
| 670 | } |
| 671 | |
| 672 | public String urlencode(Object obj, boolean... sortParams) { |
| 673 | return Encode.urlencode(obj, sortParams); |
| 674 | } |
| 675 | |
| 676 | public String urlencodeWithArrayRepeat(Object obj) { |
| 677 | return Encode.urlencodeWithArrayRepeat(obj); |