Class PostController
java.lang.Object
com.eeit87t3.tickiteasy.post.controller.PostController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshowCommentsPage(Integer postID, Model model) showPostsPage(Model model)
-
Constructor Details
-
PostController
public PostController()
-
-
Method Details
-
showPostsPage
-
showPost
-
showUpdateForm
-
showInsertForm
-
showCommentsPage
@GetMapping("/comments/{postID}") public String showCommentsPage(@PathVariable Integer postID, Model model) -
showReportPage
-