org.jboss.seam.international.jdktimezone
Class UserTimeZoneProducer

java.lang.Object
  extended by org.jboss.seam.international.jdktimezone.UserTimeZoneProducer
All Implemented Interfaces:
Serializable

@SessionScoped
public class UserTimeZoneProducer
extends Object
implements Serializable

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

Author:
Ken Finnigan
See Also:
Serialized Form

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

Constructor Detail

UserTimeZoneProducer

public UserTimeZoneProducer()
Method Detail

init

@Inject
public void init(TimeZone defaultTimeZone)

alterTimeZone

public void alterTimeZone(@Observes@Alter@Client
                          TimeZone tz)


Copyright © 2011 Seam Framework. All Rights Reserved.