org.jboss.seam.international.jdktimezone
Class UserTimeZoneProducer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTimeZoneProducer
public UserTimeZoneProducer()
init
@Inject
public void init(TimeZone defaultTimeZone)
alterTimeZone
public void alterTimeZone(@Observes@Alter@Client
TimeZone tz)
Copyright © 2011 Seam Framework. All Rights Reserved.