edu.yale.its.tp.portlets.calendar.mvc.controller
Class CalendarController
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
edu.yale.its.tp.portlets.calendar.mvc.controller.CalendarController
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware, org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.mvc.Controller
public class CalendarController
- extends org.springframework.web.portlet.mvc.AbstractController
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
logger |
| Methods inherited from class org.springframework.web.portlet.mvc.AbstractController |
handleActionRequest, handleActionRequestInternal, handleRenderRequest, 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 |
CalendarController
public CalendarController()
handleRenderRequestInternal
public org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws java.lang.Exception
- Overrides:
handleRenderRequestInternal in class org.springframework.web.portlet.mvc.AbstractController
- Throws:
java.lang.Exception
setCalendarStore
public void setCalendarStore(CalendarStore calendarStore)
setUserToken
public void setUserToken(java.lang.String userToken)
setDefaultDays
public void setDefaultDays(int defaultDays)
setInitializationServices
public void setInitializationServices(java.util.List<IInitializationService> services)
Copyright © 2009 Jasig. All Rights Reserved.