org.jboss.seam.international.examples.timeanddate.worldclock
Class AvailableTimeZonesBean
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STANDARD_DATE_TIME_FORMAT
public static final String STANDARD_DATE_TIME_FORMAT
- See Also:
- Constant Field Values
AvailableTimeZonesBean
public AvailableTimeZonesBean()
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.