public final class ListInsertAt extends BIF
Constructor and Description |
---|
ListInsertAt() |
Modifier and Type | Method and Description |
---|---|
static String |
call(PageContext pc,
String list,
double posNumber,
String value) |
static String |
call(PageContext pc,
String list,
double posNumber,
String value,
String strDelimiter) |
static String |
call(PageContext pc,
String list,
double posNumber,
String value,
String strDelimiter,
boolean includeEmptyFields) |
Object |
invoke(PageContext pc,
Object[] args) |
public ListInsertAt()
public static String call(PageContext pc, String list, double posNumber, String value) throws ExpressionException
ExpressionException
public static String call(PageContext pc, String list, double posNumber, String value, String strDelimiter) throws ExpressionException
ExpressionException
public static String call(PageContext pc, String list, double posNumber, String value, String strDelimiter, boolean includeEmptyFields) throws ExpressionException
ExpressionException
public Object invoke(PageContext pc, Object[] args) throws PageException
invoke
in class BIF
PageException
Copyright © 2015 Lucee