Class WhatsNewController


  • @Controller
    @RequestMapping("/whatsnew")
    public class WhatsNewController
    extends Object
    Controller to provide information on "what's new" in the system
    Author:
    pavlidis
    • Constructor Detail

      • WhatsNewController

        public WhatsNewController()
    • Method Detail

      • daily

        @RequestMapping("/daily.html")
        public ModelAndView daily​(javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response)
      • generateCache

        @RequestMapping("/generateCache.html")
        public ModelAndView generateCache​(javax.servlet.http.HttpServletRequest request,
                                          javax.servlet.http.HttpServletResponse response)
      • setWhatsNewService

        public void setWhatsNewService​(WhatsNewService whatsNewService)
      • weekly

        @RequestMapping("/weekly.html")
        public ModelAndView weekly​(javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response)