Class SetupController

java.lang.Object
de.digitalcollections.commons.springmvc.controller.AbstractController
de.digitalcollections.cudami.admin.controller.SetupController

@Controller
public class SetupController
extends de.digitalcollections.commons.springmvc.controller.AbstractController
Controller for system setup tasks.
  • Constructor Summary

    Constructors 
    Constructor Description
    SetupController()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String adminUser​(org.springframework.ui.Model model)  

    Methods inherited from class de.digitalcollections.commons.springmvc.controller.AbstractController

    verifyBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • adminUser

      @GetMapping("/setup/admin") public java.lang.String adminUser​(org.springframework.ui.Model model)