org.jboss.seam.international.jdktimezone
Class DefaultTimeZoneProducer
java.lang.Object
org.jboss.seam.international.jdktimezone.DefaultTimeZoneProducer
- All Implemented Interfaces:
- Serializable
@ApplicationScoped
public class DefaultTimeZoneProducer
- extends Object
- implements Serializable
Default TimeZone of the application. If configuration of the default TimeZone 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 |
DefaultTimeZoneProducer
public DefaultTimeZoneProducer()
init
@PostConstruct
public void init()
Copyright © 2011 Seam Framework. All Rights Reserved.