org.jasig.portlet.widget.mvc
Class StocksController
java.lang.Object
org.jasig.portlet.widget.mvc.StocksController
@Controller
@RequestMapping(value="VIEW")
public class StocksController
- extends Object
|
Method Summary |
protected void |
handleAjaxRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
void |
setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
|
org.springframework.web.portlet.ModelAndView |
viewStocks(javax.portlet.RenderRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StocksController
public StocksController()
setAjaxPortletSupportService
public void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
viewStocks
@RequestMapping
public org.springframework.web.portlet.ModelAndView viewStocks(javax.portlet.RenderRequest request)
throws Exception
- Throws:
Exception
handleAjaxRequestInternal
@RequestMapping(params="action=savePreferences")
protected void handleAjaxRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws Exception
- Throws:
Exception
Copyright © 2011 Jasig. All Rights Reserved.