org.jasig.portlet.calendar.mvc
Class CalendarHelper
java.lang.Object
org.jasig.portlet.calendar.mvc.CalendarHelper
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
@Component
public class CalendarHelper
- extends Object
- implements org.springframework.context.ApplicationContextAware
- Author:
- Chris Waymire (chris@waymire.net)
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
CalendarHelper
public CalendarHelper()
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
getEventList
public Set<CalendarDisplayEvent> getEventList(List<String> errors,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request)
Copyright © 2013 Jasig. All Rights Reserved.