edu.yale.its.tp.portlets.calendar.mvc.controller
Class AjaxCalendarController

java.lang.Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.portlet.context.PortletApplicationObjectSupport
          extended by org.springframework.web.portlet.handler.PortletContentGenerator
              extended by org.springframework.web.portlet.mvc.AbstractController
                  extended by org.jasig.web.portlet.mvc.AbstractAjaxController
                      extended by 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


Field Summary
 
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
 
Constructor Summary
AjaxCalendarController()
           
 
Method Summary
protected  java.util.Map<java.lang.Object,java.lang.Object> handleAjaxRequestInternal(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void setCalendarStore(CalendarStore calendarStore)
           
 
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
 

Constructor Detail

AjaxCalendarController

public AjaxCalendarController()
Method Detail

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.