48495051525354
data.put("id", this.id); data.put("name", this.name); data.put("reqparam", this.reqparam); data.put("testProperty", this.settings.getProperty("testProperty")); return new URLResponse("servlet:/controller/screen", data); }
58596061626364