railo.runtime.functions.dynamicEvaluation
Class Evaluate

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

public final class Evaluate
extends Object
implements Function

Implements the Cold Fusion Function evaluate

See Also:
Serialized Form

Constructor Summary
Evaluate()
           
 
Method Summary
static Object call(PageContext pc, Object[] objs)
           
static Object call(PageContext pc, Object[] objs, boolean preciseMath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evaluate

public Evaluate()
Method Detail

call

public static Object call(PageContext pc,
                          Object[] objs)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          Object[] objs,
                          boolean preciseMath)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo