railo.runtime.functions.list
Class ListSetAt
java.lang.Object
railo.runtime.functions.list.ListSetAt
- All Implemented Interfaces:
- Serializable, Function
public final class ListSetAt
- extends Object
- implements Function
- See Also:
- Serialized Form
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)
|
ListSetAt
public ListSetAt()
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