railo.runtime.functions.list
Class ListInsertAt
java.lang.Object
railo.runtime.functions.list.ListInsertAt
- All Implemented Interfaces:
- Serializable, Function
public final class ListInsertAt
- 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 strDelimeter)
|
static String |
call(PageContext pc,
String list,
double posNumber,
String value,
String strDelimeter,
boolean includeEmptyFields)
|
ListInsertAt
public ListInsertAt()
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 strDelimeter)
throws ExpressionException
- Throws:
ExpressionException
call
public static String call(PageContext pc,
String list,
double posNumber,
String value,
String strDelimeter,
boolean includeEmptyFields)
throws ExpressionException
- Throws:
ExpressionException
Copyright © 2012 Railo