org.molgenis.omx.controller
Class ReferencesController

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

@Controller
@RequestMapping(value="/plugin/references")
public class ReferencesController
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
ReferencesController(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

ReferencesController

@Autowired
public ReferencesController(MolgenisSettings molgenisSettings)
Method Detail

init

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


Copyright © 2013. All Rights Reserved.