railo.runtime.functions.other
Class DumpStruct

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

public final class DumpStruct
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
DumpStruct()
           
 
Method Summary
static Struct call(PageContext pc, Object object)
           
static Struct call(PageContext pc, Object object, double maxLevel)
           
static Struct call(PageContext pc, Object object, double maxLevel, String show)
           
static Struct call(PageContext pc, Object object, double maxLevel, String show, String hide)
           
static Struct call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys)
           
static Struct call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo)
           
static Struct call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo, boolean showUDFs)
           
static Struct call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo, boolean showUDFs, String label)
           
static String getContext()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpStruct

public DumpStruct()
Method Detail

call

public static Struct call(PageContext pc,
                          Object object)

call

public static Struct call(PageContext pc,
                          Object object,
                          double maxLevel)

call

public static Struct call(PageContext pc,
                          Object object,
                          double maxLevel,
                          String show)

call

public static Struct call(PageContext pc,
                          Object object,
                          double maxLevel,
                          String show,
                          String hide)

call

public static Struct call(PageContext pc,
                          Object object,
                          double maxLevel,
                          String show,
                          String hide,
                          double keys)

call

public static Struct call(PageContext pc,
                          Object object,
                          double maxLevel,
                          String show,
                          String hide,
                          double keys,
                          boolean metainfo)

call

public static Struct call(PageContext pc,
                          Object object,
                          double maxLevel,
                          String show,
                          String hide,
                          double keys,
                          boolean metainfo,
                          boolean showUDFs)

call

public static Struct call(PageContext pc,
                          Object object,
                          double maxLevel,
                          String show,
                          String hide,
                          double keys,
                          boolean metainfo,
                          boolean showUDFs,
                          String label)

getContext

public static String getContext()


Copyright © 2012 Railo