railo.runtime.functions.list
Class ListDeleteAt
java.lang.Object
railo.runtime.functions.list.ListDeleteAt
- All Implemented Interfaces:
- Serializable, Function
public final class ListDeleteAt
- extends Object
- implements Function
- See Also:
- Serialized Form
Method Summary |
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)
|
ListDeleteAt
public ListDeleteAt()
call
public static String call(PageContext pc,
String list,
double posNumber)
throws ExpressionException
- Throws:
ExpressionException
call
public static String call(PageContext pc,
String list,
double posNumber,
String del)
throws ExpressionException
- Throws:
ExpressionException
call
public static String call(PageContext pc,
String list,
double posNumber,
String del,
boolean includeEmptyFields)
throws ExpressionException
- Throws:
ExpressionException
_call
public static String _call(PageContext pc,
String list,
int pos,
char[] del,
boolean includeEmptyFields)
throws ExpressionException
- Throws:
ExpressionException
Copyright © 2012 Railo