Class CollectionController

java.lang.Object
org.linkedopenactors.ap.rdfpubtestapp.controller.BaseController
org.linkedopenactors.ap.rdfpubtestapp.controller.CollectionController

@Controller public class CollectionController extends BaseController
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    collectionInbox(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)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)