Class CatalogController
java.lang.Object
org.mybatis.jpetstore.web.controllers.CatalogController
The Class CatalogController.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsearchProducts(String keyword, org.springframework.ui.Model model) Search products.viewCategory(String categoryId, org.springframework.ui.Model model) View category.View item.viewMain()View main.viewProduct(String productId, org.springframework.ui.Model model) View product.
-
Constructor Details
-
CatalogController
public CatalogController()
-
-
Method Details
-
viewMain
-
viewCategory
-
viewProduct
-
viewItem
-
searchProducts
-