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(value="/daily.html",
                        method={GET,HEAD})
        public org.springframework.web.servlet.ModelAndView daily()
      • generateCache

        @RequestMapping(value="/generateCache.html",
                        method={GET,HEAD})
        public org.springframework.web.servlet.ModelAndView generateCache()
      • weekly

        @RequestMapping(value="/weekly.html",
                        method={GET,HEAD})
        public org.springframework.web.servlet.ModelAndView weekly()