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
@ResourceMapping
public org.springframework.web.portlet.ModelAndView getEventList(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
@RequestParam(value="startDate")
String startDate,
@RequestParam(value="timePeriod")
int days)
throws Exception
- Throws:
Exception
getPeriod
protected org.joda.time.Interval getPeriod(javax.portlet.ResourceRequest request,
String startDate,
int days)
throws ParseException
- Throws:
ParseException
setCalendarEventsDao
public void setCalendarEventsDao(CalendarEventsDao calendarEventsDao)
setCalendarSetDao
public void setCalendarSetDao(ICalendarSetDao calendarSetDao)
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
Copyright © 2012 Jasig. All Rights Reserved.