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

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

Author:
Gavin King

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


Copyright © 2011 Seam Framework. All Rights Reserved.