railo.runtime.functions.list
Class ListInsertAt

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

public final class ListInsertAt
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

ListInsertAt

public ListInsertAt()
Method Detail

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