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

CurrentDate (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.framework
Class CurrentDate

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

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

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

Author:
Gavin King

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

Constructor Detail

CurrentDate

public CurrentDate()
Method Detail

getCurrentDate

@Unwrap
public Date getCurrentDate()