Package com.ganteater.ae.web
Class AEApplicationController
java.lang.Object
com.ganteater.ae.web.AEApplicationController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndView
static File
org.springframework.web.servlet.ModelAndView
org.springframework.web.servlet.view.RedirectView
org.springframework.web.servlet.view.RedirectView
inputArray
(String log, String[] value, String redirectUrl, String action) org.springframework.web.servlet.ModelAndView
log()
org.springframework.web.servlet.view.RedirectView
org.springframework.web.servlet.view.AbstractView
org.springframework.web.servlet.ModelAndView
showMessage
(String taskName) void
showRecord
(String taskName, int id, javax.servlet.http.HttpServletResponse response) org.springframework.web.servlet.ModelAndView
org.springframework.web.servlet.ModelAndView
viewRecord
(String taskName, int id, javax.servlet.http.HttpServletResponse response)
-
Constructor Details
-
AEApplicationController
-
-
Method Details
-
dashboard
-
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
-
runTask
-
runTask
-
getMenu
-
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
-
log
-
getLogPath
-