Class HomeController

java.lang.Object
de.unibamberg.minf.core.web.controller.BaseNavigatingController
de.unibamberg.minf.core.web.controller.BaseTranslationController
de.uniba.minf.registry.view.controller.BaseViewController
de.uniba.minf.registry.view.controller.HomeController
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@Controller @RequestMapping("/") public class HomeController extends BaseViewController
  • Constructor Details

    • HomeController

      public HomeController()
  • Method Details

    • showHome

      @GetMapping({"/home","/"}) public String showHome(org.springframework.ui.Model model, Locale locale)
    • showVocabularyEntries

      @GetMapping("/vocabularies/{definitionName}/") public String showVocabularyEntries(@PathVariable("definitionName") String definitionName, org.springframework.ui.Model model, Locale locale)