站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.6 API 英文版文档

TimeZone (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档


org.jboss.seam.core
Class TimeZone

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

@Scope(value=STATELESS)
@Name(value="org.jboss.seam.core.timeZone")
@Intercept(value=NEVER)
@Install(value=false,
         precedence=0)
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()