railo.runtime.functions.list
Class ListValueCountNoCase

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

public final class ListValueCountNoCase
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ListValueCountNoCase()
           
 
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

ListValueCountNoCase

public ListValueCountNoCase()
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