Class ImportViewController

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

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

    • ImportViewController

      public ImportViewController()
  • Method Details

    • listImports

      @GetMapping public String listImports(jakarta.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • showEntitiesForImport

      @GetMapping("/{importId}/entities/") public String showEntitiesForImport(@PathVariable("importId") String importId, org.springframework.ui.Model model, Locale locale)
    • importDialog

      @GetMapping("/import") public String importDialog(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException