edu.yale.its.tp.portlets.calendar.mvc.controller
Class AjaxCalendarController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.portlet.context.PortletApplicationObjectSupport
org.springframework.web.portlet.handler.PortletContentGenerator
org.springframework.web.portlet.mvc.AbstractController
org.jasig.web.portlet.mvc.AbstractAjaxController
edu.yale.its.tp.portlets.calendar.mvc.controller.AjaxCalendarController
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware, org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.mvc.Controller
public class AjaxCalendarController
- extends org.jasig.web.portlet.mvc.AbstractAjaxController
| Fields inherited from class org.jasig.web.portlet.mvc.AbstractAjaxController |
DEFAULT_AJAX_HANDLER_ERROR_KEY, DEFAULT_AJAX_SERVLET_NAME |
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
logger |
| Methods inherited from class org.jasig.web.portlet.mvc.AbstractAjaxController |
getAjaxHandlerErrorKey, getAjaxServletName, getAjaxServletUrl, getModelPasser, getSessionKeyGenerator, handleActionRequestInternal, setAjaxHandlerErrorKey, setAjaxServletName, setModelPasser, setSessionKeyGenerator |
| Methods inherited from class org.springframework.web.portlet.mvc.AbstractController |
handleActionRequest, handleRenderRequest, handleRenderRequestInternal, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSession |
| Methods inherited from class org.springframework.web.portlet.handler.PortletContentGenerator |
applyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSession |
| Methods inherited from class org.springframework.web.portlet.context.PortletApplicationObjectSupport |
getPortletContext, getTempDir, isContextRequired, setPortletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
getApplicationContext, getMessageSourceAccessor, initApplicationContext, initApplicationContext, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxCalendarController
public AjaxCalendarController()
handleAjaxRequestInternal
protected java.util.Map<java.lang.Object,java.lang.Object> handleAjaxRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws java.lang.Exception
- Specified by:
handleAjaxRequestInternal in class org.jasig.web.portlet.mvc.AbstractAjaxController
- Throws:
java.lang.Exception
setCalendarStore
public void setCalendarStore(CalendarStore calendarStore)
Copyright © 2009 Jasig. All Rights Reserved.