org.molgenis.omx.controller
Class HomeController

java.lang.Object
  extended by org.molgenis.framework.ui.MolgenisPlugin
      extended by org.molgenis.omx.controller.HomeController

@Controller
@RequestMapping(value="/plugin/home")
public class HomeController
extends MolgenisPlugin

Controller that handles home page requests


Field Summary
static String URI
           
 
Fields inherited from class org.molgenis.framework.ui.MolgenisPlugin
PLUGIN_URI_PREFIX
 
Constructor Summary
HomeController(MolgenisSettings molgenisSettings)
           
 
Method Summary
 String init(org.springframework.ui.Model model)
           
 
Methods inherited from class org.molgenis.framework.ui.MolgenisPlugin
getId, getUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final String URI
See Also:
Constant Field Values
Constructor Detail

HomeController

@Autowired
public HomeController(MolgenisSettings molgenisSettings)
Method Detail

init

@RequestMapping(method=GET)
public String init(org.springframework.ui.Model model)


Copyright © 2013. All Rights Reserved.