railo.runtime.functions.list
Class ListContainsNoCase

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

public final class ListContainsNoCase
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

ListContainsNoCase

public ListContainsNoCase()
Method Detail

call

public static double call(PageContext pc,
                          String list,
                          String value)

call

public static double call(PageContext pc,
                          String list,
                          String value,
                          String delimter)

call

public static double call(PageContext pc,
                          String list,
                          String value,
                          String delimter,
                          boolean includeEmptyFields)


Copyright © 2012 Railo