railo.runtime.functions.list
Class ListDeleteAt

java.lang.Object
  extended by railo.runtime.functions.list.ListDeleteAt
All Implemented Interfaces:
Serializable, Function

public final class ListDeleteAt
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ListDeleteAt()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDeleteAt

public ListDeleteAt()
Method Detail

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