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

Manager component for the current user's locale

Author:
Gavin King

Constructor Summary
TimeZone()
           
 
Method Summary
 java.util.TimeZone getTimeZone()
           
static java.util.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 java.util.TimeZone getTimeZone()

instance

public static java.util.TimeZone instance()


Copyright © 2011 Seam Framework. All Rights Reserved.