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

CurrentDatetime (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


org.jboss.seam.framework
Class CurrentDatetime

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

@Name(value="currentDatetime")
@Scope(value=STATELESS)
public class CurrentDatetime
extends Object


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

Constructor Detail

CurrentDatetime

public CurrentDatetime()
Method Detail

getCurrentDatetime

@Unwrap
public Date getCurrentDatetime()