railo.runtime.functions.list
Class ListGetAt

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

public final class ListGetAt
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

ListGetAt

public ListGetAt()
Method Detail

call

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

call

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

call

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


Copyright © 2012 Railo