Class AdminViewController

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

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

    • AdminViewController

      public AdminViewController()
  • Method Details

    • showAdminHome

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

      @PostMapping("/refreshRelatedEntityCache") @ResponseBody public de.uniba.minf.core.rest.model.RestActionResponse refreshRelatedEntityCache(org.springframework.ui.Model model, Locale locale) throws URISyntaxException
      Throws:
      URISyntaxException