railo.runtime.functions.list
Class ListSort

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

public final class ListSort
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ListSort()
           
 
Method Summary
static String call(PageContext pc, String list, String sortType)
           
static String call(PageContext pc, String list, String sortType, String sortOrder)
           
static String call(PageContext pc, String list, String sortType, String sortOrder, String delimiter)
           
static String call(PageContext pc, String list, String sortType, String sortOrder, String delimiter, boolean includeEmptyFields)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSort

public ListSort()
Method Detail

call

public static String call(PageContext pc,
                          String list,
                          String sortType)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String list,
                          String sortType,
                          String sortOrder)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String list,
                          String sortType,
                          String sortOrder,
                          String delimiter)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String list,
                          String sortType,
                          String sortOrder,
                          String delimiter,
                          boolean includeEmptyFields)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo