railo.runtime.functions.list
Class ListAvg

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

public final class ListAvg
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ListAvg()
           
 
Method Summary
static double call(PageContext pc, String list)
           
static double call(PageContext pc, String list, String delimeter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAvg

public ListAvg()
Method Detail

call

public static double call(PageContext pc,
                          String list)
                   throws ExpressionException
Throws:
ExpressionException

call

public static double call(PageContext pc,
                          String list,
                          String delimeter)
                   throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo