railo.runtime.functions.other
Class GetTickCount

java.lang.Object
  extended by railo.runtime.functions.other.GetTickCount
All Implemented Interfaces:
Serializable, Function

public final class GetTickCount
extends Object
implements Function

See Also:
Serialized Form

Field Summary
static double UNIT_MICRO
           
static double UNIT_MILLI
           
static double UNIT_NANO
           
static double UNIT_SECOND
           
 
Constructor Summary
GetTickCount()
           
 
Method Summary
static double call(PageContext pc)
           
static double call(PageContext pc, double unit)
           
static double call(PageContext pc, String unit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNIT_NANO

public static double UNIT_NANO

UNIT_MILLI

public static double UNIT_MILLI

UNIT_MICRO

public static double UNIT_MICRO

UNIT_SECOND

public static double UNIT_SECOND
Constructor Detail

GetTickCount

public GetTickCount()
Method Detail

call

public static double call(PageContext pc)

call

public static double call(PageContext pc,
                          String unit)
                   throws FunctionException
Throws:
FunctionException

call

public static double call(PageContext pc,
                          double unit)


Copyright © 2012 Railo