org.jasig.portlet.calendar.mvc.controller
Class CalendarController
java.lang.Object
org.jasig.portlet.calendar.mvc.controller.CalendarController
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware
@Controller
@RequestMapping(value="VIEW")
public class CalendarController
- extends Object
- implements org.springframework.context.ApplicationContextAware
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFERENCE_DISABLE_PREFERENCES
public static final String PREFERENCE_DISABLE_PREFERENCES
- See Also:
- Constant Field Values
PREFERENCE_DISABLE_ADMINISTRATION
public static final String PREFERENCE_DISABLE_ADMINISTRATION
- See Also:
- Constant Field Values
log
protected final org.apache.commons.logging.Log log
CalendarController
public CalendarController()
defaultAction
@ActionMapping
public void defaultAction()
getCalendar
@RequestMapping
public org.springframework.web.portlet.ModelAndView getCalendar(javax.portlet.RenderRequest request)
setCalendarSetDao
public void setCalendarSetDao(ICalendarSetDao calendarSetDao)
setInitializationServices
public void setInitializationServices(List<IInitializationService> services)
setViewSelector
public void setViewSelector(IViewSelector viewSelector)
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.