Class AEApplicationController

java.lang.Object
com.ganteater.ae.web.AEApplicationController

@RestController public class AEApplicationController extends Object
  • Constructor Details

  • Method Details

    • dashboard

      @RequestMapping("/dashboard") public org.springframework.web.servlet.ModelAndView dashboard(@RequestParam(required=false) String command)
    • inputArray

      @RequestMapping("/input-array") public org.springframework.web.servlet.view.RedirectView inputArray(@RequestParam String log, @RequestParam(required=false) String[] value, @RequestParam(required=false) String redirectUrl, @RequestParam(required=false) String action)
    • input

      @RequestMapping("/input") public org.springframework.web.servlet.view.RedirectView input(@RequestParam String log, @RequestParam(required=false) String value, @RequestParam(required=false) String redirectUrl, @RequestParam(required=false) String action)
    • runTask

      @RequestMapping("/run") public org.springframework.web.servlet.view.RedirectView runTask(@RequestParam String taskName)
    • runTask

      @RequestMapping("/task") public org.springframework.web.servlet.view.AbstractView runTask(@RequestParam String taskName, @RequestParam String action)
    • getMenu

      @RequestMapping("/menu") public org.springframework.web.servlet.ModelAndView getMenu(@RequestParam(required=false) Boolean silent, @RequestParam(required=false) Boolean mode)
    • showMessage

      @RequestMapping("/show") public org.springframework.web.servlet.ModelAndView showMessage(@RequestParam(required=false) String taskName)
    • viewRecord

      @RequestMapping("/view.*") public org.springframework.web.servlet.ModelAndView viewRecord(@RequestParam String taskName, @RequestParam int id, javax.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • showRecord

      @RequestMapping("/record") public void showRecord(@RequestParam String taskName, @RequestParam int id, javax.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • taskLog

      @RequestMapping("/task-log") public org.springframework.web.servlet.ModelAndView taskLog(@RequestParam String taskName, @RequestParam(required=false,defaultValue="-1") int id)
    • log

      @RequestMapping("/log") public org.springframework.web.servlet.ModelAndView log()
    • getLogPath

      public static File getLogPath()