org.jboss.seam.international
Class TimeZone

java.lang.Object
  extended by org.jboss.seam.international.TimeZone

@Scope(value=STATELESS)
@Name(value="org.jboss.seam.international.timeZone")
@BypassInterceptors
@Install(precedence=0,
         dependencies="org.jboss.seam.international.timeZoneSelector")
public class TimeZone
extends Object

Manager component for the current user's locale

Author:
Gavin King

Constructor Summary
TimeZone()
           
 
Method Summary
 TimeZone getTimeZone()
           
static TimeZone instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZone

public TimeZone()
Method Detail

getTimeZone

@Unwrap
public TimeZone getTimeZone()

instance

public static TimeZone instance()