Class CreateNoteController
java.lang.Object
org.linkedopenactors.ap.rdfpubtestapp.controller.BaseController
org.linkedopenactors.ap.rdfpubtestapp.controller.note.CreateNoteController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateUserForm
(org.springframework.ui.Model model) doCreateUser
(@Valid CreateNoteFormData formData, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession)
-
Constructor Details
-
CreateNoteController
public CreateNoteController()
-
-
Method Details
-
createUserForm
-
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)
-