@Controller public class DPLController extends Object
| Constructor and Description |
|---|
DPLController() |
@RequestMapping(value="getDPLAno.json",
method=GET,
produces="application/json;charset=UTF-8")
@ResponseBody
public String getDPLAno(javax.servlet.http.HttpServletRequest req,
@RequestParam(value="param1")
String param1)
@RequestMapping(value="getDPLDatos.json",
method=GET,
produces="application/json;charset=UTF-8")
@ResponseBody
public String getDPLDatos(javax.servlet.http.HttpServletRequest req,
@RequestParam(value="amp")
String amp,
@RequestParam(value="per")
String per)
@RequestMapping(value="getDPLAMP.json",
method=GET,
produces="application/json;charset=UTF-8")
@ResponseBody
public String getDPLAMP(javax.servlet.http.HttpServletRequest req)