railo.runtime.functions.list
Class ListValueCount

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

public final class ListValueCount
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

ListValueCount

public ListValueCount()
Method Detail

call

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

call

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

call

public static double call(PageContext pc,
                          String list,
                          String value,
                          String delimeter,
                          boolean includeEmptyFields)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo