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

CurrentTime (JBoss Seam API Documentation) - JBoss Seam 1.1.7 cr1 API 英文版文档


org.jboss.seam.framework
Class CurrentTime

java.lang.Object
  extended by org.jboss.seam.framework.CurrentTime

@Name(value="org.jboss.seam.framework.currentTime")
@Install(precedence=0)
@Scope(value=STATELESS)
public class CurrentTime
extends Object

The current time, as an instance of java.util.Date.

Author:
Gavin King

Constructor Summary
CurrentTime()
           
 
Method Summary
 Date getCurrentTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentTime

public CurrentTime()
Method Detail

getCurrentTime

@Unwrap
public Date getCurrentTime()