org.jboss.seam.international.datetimezone
Class DefaultDateTimeZoneProducer
java.lang.Object
org.jboss.seam.international.datetimezone.DefaultDateTimeZoneProducer
- All Implemented Interfaces:
- Serializable
@ApplicationScoped
public class DefaultDateTimeZoneProducer
- extends Object
- implements Serializable
Default DateTimeZone of the application. If configuration of the default DateTimeZone is found that will be used, otherwise
the JVM default TimeZone.
- Author:
- Ken Finnigan
- See Also:
- Serialized Form
|
Method Summary |
void |
init()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDateTimeZoneProducer
public DefaultDateTimeZoneProducer()
init
@PostConstruct
public void init()
Copyright © 2009-2010 Seam Framework. All Rights Reserved.