Class AdminFundProjViewController
java.lang.Object
com.eeit87t3.tickiteasy.cwdfunding.controller.AdminFundProjViewController
@Controller
@RequestMapping("/admin/fundproject")
public class AdminFundProjViewController
extends Object
- Author:
- TingXD (chen19990627)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProjPage(Model model) showEditProjPageByID(Integer projectID, Model model) showProjPage(Integer pageNumber, Integer categoryID, Model model) showProjPageByID(Integer projectID, Model model)
-
Constructor Details
-
AdminFundProjViewController
public AdminFundProjViewController()
-
-
Method Details
-
showProjPage
@GetMapping public String showProjPage(@RequestParam(value="p",defaultValue="1") Integer pageNumber, @RequestParam(required=false) Integer categoryID, Model model) -
showProjPageByID
@GetMapping("/{projectID}") public String showProjPageByID(@PathVariable Integer projectID, Model model) -
showFundOrderPage
-
addProjPage
-
showEditProjPageByID
@GetMapping("/{projectID}/edit") public String showEditProjPageByID(@PathVariable Integer projectID, Model model)
-