org.jboss.seam.international.datetimezone
Class DefaultDateTimeZoneProducer

java.lang.Object
  extended by 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

Constructor Summary
DefaultDateTimeZoneProducer()
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDateTimeZoneProducer

public DefaultDateTimeZoneProducer()
Method Detail

init

@PostConstruct
public void init()


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