Class BackgroundController


  • @Controller
    @RequestMapping("/plugin/background")
    public class BackgroundController
    extends org.molgenis.core.ui.controller.AbstractStaticContentController
    Controller that handles contact page requests
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID  
      static java.lang.String URI  
      • Fields inherited from class org.molgenis.web.PluginController

        PLUGIN_URI_PREFIX
    • Method Summary

      • Methods inherited from class org.molgenis.core.ui.controller.AbstractStaticContentController

        init, initEditView, submitContent
      • Methods inherited from class org.molgenis.web.PluginController

        getId, getPluginSettings, getUri
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BackgroundController

        public BackgroundController()