Class CreateNoteController

java.lang.Object
org.linkedopenactors.ap.rdfpubtestapp.controller.BaseController
org.linkedopenactors.ap.rdfpubtestapp.controller.note.CreateNoteController

@Controller public class CreateNoteController extends BaseController
  • Constructor Details

    • CreateNoteController

      public CreateNoteController()
  • Method Details

    • createUserForm

      @GetMapping("/notes/create") public String createUserForm(org.springframework.ui.Model model)
    • doCreateUser

      @PostMapping("/notes/create") public String doCreateUser(@Valid @ModelAttribute("note") @Valid CreateNoteFormData formData, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession)