Class CategoryController
java.lang.Object
com.equipmentrental.equipment_rental_system.controller.CategoryController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete(Long categoryId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) list(org.springframework.ui.Model model) save(@Valid Category category, 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 categoryId, org.springframework.ui.Model model)
-
Constructor Details
-
CategoryController
-
-
Method Details
-
list
-
showCreateForm
-
showEditForm
-
save
-
delete
-