org.jasig.portlet.calendar.mvc.controller
Class AjaxCalendarController
java.lang.Object
org.jasig.portlet.calendar.mvc.controller.AjaxCalendarController
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware
@Controller
@RequestMapping(value="VIEW")
public class AjaxCalendarController
- extends Object
- implements org.springframework.context.ApplicationContextAware
|
Field Summary |
protected org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
AjaxCalendarController
public AjaxCalendarController()
getEventList
@RequestMapping(params="action=events")
public void getEventList(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws Exception
- Throws:
Exception
setCalendarSetDao
public void setCalendarSetDao(ICalendarSetDao calendarSetDao)
setViewSelector
public void setViewSelector(IViewSelector viewSelector)
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
setAjaxPortletSupportService
public void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
- Set the service for handling portlet AJAX requests.
- Parameters:
ajaxPortletSupportService -
Copyright © 2010 Jasig. All Rights Reserved.