Uses of Interface
railo.runtime.type.Collection

Packages that use Collection
coldfusion.sql   
railo.intergral.fusiondebug.server.type.coll   
railo.runtime   
railo.runtime.exp   
railo.runtime.functions.file   
railo.runtime.functions.struct   
railo.runtime.helpers   
railo.runtime.img   
railo.runtime.interpreter   
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.it   
railo.runtime.type.query   
railo.runtime.type.ref   
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   
railo.runtime.util   
 

Uses of Collection in coldfusion.sql
 

Subinterfaces of Collection in coldfusion.sql
 interface QueryTable
           
 

Uses of Collection in railo.intergral.fusiondebug.server.type.coll
 

Constructors in railo.intergral.fusiondebug.server.type.coll with parameters of type Collection
FDCollection(com.intergral.fusiondebug.server.IFDStackFrame frame, String name, Collection coll)
          Constructor of the class
FDCollection(com.intergral.fusiondebug.server.IFDStackFrame frame, String name, Collection coll, Collection.Key[] keys)
           
FDCollectionNode(com.intergral.fusiondebug.server.IFDStackFrame frame, Collection coll, Collection.Key key)
          Constructor of the class
 

Uses of Collection in railo.runtime
 

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

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

Methods in railo.runtime that return Collection
 Collection ComponentScopeShadow.duplicate(boolean deepCopy)
           
 Collection ComponentWrap.duplicate(boolean deepCopy)
           
 Collection SuperComponent.duplicate(boolean deepCopy)
           
 Collection ComponentScopeThis.duplicate(boolean deepCopy)
           
 Collection ComponentImpl.duplicate(boolean deepCopy)
           
static Collection SuperComponent.superInstance(ComponentImpl comp)
           
 

Uses of Collection in railo.runtime.exp
 

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

Methods in railo.runtime.exp that return Collection
 Collection CatchBlock.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.functions.file
 

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

Methods in railo.runtime.functions.file that return Collection
 Collection FileStreamWrapper.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.functions.struct
 

Methods in railo.runtime.functions.struct with parameters of type Collection
static int StructKeyTranslate.translate(Collection coll, boolean deep, boolean leaveOrg)
           
 

Uses of Collection in railo.runtime.helpers
 

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

Methods in railo.runtime.helpers that return Collection
 Collection HttpSessionBindingListenerStruct.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.img
 

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

Methods in railo.runtime.img that return Collection
 Collection Image.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.interpreter
 

Methods in railo.runtime.interpreter with parameters of type Collection
static Object VariableInterpreter.getVariable(PageContext pc, Collection collection, String var)
          reads a subelement from a struct
static Object VariableInterpreter.getVariableEL(PageContext pc, Collection collection, String var)
           
 

Uses of Collection in railo.runtime.op
 

Methods in railo.runtime.op that return Collection
static Collection Caster.toCollection(Object o)
          cast a Object to a Collection
 Collection CastImpl.toCollection(Object o)
           
static Collection Caster.toCollection(Object o, Collection defaultValue)
          cast a Object to a Collection, if not returns null
 Collection CastImpl.toCollection(Object o, Collection defaultValue)
           
static Collection Caster.toRef(Collection o)
          cast a Collection to a reference type (Object), in that case this method to nothing, because a Collection is already a reference type
 Collection CastImpl.toRef(Collection o)
           
 

Methods in railo.runtime.op with parameters of type Collection
static Collection Caster.toCollection(Object o, Collection defaultValue)
          cast a Object to a Collection, if not returns null
 Collection CastImpl.toCollection(Object o, Collection defaultValue)
           
static Collection Caster.toRef(Collection o)
          cast a Collection to a reference type (Object), in that case this method to nothing, because a Collection is already a reference type
 Collection CastImpl.toRef(Collection o)
           
 

Uses of Collection in railo.runtime.query
 

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

Methods in railo.runtime.query that return Collection
 Collection QueryCacheQueryColumn.duplicate(boolean deepCopy)
           
 Collection QueryCacheQuery.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.text.feed
 

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

Methods in railo.runtime.text.feed that return Collection
 Collection FeedStruct.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.text.pdf
 

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

Methods in railo.runtime.text.pdf that return Collection
 Collection PDFDocument.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.text.xml
 

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

Methods in railo.runtime.text.xml that return Collection
 Collection XMLNodeList.duplicate(boolean deepCopy)
           
 Collection XMLAttributes.duplicate(boolean deepCopy)
           
 

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

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

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

Methods in railo.runtime.text.xml.struct that return Collection
 Collection XMLNodeStruct.duplicate(boolean deepCopy)
           
 Collection XMLTextStruct.duplicate(boolean deepCopy)
           
 Collection XMLAttrStruct.duplicate(boolean deepCopy)
           
 Collection XMLCDATASectionStruct.duplicate(boolean deepCopy)
           
 Collection XMLElementStruct.duplicate(boolean deepCopy)
           
 Collection XMLDocumentStruct.duplicate(boolean deepCopy)
           
 Collection XMLMultiElementArray.duplicate(boolean deepCopy)
           
 Collection XMLMultiElementStruct.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.thread
 

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

Methods in railo.runtime.thread that return Collection
 Collection ThreadsImpl.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.type
 

Subinterfaces of Collection in railo.runtime.type
 interface Array
           
 interface CollectionPlus
           
 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 Collection
 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 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
           
 

Methods in railo.runtime.type that return Collection
 Collection QueryColumnImpl.duplicate(boolean deepCopy)
           
 Collection StructImplString.duplicate(boolean deepCopy)
           
 Collection ArrayImplNS.duplicate(boolean deepCopy)
           
 Collection QueryColumnRef.duplicate(boolean deepCopy)
           
 Collection CastableStruct.duplicate(boolean deepCopy)
           
 Collection ArrayImpl.duplicate(boolean deepCopy)
           
 Collection CastableArray.duplicate(boolean deepCopy)
           
 Collection StructImpl.duplicate(boolean deepCopy)
           
 Collection SVArray.duplicate(boolean deepCopy)
           
 Collection CollectionStruct.duplicate(boolean deepCopy)
           
 Collection StructImplKey.duplicate(boolean deepCopy)
           
 Collection DoubleStruct.duplicate(boolean deepCopy)
           
 Collection SVStruct.duplicate(boolean deepCopy)
           
 Collection QueryImpl.duplicate(boolean deepCopy)
           
 Collection ReadOnlyStruct.duplicate(boolean deepCopy)
           
 Collection Collection.duplicate(boolean deepCopy)
           
 Collection CollectionPlus.duplicate(boolean deepCopy, Map<Object,Object> done)
           
 Collection CollectionStruct.getCollection()
           
 

Constructors in railo.runtime.type with parameters of type Collection
CollectionStruct(Collection coll)
           
 

Uses of Collection in railo.runtime.type.cfc
 

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

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

Methods in railo.runtime.type.cfc that return Collection
 Collection ComponentAccessProxy.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.type.it
 

Constructors in railo.runtime.type.it with parameters of type Collection
CollectionIterator(Collection.Key[] keys, Collection coll)
           
CollectionIterator(Iterator keys, Collection coll)
           
 

Uses of Collection in railo.runtime.type.query
 

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

Methods in railo.runtime.type.query that return Collection
 Collection SimpleQueryColumn.duplicate(boolean deepCopy)
           
 Collection SimpleQuery.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.type.ref
 

Methods in railo.runtime.type.ref that return Collection
 Collection VariableReference.getCollection()
           
 

Constructors in railo.runtime.type.ref with parameters of type Collection
VariableReference(Collection coll, Collection.Key key)
          constructor of the class
VariableReference(Collection coll, String key)
          constructor of the class
 

Uses of Collection in railo.runtime.type.scope
 

Subinterfaces of Collection 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 Collection
 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 VariablesAsSession
           
 class VariablesImpl
           
 

Methods in railo.runtime.type.scope that return Collection
 Collection UndefinedImpl.duplicate(boolean deepCopy)
           
 Collection LocalNotSupportedScope.duplicate(boolean deepCopy)
           
 Collection RequestImpl.duplicate(boolean deepCopy)
           
 Collection UrlFormImpl.duplicate(boolean deepCopy)
           
 Collection ObjectStruct.duplicate(boolean deepCopy)
           
 Collection ClusterWrap.duplicate(boolean deepCopy)
           
 Collection CGIImpl.duplicate(boolean deepCopy)
           
 Collection ArgumentThreadImpl.duplicate(boolean deepCopy)
           
 Collection ClusterNotSupported.duplicate(boolean deepCopy)
           
 Collection ArgumentImpl.duplicate(boolean deepCopy)
           
 Collection CallerImpl.duplicate(boolean deepCopy)
           
 Collection VariablesAsSession.duplicate(boolean deepCopy)
           
 

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

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

Methods in railo.runtime.type.scope.client that return Collection
 Collection ClientDatasource.duplicate(boolean deepCopy)
           
 Collection ClientFile.duplicate(boolean deepCopy)
           
 Collection ClientMemory.duplicate(boolean deepCopy)
           
 Collection ClientCookie.duplicate(boolean deepCopy)
           
 Collection ClientCache.duplicate(boolean deepCopy)
           
 

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

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

Methods in railo.runtime.type.scope.session that return Collection
 Collection SessionCache.duplicate(boolean deepCopy)
           
 Collection SessionFile.duplicate(boolean deepCopy)
           
 Collection SessionDatasource.duplicate(boolean deepCopy)
           
 Collection SessionMemory.duplicate(boolean deepCopy)
           
 Collection SessionCookie.duplicate(boolean deepCopy)
           
 

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

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

Classes in railo.runtime.type.trace that implement Collection
 class TOArray
           
 class TOQuery
           
 class TOStruct
           
 

Methods in railo.runtime.type.trace that return Collection
 Collection TOArray.duplicate(boolean deepCopy)
           
 Collection TOStruct.duplicate(boolean deepCopy)
           
 Collection TOQuery.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.type.util
 

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

Methods in railo.runtime.type.util with parameters of type Collection
static boolean CollectionUtil.equals(Collection left, Collection right)
           
static Iterator CollectionUtil.toIterator(Collection c)
           
 

Uses of Collection in railo.runtime.type.wrap
 

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

Methods in railo.runtime.type.wrap that return Collection
 Collection ListAsArray.duplicate(boolean deepCopy)
           
 Collection MapAsStruct.duplicate(boolean deepCopy)
           
 

Uses of Collection in railo.runtime.util
 

Methods in railo.runtime.util that return Collection
 Collection Cast.toCollection(Object o)
          cast a Object to a Collection
 Collection Cast.toCollection(Object o, Collection defaultValue)
          cast a Object to a Collection, if not returns null
 Collection Cast.toRef(Collection o)
          cast a Collection to a reference type (Object), in that case this method to nothing, because a Collection is already a reference type
 

Methods in railo.runtime.util with parameters of type Collection
 Collection Cast.toCollection(Object o, Collection defaultValue)
          cast a Object to a Collection, if not returns null
 Collection Cast.toRef(Collection o)
          cast a Collection to a reference type (Object), in that case this method to nothing, because a Collection is already a reference type
 



Copyright © 2012 Railo