org.jboss.seam.international.jdktimezone
Class DefaultTimeZoneProducer

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

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

Constructor Detail

DefaultTimeZoneProducer

public DefaultTimeZoneProducer()
Method Detail

init

@PostConstruct
public void init()


Copyright © 2011 Seam Framework. All Rights Reserved.