예제 #1
0
 public JSONObject get(String path, String username, String password) {
   return RestLocalServiceUtil.get(path, username, password);
 }
예제 #2
0
 public JSONObject get(String path) {
   return RestLocalServiceUtil.get(path);
 }