com.opensymphony.webwork.util
Class Timer

java.lang.Object
  extended bycom.opensymphony.webwork.util.Timer

public class Timer
extends Object

A bean that can be used to time execution of pages

Version:
$Revision: 1.3 $
Author:
Rickard ?berg (rickard@middleware-company.com)

Constructor Summary
Timer()
           
 
Method Summary
 long getTime()
           
 long getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

getTime

public long getTime()

getTotal

public long getTotal()

WebWork Project Page