Class UserProductPageController
java.lang.Object
com.eeit87t3.tickiteasy.product.controller.UserProductPageController
- Author:
- Liang123456123
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllProducts(Model model) findAllProductsCart(Model model) findProductDetailById(Integer productID, Model model) getMemberFavorites(Model model)
-
Constructor Details
-
UserProductPageController
public UserProductPageController()
-
-
Method Details
-
getMemberFavorites
-
findAllProducts
-
findProductDetailById
@GetMapping("/product/{productID}") public String findProductDetailById(@PathVariable Integer productID, Model model) -
findAllProductsCart
-