org.apache.myfaces.commons.validator
Class DateRestrictionValidatorTestCase.CustomDateListProvider

java.lang.Object
  extended by org.apache.myfaces.commons.validator.DateRestrictionValidatorTestCase.CustomDateListProvider
All Implemented Interfaces:
org.apache.myfaces.commons.validator.model.DateListProvider
Enclosing class:
DateRestrictionValidatorTestCase

public class DateRestrictionValidatorTestCase.CustomDateListProvider
extends Object
implements org.apache.myfaces.commons.validator.model.DateListProvider


Constructor Summary
DateRestrictionValidatorTestCase.CustomDateListProvider()
           
 
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

DateRestrictionValidatorTestCase.CustomDateListProvider

public DateRestrictionValidatorTestCase.CustomDateListProvider()
Method Detail

getDateList

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


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