railo.runtime.functions.list
Class ListSetAt

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

public final class ListSetAt
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

ListSetAt

public ListSetAt()
Method Detail

call

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

call

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

call

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


Copyright © 2012 Railo