org.apache.myfaces.trinidaddemo
Class GermanHolidayDateListProvider

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.GermanHolidayDateListProvider
All Implemented Interfaces:
DateListProvider

public class GermanHolidayDateListProvider
extends Object
implements DateListProvider


Constructor Summary
GermanHolidayDateListProvider()
           
 
Method Summary
 List<Date> getDateList(javax.faces.context.FacesContext context, Calendar base, Date rangeStart, Date rangeEnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GermanHolidayDateListProvider

public GermanHolidayDateListProvider()
Method Detail

getDateList

public List<Date> getDateList(javax.faces.context.FacesContext context,
                              Calendar base,
                              Date rangeStart,
                              Date rangeEnd)
Specified by:
getDateList in interface DateListProvider


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.