Uses of Interface
railo.runtime.dump.Dumpable

Packages that use Dumpable
coldfusion.runtime.java   
coldfusion.server   
coldfusion.sql   
railo.commons.date   
railo.commons.lock   
railo.runtime   
railo.runtime.com   
railo.runtime.debug   
railo.runtime.exp   
railo.runtime.functions.file   
railo.runtime.helpers   
railo.runtime.img   
railo.runtime.interpreter   
railo.runtime.java   
railo.runtime.listener   
railo.runtime.net.ftp   
railo.runtime.net.rpc   
railo.runtime.net.rpc.client   
railo.runtime.op   
railo.runtime.orm   
railo.runtime.orm.hibernate   
railo.runtime.poi   
railo.runtime.query   
railo.runtime.text.csv   
railo.runtime.text.feed   
railo.runtime.text.pdf   
railo.runtime.text.xml   
railo.runtime.text.xml.struct   
railo.runtime.thread   
railo.runtime.type   
railo.runtime.type.cfc   
railo.runtime.type.dt   
railo.runtime.type.query   
railo.runtime.type.scope   
railo.runtime.type.scope.client   
railo.runtime.type.scope.session   
railo.runtime.type.scope.storage   
railo.runtime.type.trace   
railo.runtime.type.udf   
railo.runtime.type.util   
railo.runtime.type.wrap   
railo.transformer.bytecode   
railo.transformer.cfml.evaluator.impl   
railo.transformer.cfml.script   
 

Uses of Dumpable in coldfusion.runtime.java
 

Classes in coldfusion.runtime.java that implement Dumpable
 class JavaProxy
           
 

Uses of Dumpable in coldfusion.server
 

Classes in coldfusion.server that implement Dumpable
 class ServiceException
           
 

Uses of Dumpable in coldfusion.sql
 

Subinterfaces of Dumpable in coldfusion.sql
 interface QueryTable
           
 

Uses of Dumpable in railo.commons.date
 

Classes in railo.commons.date that implement Dumpable
 class DateTimeException
           
 

Uses of Dumpable in railo.commons.lock
 

Classes in railo.commons.lock that implement Dumpable
 class LockException
          Lock Timeout
 class LockInterruptedException
           
 

Uses of Dumpable in railo.runtime
 

Subinterfaces of Dumpable in railo.runtime
 interface Component
          interface for a Component
 interface ComponentPro
           
 interface ComponentScope
           
 interface Interface
           
 interface Mapping
          interface of the mapping definition
 

Classes in railo.runtime that implement Dumpable
 class CFCProxy
          Proxy for "dynamic-map" entity representations.
 class ComponentImpl
          %**% MUST add handling for new attributes (style, namespace, serviceportname, porttypename, wsdlfile, bindingname, and output)
 class ComponentScopeShadow
           
 class ComponentScopeThis
           
 class ComponentWrap
           
 class InterfaceImpl
          MUST add handling for new attributes (style, namespace, serviceportname, porttypename, wsdlfile, bindingname, and output)
 class MappingImpl
          Mapping class
 class PageSourcePool
          pool to handle pages
 class SuperComponent
           
 

Uses of Dumpable in railo.runtime.com
 

Classes in railo.runtime.com that implement Dumpable
 class COMObject
           
 

Uses of Dumpable in railo.runtime.debug
 

Classes in railo.runtime.debug that implement Dumpable
 class DebugPageImpl
          To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
 

Uses of Dumpable in railo.runtime.exp
 

Subinterfaces of Dumpable in railo.runtime.exp
 interface CatchBlock
           
 interface IPageException
          interface of the root business exception of railo
 

Classes in railo.runtime.exp that implement Dumpable
 class Abort
          This Exception will be Throwed, when page Excecution will be aborted (tag abort).
 class AbortException
           
 class AlwaysThrow
           
 class ApplicationException
          Application Exception Object
 class CasterException
           
 class CatchBlockImpl
           
 class CustomTypeException
          Exception throwed by CFML Code
 class DatabaseException
          Database Exception Object
 class DeprecatedException
           
 class ExpressionException
          To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
 class FTPException
           
 class FunctionException
          specified exception for Built-In Function
 class FunctionNotSupported
           
 class HTTPException
          Exception class for the HTTP Handling
 class MissingIncludeException
          Exception throwed when missing include
 class NativeException
          Box a Native Exception, Native = !PageException
 class PageException
          root Exception for railo runtime
 class PageExceptionImpl
          Railo Runtime Page Exception, all runtime Exception are sub classes of this class
 class PageRuntimeException
          To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
 class PageServletException
          by definition a JSP Tag can only throw JSPExceptions, for that case the PageException is a Subclass of the JSPExceptions, but when a PageException, is escaleted to a parent page, this goes over the include method of the PageContext Object, but this can only throw ServletException.
 class RemoteAccessException
           
 class RemoteException
           
 class RequestTimeoutException
           
 class SecurityException
           
 class TagAttributeException
          exception to throw invalid attributes of tags
 class TagNotSupported
           
 class TemplateException
          Template Exception Object
 class UDFCasterException
           
 class XMLException
          XmL Exception
 

Uses of Dumpable in railo.runtime.functions.file
 

Classes in railo.runtime.functions.file that implement Dumpable
 class FileStreamWrapper
           
 class FileStreamWrapperRead
           
 class FileStreamWrapperReadBinary
           
 class FileStreamWrapperReadWrite
           
 class FileStreamWrapperWrite
           
 

Uses of Dumpable in railo.runtime.helpers
 

Classes in railo.runtime.helpers that implement Dumpable
 class HttpSessionBindingListenerStruct
           
 

Uses of Dumpable in railo.runtime.img
 

Classes in railo.runtime.img that implement Dumpable
 class Image
           
 class ImageException
           
 

Uses of Dumpable in railo.runtime.interpreter
 

Classes in railo.runtime.interpreter that implement Dumpable
 class InterpreterException
           
 

Uses of Dumpable in railo.runtime.java
 

Classes in railo.runtime.java that implement Dumpable
 class JavaObject
          class to handle initialising and call native object from railo
 

Uses of Dumpable in railo.runtime.listener
 

Classes in railo.runtime.listener that implement Dumpable
 class ModernAppListenerException
           
 

Uses of Dumpable in railo.runtime.net.ftp
 

Classes in railo.runtime.net.ftp that implement Dumpable
 class FTPPath
          represent a ftp path
 

Uses of Dumpable in railo.runtime.net.rpc
 

Classes in railo.runtime.net.rpc that implement Dumpable
 class RPCException
           
 

Uses of Dumpable in railo.runtime.net.rpc.client
 

Classes in railo.runtime.net.rpc.client that implement Dumpable
 class RPCClient
          Wrapper for a Webservice
 

Uses of Dumpable in railo.runtime.op
 

Subinterfaces of Dumpable in railo.runtime.op
 interface Printable
          Deprecated. this interface is replaced with interface Dumpable
 

Uses of Dumpable in railo.runtime.orm
 

Classes in railo.runtime.orm that implement Dumpable
 class ORMException
           
 

Uses of Dumpable in railo.runtime.orm.hibernate
 

Classes in railo.runtime.orm.hibernate that implement Dumpable
 class HibernateException
           
 class HibernateRuntimeException
           
 

Uses of Dumpable in railo.runtime.poi
 

Classes in railo.runtime.poi that implement Dumpable
 class Excel
           
 

Uses of Dumpable in railo.runtime.query
 

Classes in railo.runtime.query that implement Dumpable
 class QueryCacheEntry
          a single entry of the query cache
 class QueryCacheQuery
           
 class QueryCacheQueryColumn
           
 

Uses of Dumpable in railo.runtime.text.csv
 

Classes in railo.runtime.text.csv that implement Dumpable
 class CSVParserException
          CSV Parser Exception
 

Uses of Dumpable in railo.runtime.text.feed
 

Classes in railo.runtime.text.feed that implement Dumpable
 class FeedStruct
           
 

Uses of Dumpable in railo.runtime.text.pdf
 

Classes in railo.runtime.text.pdf that implement Dumpable
 class PDFDocument
           
 

Uses of Dumpable in railo.runtime.text.xml
 

Classes in railo.runtime.text.xml that implement Dumpable
 class XMLAttributes
          represent a Struct and a NamedNodeMap
 class XMLNodeList
           
 

Uses of Dumpable in railo.runtime.text.xml.struct
 

Subinterfaces of Dumpable in railo.runtime.text.xml.struct
 interface XMLStruct
           
 

Classes in railo.runtime.text.xml.struct that implement Dumpable
 class XMLAttrStruct
           
 class XMLCDATASectionStruct
           
 class XMLDocumentStruct
           
 class XMLElementStruct
           
 class XMLMultiElementArray
           
 class XMLMultiElementStruct
          Element that can contain more than one Element
 class XMLNodeStruct
           
 class XMLTextStruct
           
 

Uses of Dumpable in railo.runtime.thread
 

Classes in railo.runtime.thread that implement Dumpable
 class ThreadsImpl
           
 

Uses of Dumpable in railo.runtime.type
 

Subinterfaces of Dumpable in railo.runtime.type
 interface Array
           
 interface Collection
          interface collection, used for all collection types of railo (array, struct, query)
 interface CollectionPlus
           
 interface ComponentMethod
           
 interface FunctionValue
          represent a named function value for a functions
 interface Objects
          Hold a native or wild object, to use id inside railo runtime
 interface Query
          inteface for resultset (query) object
 interface QueryColumn
          represent a Single column of a query object
 interface QueryColumnPro
           
 interface Struct
           
 interface UDF
          a user defined function
 interface UDFPlus
           
 interface UserDefinedFunction
          Deprecated. replaced with UDF
 

Classes in railo.runtime.type that implement Dumpable
 class ArrayImpl
          CFML array object
 class ArrayImplNS
          CFML array object
 class CastableArray
           
 class CastableStruct
           
 class Closure
           
 class CollectionStruct
           
 class DebugQueryColumn
          implementation of the query column
 class DoubleStruct
           
 class FunctionValueImpl
          represent a named function value for a functions
 class Null
          Custom Null Type
 class QueryColumnImpl
          implementation of the query column
 class QueryColumnRef
          Recordcount Query Column
 class QueryImpl
           
 class ReadOnlyStruct
          a read only Struct if flag is set to readonly
 class StructImpl
          CFML data type struct
 class StructImplKey
          CFML data type struct
 class StructImplString
          CFML data type struct
 class SVArray
          Simple Value Array, a Array that can't cast to a Simple Value
 class SVStruct
           
 class UDFAddProperty
           
 class UDFGetterProperty
           
 class UDFGSProperty
           
 class UDFHasProperty
           
 class UDFImpl
          defines a abstract class for a User defined Functions
 class UDFRemoveProperty
           
 class UDFSetterProperty
           
 

Uses of Dumpable in railo.runtime.type.cfc
 

Subinterfaces of Dumpable in railo.runtime.type.cfc
 interface ComponentAccess
           
 

Classes in railo.runtime.type.cfc that implement Dumpable
 class ComponentAccessProxy
           
 class ComponentProxy
           
 

Uses of Dumpable in railo.runtime.type.dt
 

Subinterfaces of Dumpable in railo.runtime.type.dt
 interface TimeSpan
          defines a time span
 

Classes in railo.runtime.type.dt that implement Dumpable
 class Date
          Date only object
 class DateImpl
          Printable and Castable Date Object (no visible time)
 class DateTime
           
 class DateTimeImpl
          Printable and Castable DateTime Object
 class Time
          time interface
 class TimeImpl
          Printable and Castable Time Object (at the moment, same as DateTime)
 class TimeSpanImpl
          TimeSpan Object, represent a timespan
 

Uses of Dumpable in railo.runtime.type.query
 

Classes in railo.runtime.type.query that implement Dumpable
 class SimpleQuery
           
 class SimpleQueryColumn
           
 

Uses of Dumpable in railo.runtime.type.scope
 

Subinterfaces of Dumpable in railo.runtime.type.scope
 interface Application
          implemetnation of the application scope
 interface Argument
          interface for Argument scope
 interface Caller
          interface for the caller scope
 interface CGI
          interface for scope CGI
 interface Client
          Interface of the scope client
 interface Cluster
           
 interface Cookie
          interface for the cookie scope
 interface Form
          interface fro scope form
 interface Local
           
 interface Request
          Interface of the scope request
 interface Scope
          abstract class for all scopes
 interface Server
          interface for scope server
 interface Session
           
 interface SharedScope
          scope that is used for multiple requests, attention scope can be used from muliple threads ad same state, make no internal state!
 interface Threads
           
 interface Undefined
          interface of the cope undefined
 interface URL
          inteface for the url scope
 interface URLForm
          scuope that mix url and forn together
 interface UserScope
           
 interface Variables
           
 

Classes in railo.runtime.type.scope that implement Dumpable
 class ApplicationImpl
          Session Scope
 class ArgumentImpl
          implementation of the argument scope
 class ArgumentThreadImpl
           
 class CallerImpl
          caller scope
 class CGIImpl
          To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
 class ClusterNotSupported
          d
 class ClusterWrap
           
 class CookieImpl
          Implementation of the Cookie scope
 class FormImpl
          Form Scope
 class JSession
           
 class LocalImpl
           
 class LocalNotSupportedScope
           
 class ObjectStruct
           
 class RequestImpl
           
 class ScopeSupport
          Simple standart implementation of a Scope, for standart use.
 class ServerImpl
          Server Scope
 class UndefinedImpl
          Undefined Scope
 class UrlFormImpl
           
 class URLImpl
          Implements URL Scope
 class VariablesImpl
           
 

Uses of Dumpable in railo.runtime.type.scope.client
 

Classes in railo.runtime.type.scope.client that implement Dumpable
 class ClientCache
           
 class ClientCookie
           
 class ClientDatasource
           
 class ClientFile
           
 class ClientMemory
           
 

Uses of Dumpable in railo.runtime.type.scope.session
 

Classes in railo.runtime.type.scope.session that implement Dumpable
 class SessionCache
           
 class SessionCookie
           
 class SessionDatasource
           
 class SessionFile
           
 class SessionMemory
           
 

Uses of Dumpable in railo.runtime.type.scope.storage
 

Subinterfaces of Dumpable in railo.runtime.type.scope.storage
 interface MemoryScope
           
 interface StorageScope
          scope that can be stored, in a storage
 

Classes in railo.runtime.type.scope.storage that implement Dumpable
 class StorageScopeCache
          client scope that store it's data in a datasource
 class StorageScopeCookie
          client scope that store it's data in the cookie of the client
 class StorageScopeDatasource
          client scope that store it's data in a datasource
 class StorageScopeFile
          client scope that store it's data in a resource
 class StorageScopeImpl
           
 class StorageScopeMemory
          client scope that not store it's data
 

Uses of Dumpable in railo.runtime.type.trace
 

Classes in railo.runtime.type.trace that implement Dumpable
 class TOArray
           
 class TODateTime
           
 class TOObjects
           
 class TOQuery
           
 class TOStruct
           
 class TOUDF
           
 

Uses of Dumpable in railo.runtime.type.udf
 

Classes in railo.runtime.type.udf that implement Dumpable
 class UDFCacheEntry
           
 

Uses of Dumpable in railo.runtime.type.util
 

Classes in railo.runtime.type.util that implement Dumpable
 class ArraySupport
           
 class StructSupport
           
 

Uses of Dumpable in railo.runtime.type.wrap
 

Classes in railo.runtime.type.wrap that implement Dumpable
 class ListAsArray
           
 class MapAsStruct
           
 

Uses of Dumpable in railo.transformer.bytecode
 

Classes in railo.transformer.bytecode that implement Dumpable
 class BytecodeException
           
 

Uses of Dumpable in railo.transformer.cfml.evaluator.impl
 

Classes in railo.transformer.cfml.evaluator.impl that implement Dumpable
 class ProcessingDirectiveException
           
 

Uses of Dumpable in railo.transformer.cfml.script
 

Classes in railo.transformer.cfml.script that implement Dumpable
static class AbstrCFMLScriptTransformer.ComponentTemplateException
           
 



Copyright © 2012 Railo