Uses of Interface
railo.runtime.op.Castable

Packages that use Castable
coldfusion.runtime.java   
coldfusion.sql   
railo.commons.io.res.util   
railo.runtime   
railo.runtime.com   
railo.runtime.dump   
railo.runtime.exp   
railo.runtime.functions.file   
railo.runtime.helpers   
railo.runtime.img   
railo.runtime.java   
railo.runtime.net.rpc.client   
railo.runtime.op   
railo.runtime.query   
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.util   
railo.runtime.type.wrap   
 

Uses of Castable in coldfusion.runtime.java
 

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

Uses of Castable in coldfusion.sql
 

Subinterfaces of Castable in coldfusion.sql
 interface QueryTable
           
 

Uses of Castable in railo.commons.io.res.util
 

Classes in railo.commons.io.res.util that implement Castable
 class ModeObjectWrap
           
 

Uses of Castable in railo.runtime
 

Subinterfaces of Castable in railo.runtime
 interface Component
          interface for a Component
 interface ComponentPro
           
 interface ComponentScope
           
 

Classes in railo.runtime that implement Castable
 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 SuperComponent
           
 

Uses of Castable in railo.runtime.com
 

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

Uses of Castable in railo.runtime.dump
 

Classes in railo.runtime.dump that implement Castable
 class SimpleDumpData
           
 

Uses of Castable in railo.runtime.exp
 

Classes in railo.runtime.exp that implement Castable
 class CatchBlock
           
 

Uses of Castable in railo.runtime.functions.file
 

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

Uses of Castable in railo.runtime.helpers
 

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

Uses of Castable in railo.runtime.img
 

Classes in railo.runtime.img that implement Castable
 class Image
           
 

Uses of Castable in railo.runtime.java
 

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

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

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

Uses of Castable in railo.runtime.op
 

Methods in railo.runtime.op with parameters of type Castable
static int Operator.compare(Castable left, Object right)
           
static int Operator.compare(Object left, Castable right)
           
 

Uses of Castable in railo.runtime.query
 

Classes in railo.runtime.query that implement Castable
 class QueryCacheQuery
           
 class QueryCacheQueryColumn
           
 

Uses of Castable in railo.runtime.text.feed
 

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

Uses of Castable in railo.runtime.text.pdf
 

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

Uses of Castable in railo.runtime.text.xml
 

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

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

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

Classes in railo.runtime.text.xml.struct that implement Castable
 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 Castable in railo.runtime.thread
 

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

Uses of Castable in railo.runtime.type
 

Subinterfaces of Castable in railo.runtime.type
 interface Array
           
 interface Collection
          interface collection, used for all collection types of railo (array, struct, query)
 interface CollectionPlus
           
 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 QueryPro
           
 interface Scope
          abstract class for all cold fusion scopes
 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 Struct
           
 

Classes in railo.runtime.type that implement Castable
 class ArrayImpl
          cold fusion array object
 class ArrayImplNS
          cold fusion array object
 class CastableArray
           
 class CastableStruct
           
 class CollectionStruct
           
 class DebugQueryColumn
          implementation of the query column
 class DoubleStruct
           
 class FunctionValueImpl
          represent a named function value for a functions
 class KeyImpl
           
 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
          cold fusion data type struct
 class StructImplKey
          cold fusion data type struct
 class StructImplString
          cold fusion data type struct
 class SVArray
          Simple Value Array, a Array that can't cast to a Simple Value
 class SVStruct
           
 

Uses of Castable in railo.runtime.type.cfc
 

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

Classes in railo.runtime.type.cfc that implement Castable
 class ComponentAccessProxy
           
 class ComponentProProxy
           
 

Uses of Castable in railo.runtime.type.dt
 

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

Classes in railo.runtime.type.dt that implement Castable
 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 Castable in railo.runtime.type.query
 

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

Uses of Castable in railo.runtime.type.scope
 

Subinterfaces of Castable in railo.runtime.type.scope
 interface Application
          implemetnation of the application scope
 interface Argument
          interface for Argument scope
 interface ArgumentPro
           
 interface Caller
          interface for the caller scope
 interface CGI
          interface for scope CGI
 interface Client
          Interface of the scope client
 interface ClientPlus
           
 interface Cluster
           
 interface Cookie
          interface for the cookie scope
 interface Form
          interface fro scope form
 interface Local
           
 interface LocalPro
           
 interface Request
          Interface of the scope request
 interface Server
          interface for scope server
 interface Session
           
 interface SessionPlus
           
 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 Variables
           
 

Classes in railo.runtime.type.scope that implement Castable
 class ApplicationImpl
          Session Scope
 class ArgumentImpl
          implementation of the argument scope
 class ArgumentIntKey
           
 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 VariablesAsSession
           
 class VariablesImpl
           
 

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

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

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

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

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

Subinterfaces of Castable 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 Castable
 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 Castable in railo.runtime.type.trace
 

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

Uses of Castable in railo.runtime.type.util
 

Classes in railo.runtime.type.util that implement Castable
 class ArraySupport
           
 class StructSupport
           
 class UDFDefaultValue
          Deprecated. this class is no longer used with no replacment
 

Uses of Castable in railo.runtime.type.wrap
 

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



Copyright © 2012 Railo