railo.runtime.functions.struct
Class StructSort

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

public final class StructSort
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
StructSort()
           
 
Method Summary
static Array call(PageContext pc, Struct base)
           
static Array call(PageContext pc, Struct base, String sortType)
           
static Array call(PageContext pc, Struct base, String sortType, String sortOrder)
           
static Array call(PageContext pc, Struct base, String sortType, String sortOrder, String pathToSubElement)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructSort

public StructSort()
Method Detail

call

public static Array call(PageContext pc,
                         Struct base)
                  throws PageException
Throws:
PageException

call

public static Array call(PageContext pc,
                         Struct base,
                         String sortType)
                  throws PageException
Throws:
PageException

call

public static Array call(PageContext pc,
                         Struct base,
                         String sortType,
                         String sortOrder)
                  throws PageException
Throws:
PageException

call

public static Array call(PageContext pc,
                         Struct base,
                         String sortType,
                         String sortOrder,
                         String pathToSubElement)
                  throws PageException
Throws:
PageException


Copyright © 2012 Railo