Class WhatsNewController
- java.lang.Object
-
- ubic.gemma.web.controller.common.auditAndSecurity.WhatsNewController
-
@Controller @RequestMapping("/whatsnew") public class WhatsNewController extends Object
Controller to provide information on "what's new" in the system- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description WhatsNewController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndView
daily()
org.springframework.web.servlet.ModelAndView
generateCache()
org.springframework.web.servlet.ModelAndView
weekly()
-
-
-
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()
-
-