org.jboss.seam.examples.booking.reference
Class CalendarReferenceProducer

java.lang.Object
  extended by org.jboss.seam.examples.booking.reference.CalendarReferenceProducer

public class CalendarReferenceProducer
extends Object

Produces calendar-oriented reference data to be used in user-interface forms. The user's locale is honored when producing name-based data.

Author:
Dan Allen

Constructor Summary
CalendarReferenceProducer()
           
 
Method Summary
 List<Month> getMonths(Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarReferenceProducer

public CalendarReferenceProducer()
Method Detail

getMonths

@Produces
@Named
@ConversationScoped
public List<Month> getMonths(Locale locale)


Copyright © 2011 Seam Framework. All Rights Reserved.