@Controller @RequestMapping(value="EDIT") public class AnnouncementsPreferencesController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFERENCE_HIDE_ABSTRACT |
| Constructor and Description |
|---|
AnnouncementsPreferencesController() |
| Modifier and Type | Method and Description |
|---|---|
String |
editPreferences(org.springframework.ui.Model model,
javax.portlet.RenderRequest request) |
boolean |
isGuest(javax.portlet.PortletRequest req) |
void |
savePreferences(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Integer topicsToUpdate) |
void |
setTss(ITopicSubscriptionService tss) |
public static final String PREFERENCE_HIDE_ABSTRACT
public void setTss(ITopicSubscriptionService tss)
@RequestMapping public String editPreferences(org.springframework.ui.Model model, javax.portlet.RenderRequest request) throws javax.portlet.PortletException
javax.portlet.PortletException@RequestMapping
public void savePreferences(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam(value="topicsToUpdate")
Integer topicsToUpdate)
throws javax.portlet.PortletException,
IOException
javax.portlet.PortletExceptionIOException@ModelAttribute(value="isGuest") public boolean isGuest(javax.portlet.PortletRequest req)
Copyright © 2018 Jasig, Inc.. All Rights Reserved.