org.jboss.seam.international.examples.timeanddate.worldclock
Class AvailableTimeZonesBean

java.lang.Object
  extended by org.jboss.seam.international.examples.timeanddate.worldclock.AvailableTimeZonesBean

public class AvailableTimeZonesBean
extends Object

AvailableTimeZonesBean is the bean responsable to keep and produce a list of dateTimes extracted from the available TimeZones produced by seam-international.

Author:
jose.freitas

Field Summary
static String STANDARD_DATE_TIME_FORMAT
           
 
Constructor Summary
AvailableTimeZonesBean()
           
 
Method Summary
 List<org.joda.time.DateTime> getAvailableTimeZones()
           
 void startupTimeAroundTheWorld()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_DATE_TIME_FORMAT

public static final String STANDARD_DATE_TIME_FORMAT
See Also:
Constant Field Values
Constructor Detail

AvailableTimeZonesBean

public AvailableTimeZonesBean()
Method Detail

startupTimeAroundTheWorld

@PostConstruct
public void startupTimeAroundTheWorld()

getAvailableTimeZones

@Produces
@Named(value="availableDateTimesFromTimeZones")
public List<org.joda.time.DateTime> getAvailableTimeZones()


Copyright © 2009-2011 Seam Framework. All Rights Reserved.