railo.runtime.type
Interface Struct

All Superinterfaces:
Castable, Cloneable, Collection, Dumpable, Iteratorable, Map, Serializable
All Known Subinterfaces:
Application, Argument, ArgumentPro, Caller, CGI, Client, ClientPlus, Cluster, Component, ComponentAccess, ComponentPro, ComponentScope, Cookie, Form, Local, LocalPro, MemoryScope, Request, Scope, Server, Session, SessionPlus, SharedScope, StorageScope, Threads, Undefined, URL, URLForm, Variables, XMLStruct
All Known Implementing Classes:
ApplicationImpl, ArgumentImpl, ArgumentThreadImpl, CallerImpl, CastableStruct, CatchBlock, CFCProxy, CGIImpl, ClientCache, ClientCookie, ClientDatasource, ClientFile, ClientMemory, ClusterNotSupported, ClusterWrap, CollectionStruct, ComponentAccessProxy, ComponentImpl, ComponentProProxy, ComponentScopeShadow, ComponentScopeThis, ComponentWrap, CookieImpl, DoubleStruct, 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, VariablesAsSession, VariablesImpl, XMLAttributes, XMLAttrStruct, XMLCDATASectionStruct, XMLDocumentStruct, XMLElementStruct, XMLMultiElementStruct, XMLNodeStruct, XMLTextStruct

public interface Struct
extends Collection, Map


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_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, keysAsString, remove, removeEL, set, set, setEL, setEL, size
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 
Methods inherited from interface railo.runtime.type.Iteratorable
iterator, keyIterator, valueIterator
 
Methods inherited from interface railo.runtime.op.Castable
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

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


Copyright © 2012 Railo