Class UserController
java.lang.Object
com.equipmentrental.equipment_rental_system.controller.UserController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete(Long userId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) list(org.springframework.ui.Model model) save(@Valid User user, org.springframework.validation.BindingResult bindingResult, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) showCreateForm(org.springframework.ui.Model model) showEditForm(Long userId, org.springframework.ui.Model model)
-
Constructor Details
-
UserController
-
-
Method Details
-
list
-
showCreateForm
-
showEditForm
-
save
-
delete
-