org.jasig.portlet.announcements.controller
Class AdminController
java.lang.Object
org.jasig.portlet.announcements.controller.AdminController
@Controller
@RequestMapping(value="VIEW")
public class AdminController
- extends Object
- Author:
- eolsson
|
Method Summary |
void |
setAnnouncementService(IAnnouncementService 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminController
public AdminController()
showBaseView
@RequestMapping
public 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.
- Parameters:
request - model -
- Returns:
setAnnouncementService
public void setAnnouncementService(IAnnouncementService announcementService)
- Parameters:
announcementService - the announcementService to set
Copyright © 2012 Jasig, Inc.. All Rights Reserved.