Class EntityDefinitionViewController

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

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

    • EntityDefinitionViewController

      public EntityDefinitionViewController()
  • Method Details

    • listDefinitions

      @GetMapping public String listDefinitions(org.springframework.ui.Model model, Locale locale)
    • showDefinition

      @GetMapping("/{definition}/") public String showDefinition(@PathVariable("definition") String definition, org.springframework.ui.Model model, Locale locale) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException