se.vgregion.portal.medcontrol
Class MedControlViewController
java.lang.Object
se.vgregion.portal.medcontrol.MedControlViewController
@Controller
@RequestMapping(value="VIEW")
public class MedControlViewController
- extends Object
Method Summary |
void |
setDeviationService(se.vgregion.medcontrol.services.DeviationService deviationService)
|
void |
setPortletConfig(javax.portlet.PortletConfig portletConfig)
|
String |
showMedControlNotifications(org.springframework.ui.ModelMap model,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
RenderMapping handler, for display of MedControl notifications. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MedControlViewController
public MedControlViewController()
setPortletConfig
public void setPortletConfig(javax.portlet.PortletConfig portletConfig)
setDeviationService
public void setDeviationService(se.vgregion.medcontrol.services.DeviationService deviationService)
showMedControlNotifications
@RenderMapping
public String showMedControlNotifications(org.springframework.ui.ModelMap model,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
- RenderMapping handler, for display of MedControl notifications.
- Parameters:
model
- A Spring MVC ModelMaprequest
- RenderRequestresponse
- RenderResponse
- Returns:
- view (jsp) to be rendered
Copyright © 2010. All Rights Reserved.