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