railo.runtime.functions.arrays
Class ArraySort

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

public final class ArraySort
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ArraySort()
           
 
Method Summary
static boolean call(PageContext pc, Array array, String sorttype)
           
static boolean call(PageContext pc, Array array, String sorttype, String sortorder)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArraySort

public ArraySort()
Method Detail

call

public static boolean call(PageContext pc,
                           Array array,
                           String sorttype)
                    throws PageException
Throws:
PageException

call

public static boolean call(PageContext pc,
                           Array array,
                           String sorttype,
                           String sortorder)
                    throws PageException
Throws:
PageException


Copyright © 2012 Railo