railo.runtime.dump
Interface Dumpable

All Superinterfaces:
Serializable
All Known Subinterfaces:
Application, Argument, Array, Caller, CatchBlock, CGI, Client, Cluster, Collection, CollectionPlus, Component, ComponentAccess, ComponentMethod, ComponentPro, ComponentScope, Cookie, Form, FunctionValue, Interface, IPageException, Local, Mapping, MemoryScope, Objects, Printable, Query, QueryColumn, QueryColumnPro, QueryTable, Request, Scope, Server, Session, SharedScope, StorageScope, Struct, Threads, TimeSpan, UDF, UDFPlus, Undefined, URL, URLForm, UserDefinedFunction, UserScope, Variables, XMLStruct
All Known Implementing Classes:
Abort, AbortException, AbstrCFMLScriptTransformer.ComponentTemplateException, AlwaysThrow, ApplicationException, ApplicationImpl, ArgumentImpl, ArgumentThreadImpl, ArrayImpl, ArrayImplNS, ArraySupport, BytecodeException, CallerImpl, CastableArray, CastableStruct, CasterException, CatchBlockImpl, CFCProxy, CGIImpl, ClientCache, ClientCookie, ClientDatasource, ClientFile, ClientMemory, Closure, Closure, ClusterNotSupported, ClusterWrap, CollectionStruct, COMObject, ComponentAccessProxy, ComponentImpl, ComponentProxy, ComponentScopeShadow, ComponentScopeThis, ComponentWrap, CookieImpl, CSVParserException, CustomTypeException, DatabaseException, Date, DateImpl, DateTime, DateTimeException, DateTimeImpl, DebugPageImpl, DebugQueryColumn, DeprecatedException, DoubleStruct, Excel, ExpressionException, FeedStruct, FileStreamWrapper, FileStreamWrapperRead, FileStreamWrapperReadBinary, FileStreamWrapperReadWrite, FileStreamWrapperWrite, FormImpl, FTPException, FTPPath, FunctionException, FunctionNotSupported, FunctionValueImpl, HibernateException, HibernateRuntimeException, HTTPException, HttpSessionBindingListenerStruct, Image, ImageException, InterfaceImpl, InterpreterException, JavaObject, JavaProxy, JSession, ListAsArray, LocalImpl, LocalNotSupportedScope, LockException, LockException, LockInterruptedException, MapAsStruct, MappingImpl, MissingIncludeException, ModernAppListenerException, NativeException, Null, ObjectStruct, ORMException, PageException, PageExceptionImpl, PageRuntimeException, PageServletException, PageSourcePool, PDFDocument, ProcessingDirectiveException, QueryCacheEntry, QueryCacheQuery, QueryCacheQueryColumn, QueryColumnImpl, QueryColumnRef, QueryImpl, ReadOnlyStruct, RemoteAccessException, RemoteException, RequestImpl, RequestTimeoutException, RPCClient, RPCException, ScopeSupport, SecurityException, ServerImpl, ServiceException, SessionCache, SessionCookie, SessionDatasource, SessionFile, SessionMemory, SimpleQuery, SimpleQueryColumn, StorageScopeCache, StorageScopeCookie, StorageScopeDatasource, StorageScopeFile, StorageScopeImpl, StorageScopeMemory, StructImpl, StructImplKey, StructImplString, StructSupport, SuperComponent, SVArray, SVStruct, TagAttributeException, TagNotSupported, TemplateException, ThreadsImpl, Time, TimeImpl, TimeSpanImpl, TOArray, TODateTime, TOObjects, TOQuery, TOStruct, TOUDF, UDFAddProperty, UDFCacheEntry, UDFCasterException, UDFGetterProperty, UDFGSProperty, UDFHasProperty, UDFImpl, UDFRemoveProperty, UDFSetterProperty, UndefinedImpl, UrlFormImpl, URLImpl, VariablesImpl, XMLAttributes, XMLAttrStruct, XMLCDATASectionStruct, XMLDocumentStruct, XMLElementStruct, XMLException, XMLMultiElementArray, XMLMultiElementStruct, XMLNodeList, XMLNodeStruct, XMLTextStruct

public interface Dumpable
extends Serializable

this interface make a object printable, also to a simple object


Method Summary
 DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
          method to print out information to a object as HTML
 

Method Detail

toDumpData

DumpData toDumpData(PageContext pageContext,
                    int maxlevel,
                    DumpProperties properties)
method to print out information to a object as HTML

Parameters:
pageContext -
Returns:
HTML print out


Copyright © 2012 Railo