Package org.molgenis.app.controller
Class NewsController
- java.lang.Object
-
- org.molgenis.web.PluginController
-
- org.molgenis.core.ui.controller.AbstractStaticContentController
-
- org.molgenis.app.controller.NewsController
-
@Controller @RequestMapping("/plugin/news") public class NewsController extends AbstractStaticContentControllerController that handles news page requests
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDstatic StringURI-
Fields inherited from class org.molgenis.web.PluginController
PLUGIN_URI_PREFIX
-
-
Constructor Summary
Constructors Constructor Description NewsController()
-
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
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
-