@Controller @RequestMapping(value="VIEW") public class AdminController extends Object
AdminController class.
| Constructor and Description |
|---|
AdminController() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAnnouncementService(IAnnouncementService announcementService)
Setter for the field
announcementService. |
String |
showBaseView(javax.portlet.RenderRequest request,
org.springframework.ui.Model model)
Base view mapping for the Admin portlet, fetches all the topics and figures out what
permissions the current user has on each.
|
@RequestMapping public String showBaseView(javax.portlet.RenderRequest request, org.springframework.ui.Model model)
request - a RenderRequest object.model - .String object.public void setAnnouncementService(IAnnouncementService announcementService)
Setter for the field announcementService.
announcementService - a IAnnouncementService object.Copyright © 2023 Jasig, Inc.. All rights reserved.