@Controller @RequestMapping(value="CONFIG") public class AnnouncementConfigurationController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
AnnouncementConfigurationController() |
| Modifier and Type | Method and Description |
|---|---|
AnnouncementConfiguration |
announcementConfiguration(javax.portlet.PortletRequest request) |
String |
getConfigFormView() |
void |
saveConfiguration(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
AnnouncementConfiguration config,
String save) |
void |
setConfigService(IConfigService configService) |
@Autowired(required=true) public void setConfigService(IConfigService configService)
@RequestMapping public String getConfigFormView()
@RequestMapping(params="action=updateConfiguration")
public void saveConfiguration(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@ModelAttribute(value="config")
AnnouncementConfiguration config,
@RequestParam(value="save",required=false)
String save)
throws javax.portlet.PortletModeException
javax.portlet.PortletModeException@ModelAttribute(value="config") public AnnouncementConfiguration announcementConfiguration(javax.portlet.PortletRequest request)
Copyright © 2013 Jasig, Inc.. All Rights Reserved.