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)
@AutoCreate
public class CurrentDate
extends java.lang.Object

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

Author:
Gavin King

Constructor Summary
CurrentDate()
           
 
Method Summary
 java.util.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 java.util.Date getCurrentDate()


Copyright © 2011 Seam Framework. All Rights Reserved.