railo.runtime.functions.list
Class ListContains

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

public final class ListContains
extends Object
implements Function

See Also:
Serialized Form

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

ListContains

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