Class AdminController
java.lang.Object
org.linkedopenactors.ap.rdfpubtestapp.controller.BaseController
org.linkedopenactors.ap.rdfpubtestapp.controller.admin.AdminController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGraphNames
(org.springframework.ui.Model model, String actorId) queryPersons
(org.springframework.ui.Model model)
-
Constructor Details
-
AdminController
public AdminController()
-
-
Method Details
-
queryPersons
@GetMapping("/admin/query/actors/persons") public String queryPersons(org.springframework.ui.Model model) -
getGraphNames
-