Uses of Interface
railo.runtime.type.Iteratorable

Packages that use Iteratorable
coldfusion.sql   
railo.runtime   
railo.runtime.com   
railo.runtime.exp   
railo.runtime.functions.closure   
railo.runtime.functions.file   
railo.runtime.helpers   
railo.runtime.img   
railo.runtime.net.rpc.client   
railo.runtime.poi   
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.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 Iteratorable in coldfusion.sql
 

Subinterfaces of Iteratorable in coldfusion.sql
 interface QueryTable
           
 

Uses of Iteratorable in railo.runtime
 

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

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

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

Uses of Iteratorable in railo.runtime.exp
 

Subinterfaces of Iteratorable in railo.runtime.exp
 interface CatchBlock
           
 

Classes in railo.runtime.exp that implement Iteratorable
 class CatchBlockImpl
           
 

Uses of Iteratorable in railo.runtime.functions.closure
 

Methods in railo.runtime.functions.closure with parameters of type Iteratorable
static void Each.invoke(PageContext pc, Iteratorable coll, UDF udf, ExecutorService execute, List<Future<String>> futures)
           
 

Uses of Iteratorable in railo.runtime.functions.file
 

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

Uses of Iteratorable in railo.runtime.helpers
 

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

Uses of Iteratorable in railo.runtime.img
 

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

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

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

Uses of Iteratorable in railo.runtime.poi
 

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

Uses of Iteratorable in railo.runtime.query
 

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

Uses of Iteratorable in railo.runtime.text.feed
 

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

Uses of Iteratorable in railo.runtime.text.pdf
 

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

Uses of Iteratorable in railo.runtime.text.xml
 

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

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

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

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

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

Uses of Iteratorable in railo.runtime.type
 

Subinterfaces of Iteratorable in railo.runtime.type
 interface Array
           
 interface Collection
          interface collection, used for all collection types of railo (array, struct, query)
 interface CollectionPlus
           
 interface Query
          inteface for resultset (query) object
 interface QueryColumn
          represent a Single column of a query object
 interface QueryColumnPro
           
 interface Struct
           
 

Classes in railo.runtime.type that implement Iteratorable
 class ArrayImpl
          CFML array object
 class ArrayImplNS
          CFML 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
          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
           
 

Uses of Iteratorable in railo.runtime.type.cfc
 

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

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

Uses of Iteratorable in railo.runtime.type.query
 

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

Uses of Iteratorable in railo.runtime.type.scope
 

Subinterfaces of Iteratorable 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 Iteratorable
 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 Closure
           
 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 Iteratorable in railo.runtime.type.scope.client
 

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

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

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

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

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

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

Uses of Iteratorable in railo.runtime.type.util
 

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

Uses of Iteratorable in railo.runtime.type.wrap
 

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



Copyright © 2012 Railo