railo.runtime.type
Interface Struct

All Superinterfaces:
Castable, Cloneable, Collection, Dumpable, ForEachIteratorable, Iteratorable, Map, Objects, Serializable, Sizeable
All Known Subinterfaces:
Application, Argument, Caller, CatchBlock, CGI, Client, Cluster, Component, ComponentAccess, ComponentPro, ComponentScope, Cookie, Form, Local, MemoryScope, Request, Scope, Server, Session, SharedScope, StorageScope, Threads, Undefined, URL, URLForm, UserScope, Variables, XMLStruct
All Known Implementing Classes:
ApplicationImpl, ArgumentImpl, ArgumentThreadImpl, CallerImpl, CastableStruct, CatchBlockImpl, CFCProxy, CGIImpl, ClientCache, ClientCookie, ClientDatasource, ClientFile, ClientMemory, Closure, ClusterNotSupported, ClusterWrap, CollectionStruct, ComponentAccessProxy, ComponentImpl, ComponentProxy, ComponentScopeShadow, ComponentScopeThis, ComponentWrap, CookieImpl, DoubleStruct, Excel, FeedStruct, FileStreamWrapper, FileStreamWrapperRead, FileStreamWrapperReadBinary, FileStreamWrapperReadWrite, FileStreamWrapperWrite, FormImpl, HttpSessionBindingListenerStruct, Image, JSession, LocalImpl, LocalNotSupportedScope, MapAsStruct, ObjectStruct, PDFDocument, ReadOnlyStruct, RequestImpl, ScopeSupport, ServerImpl, SessionCache, SessionCookie, SessionDatasource, SessionFile, SessionMemory, StorageScopeCache, StorageScopeCookie, StorageScopeDatasource, StorageScopeFile, StorageScopeImpl, StorageScopeMemory, StructImpl, StructImplKey, StructImplString, StructSupport, SuperComponent, SVStruct, ThreadsImpl, TOStruct, UndefinedImpl, UrlFormImpl, URLImpl, VariablesImpl, XMLAttributes, XMLAttrStruct, XMLCDATASectionStruct, XMLDocumentStruct, XMLElementStruct, XMLMultiElementStruct, XMLNodeStruct, XMLTextStruct

public interface Struct
extends Collection, Map, Sizeable, Objects


Nested Class Summary
 
Nested classes/interfaces inherited from interface railo.runtime.type.Collection
Collection.Key
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
static int TYPE_LINKED
           
static int TYPE_REGULAR
           
static int TYPE_SOFT
           
static int TYPE_SYNC
           
static int TYPE_WEAKED
           
 
Method Summary
 
Methods inherited from interface railo.runtime.type.Collection
clear, clone, containsKey, containsKey, duplicate, get, get, get, get, keys, remove, removeEL, set, set, setEL, setEL, size
 
Methods inherited from interface railo.runtime.type.Iteratorable
entryIterator, keyIterator, keysAsStringIterator, valueIterator
 
Methods inherited from interface railo.runtime.type.ForEachIteratorable
getIterator
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface railo.runtime.type.Sizeable
sizeOf
 
Methods inherited from interface railo.runtime.type.Objects
call, callWithNamedValues, get, get, set, setEL
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 
Methods inherited from interface railo.runtime.op.Castable
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
 

Field Detail

TYPE_WEAKED

static final int TYPE_WEAKED
See Also:
Constant Field Values

TYPE_LINKED

static final int TYPE_LINKED
See Also:
Constant Field Values

TYPE_SYNC

static final int TYPE_SYNC
See Also:
Constant Field Values

TYPE_REGULAR

static final int TYPE_REGULAR
See Also:
Constant Field Values

TYPE_SOFT

static final int TYPE_SOFT
See Also:
Constant Field Values


Copyright © 2012 Railo