org.jboss.seam.international.datetimezone
Class UserDateTimeZoneProducer

java.lang.Object
  extended by org.jboss.seam.international.datetimezone.UserDateTimeZoneProducer
All Implemented Interfaces:
Serializable

@SessionScoped
public class UserDateTimeZoneProducer
extends Object
implements Serializable

DateTimeZone for a User Session. Defaults to the DateTimeZone within DefaultDateTimeZone and is altered when it receives the @Alter event.

Author:
Ken Finnigan
See Also:
Serialized Form

Constructor Summary
UserDateTimeZoneProducer()
           
 
Method Summary
 void alterTimeZone(org.joda.time.DateTimeZone tz)
           
 void init(org.joda.time.DateTimeZone defaultDateTimeZone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDateTimeZoneProducer

public UserDateTimeZoneProducer()
Method Detail

init

@Inject
public void init(org.joda.time.DateTimeZone defaultDateTimeZone)

alterTimeZone

public void alterTimeZone(@Observes@Alter@Client
                          org.joda.time.DateTimeZone tz)


Copyright © 2011 Seam Framework. All Rights Reserved.