org.jboss.seam.framework
Class CurrentDatetime

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

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

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

Author:
Gavin King

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()