Package ubic.gemma.web.controller.common
Class GemmaClassicHomePageController
- java.lang.Object
-
- ubic.gemma.web.controller.common.GemmaClassicHomePageController
-
@Controller @Deprecated public class GemmaClassicHomePageController extends Object
Deprecated.Responsible for display of the Gemma home page.- Author:
- joseph
-
-
Constructor Summary
Constructors Constructor Description GemmaClassicHomePageController()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ModelAndView
showHomePage()
Deprecated.void
updateCounts()
Deprecated.
-
-
-
Method Detail
-
showHomePage
@RequestMapping("/gemmaClassic.html") public ModelAndView showHomePage()
Deprecated.
-
updateCounts
public void updateCounts()
Deprecated.
-
-