Class ReadObjectController

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

@Controller public class ReadObjectController extends BaseController
  • Constructor Details

    • ReadObjectController

      public ReadObjectController()
  • Method Details

    • readObject

      @GetMapping("/read") public String readObject(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpSession httpSession, @RequestParam(name="subject") String subject)