Class CollectionController
java.lang.Object
org.linkedopenactors.ap.rdfpubtestapp.controller.BaseController
org.linkedopenactors.ap.rdfpubtestapp.controller.CollectionController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncollectionInbox
(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession) collectionOutbox
(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession) collectionPPendingFollowers
(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession) collectionPublic
(org.springframework.ui.Model model)
-
Constructor Details
-
CollectionController
public CollectionController()
-
-
Method Details
-
collectionPublic
@GetMapping("/collection/public") public String collectionPublic(org.springframework.ui.Model model) -
collectionInbox
@GetMapping("/collection/inbox") public String collectionInbox(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession) -
collectionOutbox
@GetMapping("/collection/outbox") public String collectionOutbox(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession) -
collectionPPendingFollowers
@GetMapping("/collection/pendingFollowers") public String collectionPPendingFollowers(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession)
-