Class EntitiesViewController

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.EntitiesViewController
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

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

    • EntitiesViewController

      public EntitiesViewController()
  • Method Details

    • showEntities

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