org.jasig.portlet.calendar.mvc
Class CalendarHelper

java.lang.Object
  extended by 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
           
 
Constructor Summary
CalendarHelper()
           
 
Method Summary
 Set<CalendarDisplayEvent> getEventList(List<String> errors, org.joda.time.Interval interval, javax.portlet.PortletRequest request)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

CalendarHelper

public CalendarHelper()
Method Detail

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.