@Controller @RequestMapping(value="VIEW") public class AjaxCalendarController extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
AjaxCalendarController() |
| Modifier and Type | Method and Description |
|---|---|
String |
exportCalendar(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
Long id) |
org.springframework.web.portlet.ModelAndView |
getEventList(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setCalendarStore(CalendarStore calendarStore) |
void |
toggleShowDatePicker(String show,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
@ActionMapping(params="action=showDatePicker")
public void toggleShowDatePicker(@RequestParam(value="show")
String show,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
@ResourceMapping
public org.springframework.web.portlet.ModelAndView getEventList(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
throws Exception
Exception@ResourceMapping(value="exportUserCalendar") public String exportCalendar(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, @RequestParam(value="configurationId") Long id)
public void setCalendarStore(CalendarStore calendarStore)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2014 Jasig. All Rights Reserved.