org.jasig.portlet.calendar.mvc.controller
Class CalendarController

java.lang.Object
  extended by 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


Field Summary
protected  org.apache.commons.logging.Log log
           
static String PREFERENCE_DISABLE_ADMINISTRATION
           
static String PREFERENCE_DISABLE_PREFERENCES
           
 
Constructor Summary
CalendarController()
           
 
Method Summary
 void defaultAction()
           
 org.springframework.web.portlet.ModelAndView getCalendar(javax.portlet.RenderRequest request)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setCalendarSetDao(ICalendarSetDao calendarSetDao)
           
 void setInitializationServices(List<IInitializationService> services)
           
 void setViewSelector(IViewSelector viewSelector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CalendarController

public CalendarController()
Method Detail

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.