Uses of Interface
railo.runtime.type.Collection.Key

Packages that use Collection.Key
com.allaire.cfx   
java.util   
org.opencfml.cfx   
railo.commons.collections   
railo.commons.lang   
railo.intergral.fusiondebug.server.type   
railo.intergral.fusiondebug.server.type.coll   
railo.runtime   
railo.runtime.cfx   
railo.runtime.com   
railo.runtime.converter   
railo.runtime.dump   
railo.runtime.exp   
railo.runtime.ext.tag   
railo.runtime.functions.decision   
railo.runtime.functions.file   
railo.runtime.functions.query   
railo.runtime.functions.s3   
railo.runtime.functions.struct   
railo.runtime.functions.system   
railo.runtime.img   
railo.runtime.interpreter   
railo.runtime.java   
railo.runtime.listener   
railo.runtime.net.rpc.client   
railo.runtime.op   
railo.runtime.orm   
railo.runtime.orm.hibernate.event   
railo.runtime.orm.hibernate.tuplizer.accessors   
railo.runtime.poi   
railo.runtime.query   
railo.runtime.reflection   
railo.runtime.reflection.storage   
railo.runtime.spooler.remote   
railo.runtime.tag   
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.comparator   
railo.runtime.type.dt   
railo.runtime.type.it   
railo.runtime.type.query   
railo.runtime.type.ref   
railo.runtime.type.scope   
railo.runtime.type.scope.storage   
railo.runtime.type.trace   
railo.runtime.type.util   
railo.runtime.type.wrap   
railo.runtime.util   
 

Uses of Collection.Key in com.allaire.cfx
 

Methods in com.allaire.cfx that return Collection.Key
 Collection.Key[] Query.getColumnNames()
           
 

Uses of Collection.Key in java.util
 

Methods in java.util with parameters of type Collection.Key
 Object NullSensitive.gib(Collection.Key key)
           
 Object HashMapNullSensitive.gib(Collection.Key key)
           
 Object NullSensitive.gib(Collection.Key key, Object defaultValue)
           
 Object HashMapNullSensitive.gib(Collection.Key key, Object defaultValue)
           
 Object NullSensitive.haeb(Collection.Key key, Object value)
           
 Object HashMapNullSensitive.haeb(Collection.Key key, Object value)
           
static ExpressionException HashMapNullSensitive.invalidKey(Map map, Collection.Key key)
           
 

Uses of Collection.Key in org.opencfml.cfx
 

Methods in org.opencfml.cfx that return Collection.Key
 Collection.Key[] Query.getColumnNames()
           
 

Uses of Collection.Key in railo.commons.collections
 

Methods in railo.commons.collections that return Collection.Key
 Collection.Key KeyImplMap.get(Object key)
           
 

Methods in railo.commons.collections with parameters of type Collection.Key
 Object BinaryTreeMap.get(Collection.Key key)
           
 Object BinaryTreeMap.put(Collection.Key key, Object value)
           
 Object KeyImplMap.put(Object key, Collection.Key value)
           
 

Uses of Collection.Key in railo.commons.lang
 

Methods in railo.commons.lang with parameters of type Collection.Key
static String StringUtil.emptyIfNull(Collection.Key key)
           
static String ExceptionUtil.similarKeyMessage(Collection.Key[] _keys, String keySearched, String keyLabel, String keyLabels)
          creates a message for key not found with soundex check for similar key
 

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

Constructors in railo.intergral.fusiondebug.server.type with parameters of type Collection.Key
FDVariable(com.intergral.fusiondebug.server.IFDStackFrame frame, Collection.Key name, com.intergral.fusiondebug.server.IFDValue value)
          Constructor of the class
 

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

Constructors in railo.intergral.fusiondebug.server.type.coll with parameters of type Collection.Key
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.Key in railo.runtime
 

Fields in railo.runtime declared as Collection.Key
static Collection.Key ComponentPage.METHOD
           
static Collection.Key ComponentPage.REMOTE_PERSISTENT_ID
           
 

Methods in railo.runtime that return Collection.Key
 Collection.Key[] ComponentScopeShadow.keys()
           
 Collection.Key[] ComponentWrap.keys()
           
 Collection.Key[] SuperComponent.keys()
           
 Collection.Key[] ComponentScopeThis.keys()
           
 Collection.Key[] ComponentImpl.keys()
           
 Collection.Key[] ComponentImpl.keys(int access)
           
 

Methods in railo.runtime that return types with arguments of type Collection.Key
static Map<Collection.Key,UDF> ComponentImpl.duplicateUTFMap(ComponentImpl src, ComponentImpl trg, Map<Collection.Key,UDF> srcMap, Map<Collection.Key,UDF> trgMap)
           
 Iterator<Map.Entry<Collection.Key,Object>> ComponentScopeShadow.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ComponentWrap.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> SuperComponent.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ComponentScopeThis.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ComponentImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ComponentImpl.entryIterator(int access)
           
 MapPro<Collection.Key,Object> ComponentScopeShadow.getShadow()
           
 Iterator<Collection.Key> ComponentScopeShadow.keyIterator()
           
 Iterator<Collection.Key> ComponentWrap.keyIterator()
           
 Iterator<Collection.Key> SuperComponent.keyIterator()
           
 Iterator<Collection.Key> ComponentScopeThis.keyIterator()
           
 Iterator<Collection.Key> ComponentImpl.keyIterator()
           
 Iterator<Collection.Key> ComponentImpl.keyIterator(int access)
           
 Set<Collection.Key> ComponentImpl.keySet(int access)
          list of keys
 

Methods in railo.runtime with parameters of type Collection.Key
 void ComponentImpl.addConstructorUDF(Collection.Key key, UDF value)
           
 Object ComponentScopeShadow.call(PageContext pc, Collection.Key key, Object[] arguments)
           
 Object ComponentWrap.call(PageContext pc, Collection.Key key, Object[] args)
           
 Object SuperComponent.call(PageContext pc, Collection.Key name, Object[] args)
           
 Object ComponentScopeThis.call(PageContext pc, Collection.Key key, Object[] arguments)
           
 Object ComponentImpl.call(PageContext pc, Collection.Key name, Object[] args)
           
 Object ComponentImpl.call(PageContext pc, int access, Collection.Key name, Object[] args)
           
 Object ComponentScopeShadow.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object ComponentWrap.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object SuperComponent.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ComponentScopeThis.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object ComponentImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ComponentImpl.callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args)
           
 boolean ComponentImpl.contains(int access, Collection.Key name)
           
 boolean ComponentWrap.contains(PageContext pc, Collection.Key key)
           
 boolean SuperComponent.contains(PageContext pc, Collection.Key key)
           
 boolean ComponentImpl.contains(PageContext pc, Collection.Key key)
           
 boolean Component.contains(PageContext pc, Collection.Key key)
           
 boolean ComponentScopeShadow.containsKey(Collection.Key key)
           
 boolean ComponentWrap.containsKey(Collection.Key key)
           
 boolean SuperComponent.containsKey(Collection.Key key)
           
 boolean ComponentScopeThis.containsKey(Collection.Key key)
           
 boolean ComponentImpl.containsKey(Collection.Key key)
           
 Object ComponentScopeShadow.get(Collection.Key key)
           
 Object ComponentWrap.get(Collection.Key key)
           
 Object SuperComponent.get(Collection.Key key)
           
 Object ComponentScopeThis.get(Collection.Key key)
           
 Object ComponentImpl.get(Collection.Key key)
           
 Object ComponentScopeShadow.get(Collection.Key key, Object defaultValue)
           
 Object ComponentWrap.get(Collection.Key key, Object defaultValue)
           
 Object SuperComponent.get(Collection.Key key, Object defaultValue)
           
 Object ComponentScopeThis.get(Collection.Key key, Object defaultValue)
           
 Object ComponentImpl.get(Collection.Key key, Object defaultValue)
           
 Object ComponentImpl.get(int access, Collection.Key key)
           
 Object ComponentImpl.get(int access, Collection.Key key, Object defaultValue)
           
 Object PageContextImpl.get(Object coll, Collection.Key key)
           
abstract  Object PageContext.get(Object coll, Collection.Key key)
           
 Object PageContextImpl.get(Object coll, Collection.Key key, Object defaultValue)
           
abstract  Object PageContext.get(Object coll, Collection.Key key, Object defaultValue)
           
 Object ComponentScopeShadow.get(PageContext pc, Collection.Key key)
           
 Object ComponentWrap.get(PageContext pc, Collection.Key key)
           
 Object SuperComponent.get(PageContext pc, Collection.Key key)
           
 Object ComponentScopeThis.get(PageContext pc, Collection.Key key)
           
 Object ComponentImpl.get(PageContext pc, Collection.Key key)
           
 Object ComponentScopeShadow.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ComponentWrap.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object SuperComponent.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ComponentScopeThis.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ComponentImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object PageContextImpl.getCollection(Object coll, Collection.Key key)
           
abstract  Object PageContext.getCollection(Object coll, Collection.Key key)
          same like getProperty but return a collection object (QueryColumn) if return object is a Query
 Object PageContextImpl.getCollection(Object coll, Collection.Key key, Object defaultValue)
           
abstract  Object PageContext.getCollection(Object coll, Collection.Key key, Object defaultValue)
          same like getProperty but return a collection object (QueryColumn) if return object is a Query
 Object PageContextImpl.getFunction(Object coll, Collection.Key key, Object[] args)
           
abstract  Object PageContext.getFunction(Object coll, Collection.Key key, Object[] args)
          call a UDF Function and return "return value" of the function
 Object PageContextImpl.getFunctionWithNamedValues(Object coll, Collection.Key key, Object[] args)
           
abstract  Object PageContext.getFunctionWithNamedValues(Object coll, Collection.Key key, Object[] args)
          call a UDF Function and return "return value" of the function
 Member ComponentWrap.getMember(int access, Collection.Key key, boolean dataMember, boolean superAccess)
           
 Member ComponentImpl.getMember(int access, Collection.Key key, boolean dataMember, boolean superAccess)
           
 Object ComponentImpl.getMetaStructItem(Collection.Key name)
           
 Reference PageContextImpl.getReference(Object coll, Collection.Key key)
           
abstract  Reference PageContext.getReference(Object coll, Collection.Key key)
           
 Threads PageContextImpl.getThreadScope(Collection.Key name)
           
abstract  Threads PageContext.getThreadScope(Collection.Key name)
           
 Object PageContextImpl.getThreadScope(Collection.Key name, Object defaultValue)
           
 void ComponentImpl.reg(Collection.Key key, UDFImpl udf)
           
 void ComponentWrap.registerUDF(Collection.Key key, UDF udf)
           
 void SuperComponent.registerUDF(Collection.Key key, UDF udf)
           
 void InterfaceImpl.registerUDF(Collection.Key key, UDF udf)
           
 void ComponentImpl.registerUDF(Collection.Key key, UDF udf)
           
 void Interface.registerUDF(Collection.Key key, UDF udf)
           
 void Component.registerUDF(Collection.Key key, UDF udf)
           
 void ComponentImpl.registerUDF(Collection.Key key, UDFImpl udf, boolean useShadow, boolean injected)
           
 void ComponentWrap.registerUDF(Collection.Key key, UDFProperties props)
           
 void SuperComponent.registerUDF(Collection.Key key, UDFProperties props)
           
 void InterfaceImpl.registerUDF(Collection.Key key, UDFProperties props)
           
 void ComponentImpl.registerUDF(Collection.Key key, UDFProperties prop)
           
 void Interface.registerUDF(Collection.Key key, UDFProperties props)
           
 void Component.registerUDF(Collection.Key key, UDFProperties props)
           
 Object ComponentScopeShadow.remove(Collection.Key key)
           
 Object ComponentWrap.remove(Collection.Key key)
           
 Object SuperComponent.remove(Collection.Key key)
           
 Object ComponentScopeThis.remove(Collection.Key key)
           
 Object ComponentImpl.remove(Collection.Key key)
           
 Object ComponentScopeShadow.removeEL(Collection.Key key)
           
 Object ComponentWrap.removeEL(Collection.Key key)
           
 Object SuperComponent.removeEL(Collection.Key key)
           
 Object ComponentScopeThis.removeEL(Collection.Key key)
           
 Object ComponentImpl.removeEL(Collection.Key key)
           
 Object ComponentScopeShadow.set(Collection.Key key, Object value)
           
 Object ComponentWrap.set(Collection.Key key, Object value)
           
 Object SuperComponent.set(Collection.Key key, Object value)
           
 Object ComponentScopeThis.set(Collection.Key key, Object value)
           
 Object ComponentImpl.set(Collection.Key key, Object value)
           
 Object PageContextImpl.set(Object coll, Collection.Key key, Object value)
           
abstract  Object PageContext.set(Object coll, Collection.Key key, Object value)
          set property at a collection object
 Object ComponentScopeShadow.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentWrap.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object SuperComponent.set(PageContext pc, Collection.Key key, Object value)
           
 Object ComponentScopeThis.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentImpl.set(PageContext pc, Collection.Key key, Object value)
           
 Object ComponentScopeShadow.setEL(Collection.Key key, Object value)
           
 Object ComponentWrap.setEL(Collection.Key key, Object value)
           
 Object SuperComponent.setEL(Collection.Key key, Object value)
           
 Object ComponentScopeThis.setEL(Collection.Key key, Object value)
           
 Object ComponentImpl.setEL(Collection.Key key, Object value)
           
 Object ComponentScopeShadow.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentWrap.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object SuperComponent.setEL(PageContext pc, Collection.Key name, Object value)
           
 Object ComponentScopeThis.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentImpl.setEL(PageContext pc, Collection.Key name, Object value)
           
 void PageContextImpl.setThreadScope(Collection.Key name, Threads ct)
           
abstract  void PageContext.setThreadScope(Collection.Key name, Threads t)
           
 Object PageContextImpl.touch(Object coll, Collection.Key key)
           
abstract  Object PageContext.touch(Object coll, Collection.Key key)
          touch a new property, if property doesn't existset a Struct, otherwise do nothing
 

Method parameters in railo.runtime with type arguments of type Collection.Key
static Map<Collection.Key,UDF> ComponentImpl.duplicateUTFMap(ComponentImpl src, ComponentImpl trg, Map<Collection.Key,UDF> srcMap, Map<Collection.Key,UDF> trgMap)
           
static Map<Collection.Key,UDF> ComponentImpl.duplicateUTFMap(ComponentImpl src, ComponentImpl trg, Map<Collection.Key,UDF> srcMap, Map<Collection.Key,UDF> trgMap)
           
 

Constructor parameters in railo.runtime with type arguments of type Collection.Key
ComponentScopeShadow(ComponentImpl component, MapPro<Collection.Key,Object> shadow)
          Constructor of the class
 

Uses of Collection.Key in railo.runtime.cfx
 

Methods in railo.runtime.cfx that return Collection.Key
 Collection.Key[] QueryWrap.getColumnNames()
           
 Collection.Key[] QueryWrap.keys()
           
 

Methods in railo.runtime.cfx that return types with arguments of type Collection.Key
 Iterator<Collection.Key> QueryWrap.keyIterator()
           
 

Methods in railo.runtime.cfx with parameters of type Collection.Key
 void QueryWrap.sort(Collection.Key column)
           
 void QueryWrap.sort(Collection.Key keyColumn, int order)
           
 

Uses of Collection.Key in railo.runtime.com
 

Methods in railo.runtime.com that return Collection.Key
 Collection.Key COMKeyWrapperIterator.next()
           
 

Methods in railo.runtime.com that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> COMObject.entryIterator()
           
 Iterator<Collection.Key> COMObject.keyIterator()
           
 

Methods in railo.runtime.com with parameters of type Collection.Key
 Object COMObject.call(PageContext pc, Collection.Key key, Object[] args)
           
 Object COMObject.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object COMObject.get(PageContext pc, Collection.Key key)
           
 Object COMObject.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object COMObject.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object COMObject.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 

Uses of Collection.Key in railo.runtime.converter
 

Method parameters in railo.runtime.converter with type arguments of type Collection.Key
 String ScriptConverter.serializeStruct(Struct struct, Set<Collection.Key> ignoreSet)
           
 

Uses of Collection.Key in railo.runtime.dump
 

Methods in railo.runtime.dump with parameters of type Collection.Key
static boolean DumpUtil.keyValid(DumpProperties props, int level, Collection.Key key)
           
 

Uses of Collection.Key in railo.runtime.exp
 

Fields in railo.runtime.exp declared as Collection.Key
static Collection.Key CatchBlockImpl.ADDITIONAL
           
static Collection.Key CatchBlockImpl.DETAIL
           
static Collection.Key CatchBlockImpl.ERROR_CODE
           
static Collection.Key CatchBlockImpl.EXTENDED_INFO
           
static Collection.Key CatchBlockImpl.EXTENDEDINFO
           
static Collection.Key CatchBlockImpl.MESSAGE
           
static Collection.Key CatchBlockImpl.STACK_TRACE
           
static Collection.Key CatchBlockImpl.TAG_CONTEXT
           
 

Methods in railo.runtime.exp that return Collection.Key
 Collection.Key[] CatchBlockImpl.keys()
           
 

Methods in railo.runtime.exp that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> CatchBlockImpl.entryIterator()
           
 Iterator<Collection.Key> CatchBlockImpl.keyIterator()
           
 

Methods in railo.runtime.exp with parameters of type Collection.Key
 Object CatchBlockImpl.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object CatchBlockImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object CatchBlockImpl.get(Collection.Key key)
           
 Object CatchBlockImpl.get(Collection.Key key, Object defaultValue)
           
 Object CatchBlockImpl.get(PageContext pc, Collection.Key key)
           
 Object CatchBlockImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object CatchBlockImpl.remove(Collection.Key key)
           
 Object CatchBlockImpl.removeEL(Collection.Key key)
           
 Object CatchBlockImpl.set(Collection.Key key, Object value)
           
 Object CatchBlockImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 void NativeException.setAdditional(Collection.Key key, Object value)
           
 void PageExceptionImpl.setAdditional(Collection.Key key, Object value)
          set a additional key value
 Object CatchBlockImpl.setEL(Collection.Key key, Object value)
           
 Object CatchBlockImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 

Uses of Collection.Key in railo.runtime.ext.tag
 

Methods in railo.runtime.ext.tag that return Collection.Key
 Collection.Key TagMetaDataAttr.getName()
          The unique name of the attribute being declared
 

Methods in railo.runtime.ext.tag with parameters of type Collection.Key
 void DynamicAttributes.setDynamicAttribute(String uri, Collection.Key localName, Object value)
           
 

Constructors in railo.runtime.ext.tag with parameters of type Collection.Key
TagMetaDataAttrImpl(Collection.Key name, boolean required, String type, boolean isRuntimeExpressionValue, String defaultValue, String description)
          Constructor of the class
 

Uses of Collection.Key in railo.runtime.functions.decision
 

Methods in railo.runtime.functions.decision with parameters of type Collection.Key
static boolean IsDefined.call(PageContext pc, double scope, Collection.Key key)
           
static boolean IsDefined.call(PageContext pc, double scope, Collection.Key[] varNames)
           
 

Uses of Collection.Key in railo.runtime.functions.file
 

Methods in railo.runtime.functions.file that return Collection.Key
 Collection.Key[] FileStreamWrapper.keys()
           
 

Methods in railo.runtime.functions.file that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> FileStreamWrapper.entryIterator()
           
 Iterator<Collection.Key> FileStreamWrapper.keyIterator()
           
 

Methods in railo.runtime.functions.file with parameters of type Collection.Key
 boolean FileStreamWrapper.containsKey(Collection.Key key)
           
 Object FileStreamWrapper.get(Collection.Key key)
           
 Object FileStreamWrapper.get(Collection.Key key, Object defaultValue)
           
 Object FileStreamWrapper.remove(Collection.Key key)
           
 Object FileStreamWrapper.removeEL(Collection.Key key)
           
 Object FileStreamWrapper.set(Collection.Key key, Object value)
           
 Object FileStreamWrapper.setEL(Collection.Key key, Object value)
           
 

Uses of Collection.Key in railo.runtime.functions.query
 

Methods in railo.runtime.functions.query with parameters of type Collection.Key
static boolean QueryColumnExists.call(PageContext pc, Query qry, Collection.Key key)
           
 

Uses of Collection.Key in railo.runtime.functions.s3
 

Fields in railo.runtime.functions.s3 declared as Collection.Key
static Collection.Key StoreGetACL.DISPLAY_NAME
           
static Collection.Key StoreGetACL.PERMISSION
           
 

Uses of Collection.Key in railo.runtime.functions.struct
 

Methods in railo.runtime.functions.struct with parameters of type Collection.Key
static Object StructFind.call(PageContext pc, Struct struct, Collection.Key key)
           
static boolean StructKeyExists.call(PageContext pc, Struct struct, Collection.Key key)
           
 

Uses of Collection.Key in railo.runtime.functions.system
 

Methods in railo.runtime.functions.system with parameters of type Collection.Key
static void CallStackGet._getTagContext(PageContext pc, Array tagContext, Throwable t, Collection.Key lineNumberName)
           
static UDF CFFunction.loadUDF(PageContext pc, String filename, Collection.Key name, boolean isweb)
           
 

Uses of Collection.Key in railo.runtime.img
 

Methods in railo.runtime.img that return Collection.Key
 Collection.Key[] Image.keys()
           
 

Methods in railo.runtime.img that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> Image.entryIterator()
           
 Iterator<Collection.Key> Image.keyIterator()
           
 

Methods in railo.runtime.img with parameters of type Collection.Key
 boolean Image.containsKey(Collection.Key key)
           
 Object Image.get(Collection.Key key)
           
 Object Image.get(Collection.Key key, Object defaultValue)
           
 Object Image.remove(Collection.Key key)
           
 Object Image.removeEL(Collection.Key key)
           
 Object Image.set(Collection.Key key, Object value)
           
 Object Image.setEL(Collection.Key key, Object value)
           
 

Uses of Collection.Key in railo.runtime.interpreter
 

Methods in railo.runtime.interpreter with parameters of type Collection.Key
static int VariableInterpreter.scopeKey2Int(Collection.Key type)
           
 

Uses of Collection.Key in railo.runtime.java
 

Methods in railo.runtime.java with parameters of type Collection.Key
 Object JavaObject.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object JavaObject.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object JavaObject.get(PageContext pc, Collection.Key key)
           
 Object JavaObject.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object JavaObject.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object JavaObject.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 

Uses of Collection.Key in railo.runtime.listener
 

Fields in railo.runtime.listener declared as Collection.Key
static Collection.Key AppListenerUtil.ACCESS_KEY_ID
           
static Collection.Key AppListenerUtil.ALLOW
           
static Collection.Key AppListenerUtil.AWS_SECRET_KEY
           
static Collection.Key AppListenerUtil.BLOB
           
static Collection.Key AppListenerUtil.CLOB
           
static Collection.Key AppListenerUtil.CONNECTION_LIMIT
           
static Collection.Key AppListenerUtil.CONNECTION_STRING
           
static Collection.Key AppListenerUtil.CONNECTION_TIMEOUT
           
static Collection.Key AppListenerUtil.DATABASE
           
static Collection.Key AppListenerUtil.DEFAULT_LOCATION
           
static Collection.Key AppListenerUtil.META_CACHE_TIMEOUT
           
static Collection.Key AppListenerUtil.READ_ONLY
           
static Collection.Key AppListenerUtil.STORAGE
           
static Collection.Key AppListenerUtil.TIMEZONE
           
 

Methods in railo.runtime.listener with parameters of type Collection.Key
 Object ModernApplicationContext.getCustom(Collection.Key key)
           
 

Uses of Collection.Key in railo.runtime.net.rpc.client
 

Methods in railo.runtime.net.rpc.client that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> RPCClient.entryIterator()
           
 Iterator<Collection.Key> RPCClient.keyIterator()
           
 

Methods in railo.runtime.net.rpc.client with parameters of type Collection.Key
 Object RPCClient.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object RPCClient.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object RPCClient.get(PageContext pc, Collection.Key key)
           
 Object RPCClient.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object RPCClient.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object RPCClient.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 

Uses of Collection.Key in railo.runtime.op
 

Methods in railo.runtime.op that return Collection.Key
 Collection.Key CreationImpl.createKey(String key)
           
static Collection.Key Caster.toKey(Object o)
           
 Collection.Key CastImpl.toKey(Object o)
           
 Collection.Key DecisionImpl.toKey(Object obj)
           
static Collection.Key Caster.toKey(Object o, Collection.Key defaultValue)
           
 Collection.Key CastImpl.toKey(Object o, Collection.Key defaultValue)
           
 Collection.Key DecisionImpl.toKey(Object obj, Collection.Key defaultValue)
           
 

Methods in railo.runtime.op with parameters of type Collection.Key
 ClusterEntry CreationImpl.createClusterEntry(Collection.Key key, Serializable value, int offset)
           
 Query CreationImpl.createQuery(Collection.Key[] columns, int rows, String name)
           
static boolean Decision.isSimpleVariableName(Collection.Key key)
           
static boolean Elvis.operate(PageContext pc, double scope, Collection.Key[] varNames)
          called by the Elvis operator from generated bytecode
static Collection.Key Caster.toKey(Object o, Collection.Key defaultValue)
           
 Collection.Key CastImpl.toKey(Object o, Collection.Key defaultValue)
           
 Collection.Key DecisionImpl.toKey(Object obj, Collection.Key defaultValue)
           
 

Uses of Collection.Key in railo.runtime.orm
 

Fields in railo.runtime.orm declared as Collection.Key
static Collection.Key ORMConfigurationImpl.AUTO_GEN_MAP
           
static Collection.Key ORMConfigurationImpl.AUTO_MANAGE_SESSION
           
static Collection.Key ORMConfigurationImpl.CACHE_CONFIG
           
static Collection.Key ORMConfigurationImpl.CACHE_PROVIDER
           
static Collection.Key ORMConfigurationImpl.CATALOG
           
static Collection.Key ORMConfigurationImpl.DB_CREATE
           
static Collection.Key ORMConfigurationImpl.DIALECT
           
static Collection.Key ORMConfigurationImpl.EVENT_HANDLER
           
static Collection.Key ORMConfigurationImpl.EVENT_HANDLING
           
static Collection.Key ORMConfigurationImpl.FLUSH_AT_REQUEST_END
           
static Collection.Key ORMConfigurationImpl.IS_DEFAULT_CFC_LOCATION
           
static Collection.Key ORMConfigurationImpl.LOG_SQL
           
static Collection.Key ORMConfigurationImpl.NAMING_STRATEGY
           
static Collection.Key ORMConfigurationImpl.ORM_CONFIG
           
static Collection.Key ORMConfigurationImpl.SAVE_MAPPING
           
static Collection.Key ORMConfigurationImpl.SCHEMA
           
static Collection.Key ORMConfigurationImpl.SECONDARY_CACHE_ENABLED
           
static Collection.Key ORMConfigurationImpl.SQL_SCRIPT
           
static Collection.Key ORMConfigurationImpl.USE_DB_FOR_MAPPING
           
 

Uses of Collection.Key in railo.runtime.orm.hibernate.event
 

Fields in railo.runtime.orm.hibernate.event declared as Collection.Key
static Collection.Key EventListener.POST_DELETE
           
static Collection.Key EventListener.POST_INSERT
           
static Collection.Key EventListener.POST_LOAD
           
static Collection.Key EventListener.POST_UPDATE
           
static Collection.Key EventListener.PRE_DELETE
           
static Collection.Key EventListener.PRE_INSERT
           
static Collection.Key EventListener.PRE_LOAD
           
static Collection.Key EventListener.PRE_UPDATE
           
 

Methods in railo.runtime.orm.hibernate.event with parameters of type Collection.Key
static boolean EventListener.hasEventType(Component cfc, Collection.Key eventType)
           
static void EventListener.invoke(Collection.Key name, Component cfc, Struct data, Object arg)
           
 

Constructors in railo.runtime.orm.hibernate.event with parameters of type Collection.Key
EventListener(Component component, Collection.Key eventType, boolean allEvents)
           
 

Uses of Collection.Key in railo.runtime.orm.hibernate.tuplizer.accessors
 

Constructors in railo.runtime.orm.hibernate.tuplizer.accessors with parameters of type Collection.Key
CFCGetter(Collection.Key key)
          Constructor of the class
CFCSetter(Collection.Key key)
          Constructor of the class
 

Uses of Collection.Key in railo.runtime.poi
 

Methods in railo.runtime.poi that return Collection.Key
 Collection.Key[] Excel.keys()
           
 

Methods in railo.runtime.poi that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> Excel.entryIterator()
           
 Iterator<Collection.Key> Excel.keyIterator()
           
 

Methods in railo.runtime.poi with parameters of type Collection.Key
 boolean Excel.containsKey(Collection.Key key)
           
 Object Excel.get(Collection.Key key)
           
 Object Excel.get(Collection.Key key, Object defaultValue)
           
 Object Excel.remove(Collection.Key key)
           
 Object Excel.removeEL(Collection.Key key)
           
 Object Excel.set(Collection.Key key, Object value)
           
 Object Excel.setEL(Collection.Key key, Object value)
           
 

Uses of Collection.Key in railo.runtime.query
 

Methods in railo.runtime.query that return Collection.Key
 Collection.Key QueryCacheQuery.getColumnName(int columnIndex)
           
 Collection.Key[] QueryCacheQuery.getColumnNames()
           
 Collection.Key QueryCacheQueryColumn.getKey()
           
 Collection.Key[] QueryCacheQueryColumn.keys()
           
 Collection.Key[] QueryCacheQuery.keys()
           
 

Methods in railo.runtime.query that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> QueryCacheQueryColumn.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> QueryCacheQuery.entryIterator()
           
 Iterator<Collection.Key> QueryCacheQueryColumn.keyIterator()
           
 Iterator<Collection.Key> QueryCacheQuery.keyIterator()
           
 

Methods in railo.runtime.query with parameters of type Collection.Key
 boolean QueryCacheQuery.addColumn(Collection.Key columnName, Array content)
           
 boolean QueryCacheQuery.addColumn(Collection.Key columnName, Array content, int type)
           
 Object QueryCacheQuery.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object QueryCacheQuery.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 boolean QueryCacheQueryColumn.containsKey(Collection.Key key)
           
 boolean QueryCacheQuery.containsKey(Collection.Key key)
           
 Object QueryCacheQueryColumn.get(Collection.Key key)
           
 Object QueryCacheQuery.get(Collection.Key key)
           
 Object QueryCacheQueryColumn.get(Collection.Key key, Object defaultValue)
           
 Object QueryCacheQuery.get(Collection.Key key, Object defaultValue)
           
 Object QueryCacheQuery.get(PageContext pc, Collection.Key key)
           
 Object QueryCacheQuery.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object QueryCacheQuery.getAt(Collection.Key key, int row)
           
 Object QueryCacheQuery.getAt(Collection.Key key, int row, Object defaultValue)
           
 QueryColumn QueryCacheQuery.getColumn(Collection.Key key)
           
 QueryColumn QueryCacheQuery.getColumn(Collection.Key key, QueryColumn defaultValue)
           
static QueryColumn QueryCacheQueryColumn.getColumn(QueryCacheQuery qcq, Collection.Key key)
          return a queryCacheQuery
static QueryColumn QueryCacheQueryColumn.getColumn(QueryCacheQuery qcq, Collection.Key key, QueryColumn defaultValue)
          return a queryCacheQuery
 Object QueryCacheQueryColumn.remove(Collection.Key key)
           
 Object QueryCacheQuery.remove(Collection.Key key)
           
 QueryColumn QueryCacheQuery.removeColumn(Collection.Key key)
           
 QueryColumn QueryCacheQuery.removeColumnEL(Collection.Key key)
           
 Object QueryCacheQueryColumn.removeEL(Collection.Key key)
           
 Object QueryCacheQuery.removeEL(Collection.Key key)
           
 void QueryCacheQuery.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 Object QueryCacheQueryColumn.set(Collection.Key key, Object value)
           
 Object QueryCacheQuery.set(Collection.Key key, Object value)
           
 Object QueryCacheQuery.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryCacheQuery.setAt(Collection.Key key, int row, Object value)
           
 Object QueryCacheQuery.setAtEL(Collection.Key key, int row, Object value)
           
 void QueryCacheQuery.setColumnNames(Collection.Key[] trg)
           
 Object QueryCacheQueryColumn.setEL(Collection.Key key, Object value)
           
 Object QueryCacheQuery.setEL(Collection.Key key, Object value)
           
 Object QueryCacheQuery.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 void QueryCacheQuery.sort(Collection.Key column)
           
 void QueryCacheQuery.sort(Collection.Key keyColumn, int order)
           
 

Uses of Collection.Key in railo.runtime.reflection
 

Methods in railo.runtime.reflection with parameters of type Collection.Key
static Object Reflector.callMethod(Object obj, Collection.Key methodName, Object[] args)
           
static Object Reflector.callMethod(Object obj, Collection.Key methodName, Object[] args, Object defaultValue)
           
static MethodInstance Reflector.getMethodInstanceEL(Class clazz, Collection.Key methodName, Object[] args)
          gets the MethodInstance matching given Parameter
static ExpressionException Reflector.throwCall(Object obj, Collection.Key methodName, Object[] args)
           
 

Uses of Collection.Key in railo.runtime.reflection.storage
 

Methods in railo.runtime.reflection.storage with parameters of type Collection.Key
 Method[] WeakMethodStorage.getMethods(Class clazz, Collection.Key methodName, int count)
          returns a methods matching given criteria or null if method doesn't exist
 

Uses of Collection.Key in railo.runtime.spooler.remote
 

Fields in railo.runtime.spooler.remote declared as Collection.Key
static Collection.Key RemoteClientTask.ATTRIBUTE_COLLECTION
           
static Collection.Key RemoteClientTask.CALLER_ID
           
static Collection.Key RemoteClientTask.PASSWORD
           
 

Uses of Collection.Key in railo.runtime.tag
 

Methods in railo.runtime.tag that return Collection.Key
 Collection.Key MissingAttribute.getName()
           
 

Methods in railo.runtime.tag with parameters of type Collection.Key
static MissingAttribute MissingAttribute.newInstance(Collection.Key name, String type)
           
 void Invoke.setDynamicAttribute(String uri, Collection.Key localName, Object value)
           
 void CFTag.setDynamicAttribute(String uri, Collection.Key name, Object value)
           
 void ThreadTag.setDynamicAttribute(String uri, Collection.Key name, Object value)
           
 void Property.setDynamicAttribute(String uri, Collection.Key name, Object value)
           
 void Admin.setDynamicAttribute(String uri, Collection.Key localName, Object value)
           
 void CFXTag.setDynamicAttribute(String domain, Collection.Key key, Object value)
           
static void TagUtil.setDynamicAttribute(StructImpl attributes, Collection.Key name, Object value, short caseType)
           
 

Constructors in railo.runtime.tag with parameters of type Collection.Key
MissingAttribute(Collection.Key name, String type)
           
 

Uses of Collection.Key in railo.runtime.text.feed
 

Fields in railo.runtime.text.feed declared as Collection.Key
static Collection.Key FeedQuery.AUTHOR
           
static Collection.Key FeedQuery.AUTHOREMAIL
           
static Collection.Key FeedQuery.AUTHORNAME
           
static Collection.Key FeedQuery.AUTHORURI
           
static Collection.Key FeedQuery.CATEGORY
           
static Collection.Key FeedQuery.CATEGORYLABEL
           
static Collection.Key FeedQuery.CATEGORYSCHEME
           
static Collection.Key FeedQuery.CATEGORYTERM
           
static Collection.Key FeedQuery.COMMENTS
           
static Collection.Key FeedQuery.CONTENT
           
static Collection.Key FeedQuery.CONTENTMODE
           
static Collection.Key FeedQuery.CONTENTSRC
           
static Collection.Key FeedQuery.CONTENTTYPE
           
static Collection.Key FeedQuery.CONTRIBUTOR
           
static Collection.Key FeedQuery.CONTRIBUTOREMAIL
           
static Collection.Key FeedQuery.CONTRIBUTORNAME
           
static Collection.Key FeedQuery.CONTRIBUTORURI
           
static Collection.Key FeedQuery.COPYRIGHT
           
static Collection.Key FeedQuery.CREATED
           
static Collection.Key FeedQuery.CREATEDDATE
           
static Collection.Key FeedQuery.DC_CONTRIBUTOR
           
static Collection.Key FeedQuery.DC_COVERAGE
           
static Collection.Key FeedQuery.DC_CREATOR
           
static Collection.Key FeedQuery.DC_DATE
           
static Collection.Key FeedQuery.DC_DESCRIPTION
           
static Collection.Key FeedQuery.DC_FORMAT
           
static Collection.Key FeedQuery.DC_IDENTIFIER
           
static Collection.Key FeedQuery.DC_LANGUAGE
           
static Collection.Key FeedQuery.DC_PUBLISHER
           
static Collection.Key FeedQuery.DC_RELATION
           
static Collection.Key FeedQuery.DC_RIGHT
           
static Collection.Key FeedQuery.DC_SOURCE
           
static Collection.Key FeedQuery.DC_SUBJECT
           
static Collection.Key FeedQuery.DC_SUBJECT_TAXONOMYURI
           
static Collection.Key FeedQuery.DC_SUBJECT_VALUE
           
static Collection.Key FeedQuery.DC_TITLE
           
static Collection.Key FeedQuery.DC_TYPE
           
static Collection.Key FeedQuery.DOMAIN
           
static Collection.Key FeedQuery.ENCLOSURE
           
static Collection.Key FeedQuery.ENTRY
           
static Collection.Key FeedQuery.EXPIRATIONDATE
           
static Collection.Key FeedQuery.GUID
           
static Collection.Key FeedQuery.ID
           
static Collection.Key FeedQuery.IDPERMALINK
           
static Collection.Key FeedQuery.ISPERMALINK
           
static Collection.Key FeedQuery.ISSUED
           
static Collection.Key FeedQuery.ITEM
           
static Collection.Key FeedQuery.LENGTH
           
static Collection.Key FeedQuery.LINK
           
static Collection.Key FeedQuery.LINKHREF
           
static Collection.Key FeedQuery.LINKHREFLANG
           
static Collection.Key FeedQuery.LINKLENGTH
           
static Collection.Key FeedQuery.LINKREL
           
static Collection.Key FeedQuery.LINKTITLE
           
static Collection.Key FeedQuery.LINKTYPE
           
static Collection.Key FeedQuery.MODE
           
static Collection.Key FeedQuery.MODIFIED
           
static Collection.Key FeedQuery.PUBDATE
           
static Collection.Key FeedQuery.PUBLISHED
           
static Collection.Key FeedQuery.PUBLISHEDDATE
           
static Collection.Key FeedQuery.RDF_ABOUT
           
static Collection.Key FeedQuery.RIGHTS
           
static Collection.Key FeedQuery.RSSLINK
           
static Collection.Key FeedQuery.SOURCE
           
static Collection.Key FeedQuery.SOURCEURL
           
static Collection.Key FeedQuery.SRC
           
static Collection.Key FeedQuery.SUMMARY
           
static Collection.Key FeedQuery.SUMMARYMODE
           
static Collection.Key FeedQuery.SUMMARYSRC
           
static Collection.Key FeedQuery.SUMMARYTYPE
           
static Collection.Key FeedQuery.TEXT
           
static Collection.Key FeedQuery.TITLE
           
static Collection.Key FeedQuery.TITLETYPE
           
static Collection.Key FeedQuery.UPDATED
           
static Collection.Key FeedQuery.UPDATEDDATE
           
static Collection.Key FeedQuery.URI
           
static Collection.Key FeedQuery.URL
           
static Collection.Key FeedQuery.VERSION
           
static Collection.Key FeedQuery.XMLBASE
           
 

Methods in railo.runtime.text.feed that return Collection.Key
 Collection.Key[] FeedDeclaration.getEntryLevel()
           
 Collection.Key FeedStruct.getInside()
           
 

Constructors in railo.runtime.text.feed with parameters of type Collection.Key
FeedStruct(String path, Collection.Key inside, String uri)
           
 

Uses of Collection.Key in railo.runtime.text.pdf
 

Methods in railo.runtime.text.pdf that return Collection.Key
 Collection.Key[] PDFDocument.keys()
           
 

Methods in railo.runtime.text.pdf that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> PDFDocument.entryIterator()
           
 Iterator<Collection.Key> PDFDocument.keyIterator()
           
 

Methods in railo.runtime.text.pdf with parameters of type Collection.Key
 boolean PDFDocument.containsKey(Collection.Key key)
           
 Object PDFDocument.get(Collection.Key key)
           
 Object PDFDocument.get(Collection.Key key, Object defaultValue)
           
 Object PDFDocument.remove(Collection.Key key)
           
 Object PDFDocument.removeEL(Collection.Key key)
           
 Object PDFDocument.set(Collection.Key key, Object value)
           
 Object PDFDocument.setEL(Collection.Key key, Object value)
           
 

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

Fields in railo.runtime.text.xml declared as Collection.Key
static Collection.Key XMLUtil.XMLATTRIBUTES
           
static Collection.Key XMLUtil.XMLCDATA
           
static Collection.Key XMLUtil.XMLCHILDREN
           
static Collection.Key XMLUtil.XMLCOMMENT
           
static Collection.Key XMLUtil.XMLNAME
           
static Collection.Key XMLUtil.XMLNODES
           
static Collection.Key XMLUtil.XMLNSPREFIX
           
static Collection.Key XMLUtil.XMLNSURI
           
static Collection.Key XMLUtil.XMLPARENT
           
static Collection.Key XMLUtil.XMLROOT
           
static Collection.Key XMLUtil.XMLTEXT
           
static Collection.Key XMLUtil.XMLTYPE
           
static Collection.Key XMLUtil.XMLVALUE
           
 

Methods in railo.runtime.text.xml that return Collection.Key
 Collection.Key[] XMLNodeList.keys()
           
 Collection.Key[] XMLAttributes.keys()
           
 

Methods in railo.runtime.text.xml that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> XMLNodeList.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> XMLAttributes.entryIterator()
           
 Iterator<Collection.Key> XMLNodeList.keyIterator()
           
 Iterator<Collection.Key> XMLAttributes.keyIterator()
           
 

Methods in railo.runtime.text.xml with parameters of type Collection.Key
 boolean XMLNodeList.containsKey(Collection.Key key)
           
 boolean XMLAttributes.containsKey(Collection.Key key)
           
 Object XMLNodeList.get(Collection.Key key)
           
 Object XMLAttributes.get(Collection.Key key)
           
 Object XMLNodeList.get(Collection.Key key, Object defaultValue)
           
 Object XMLAttributes.get(Collection.Key key, Object defaultValue)
           
static Object XMLUtil.getProperty(Node node, Collection.Key key)
           
static Object XMLUtil.getProperty(Node node, Collection.Key k, boolean caseSensitive)
          returns a property from a XMl Node
static Object XMLUtil.getProperty(Node node, Collection.Key k, boolean caseSensitive, Object defaultValue)
          returns a property from a XMl Node (Expression Less)
static Object XMLUtil.getProperty(Node node, Collection.Key key, Object defaultValue)
           
 Object XMLNodeList.remove(Collection.Key key)
           
 Object XMLAttributes.remove(Collection.Key k)
           
 Object XMLNodeList.removeEL(Collection.Key key)
           
 Object XMLAttributes.removeEL(Collection.Key k)
           
static Object XMLUtil.removeProperty(Node node, Collection.Key k, boolean caseSensitive)
          removes child from a node
 Object XMLNodeList.set(Collection.Key key, Object value)
           
 Object XMLAttributes.set(Collection.Key key, Object value)
           
 Object XMLNodeList.setEL(Collection.Key key, Object value)
           
 Object XMLAttributes.setEL(Collection.Key key, Object value)
           
static Object XMLUtil.setProperty(Node node, Collection.Key k, Object value)
          sets a node to a node
static Object XMLUtil.setProperty(Node node, Collection.Key k, Object value, boolean caseSensitive)
           
static Object XMLUtil.setProperty(Node node, Collection.Key key, Object value, boolean caseSensitive, Object defaultValue)
           
static Object XMLUtil.setPropertyEL(Node node, Collection.Key key, Object value)
          sets a node to a node (Expression Less)
 

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

Methods in railo.runtime.text.xml.struct that return Collection.Key
 Collection.Key[] XMLNodeStruct.keys()
           
 Collection.Key[] XMLMultiElementArray.keys()
           
 

Methods in railo.runtime.text.xml.struct that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> XMLNodeStruct.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> XMLMultiElementArray.entryIterator()
           
 Iterator<Collection.Key> XMLNodeStruct.keyIterator()
           
 Iterator<Collection.Key> XMLMultiElementArray.keyIterator()
           
 

Methods in railo.runtime.text.xml.struct with parameters of type Collection.Key
 boolean XMLNodeStruct.containsKey(Collection.Key key)
           
 boolean XMLMultiElementArray.containsKey(Collection.Key key)
           
 boolean XMLMultiElementStruct.containsKey(Collection.Key key)
           
 Object XMLNodeStruct.get(Collection.Key key)
           
 Object XMLMultiElementArray.get(Collection.Key key)
           
 Object XMLMultiElementStruct.get(Collection.Key key)
           
 Object XMLNodeStruct.get(Collection.Key key, Object defaultValue)
           
 Object XMLMultiElementArray.get(Collection.Key key, Object defaultValue)
           
 Object XMLMultiElementStruct.get(Collection.Key key, Object defaultValue)
           
 Object XMLNodeStruct.remove(Collection.Key key)
           
 Object XMLMultiElementArray.remove(Collection.Key key)
           
 Object XMLMultiElementStruct.remove(Collection.Key key)
           
 Object XMLNodeStruct.removeEL(Collection.Key key)
           
 Object XMLMultiElementArray.removeEL(Collection.Key key)
           
 Object XMLMultiElementStruct.removeEL(Collection.Key key)
           
 Object XMLNodeStruct.set(Collection.Key key, Object value)
           
 Object XMLMultiElementArray.set(Collection.Key key, Object value)
           
 Object XMLMultiElementStruct.set(Collection.Key key, Object value)
           
 Object XMLNodeStruct.setEL(Collection.Key key, Object value)
           
 Object XMLMultiElementArray.setEL(Collection.Key key, Object value)
           
 Object XMLMultiElementStruct.setEL(Collection.Key key, Object value)
           
 

Uses of Collection.Key in railo.runtime.thread
 

Methods in railo.runtime.thread that return Collection.Key
 Collection.Key[] ThreadsImpl.keys()
           
 

Methods in railo.runtime.thread that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> ThreadsImpl.entryIterator()
           
 Iterator<Collection.Key> ThreadsImpl.keyIterator()
           
 

Methods in railo.runtime.thread with parameters of type Collection.Key
 boolean ThreadsImpl.containsKey(Collection.Key key)
           
 Object ThreadsImpl.get(Collection.Key key)
           
 Object ThreadsImpl.get(Collection.Key key, Object defaultValue)
           
 Object ThreadsImpl.remove(Collection.Key key)
           
 Object ThreadsImpl.removeEL(Collection.Key key)
           
 Object ThreadsImpl.set(Collection.Key key, Object value)
           
 Object ThreadsImpl.setEL(Collection.Key key, Object value)
           
 

Uses of Collection.Key in railo.runtime.type
 

Classes in railo.runtime.type that implement Collection.Key
 class KeyImpl
           
 

Fields in railo.runtime.type declared as Collection.Key
static Collection.Key QueryImpl.GENERATED_KEYS
           
static Collection.Key QueryImpl.GENERATEDKEYS
           
static Collection.Key QueryImpl.ID
           
 

Fields in railo.runtime.type with type parameters of type Collection.Key
 Set<Collection.Key> UDFPropertiesImpl.argumentsSet
           
 

Methods in railo.runtime.type that return Collection.Key
static Collection.Key KeyImpl._const(String key)
           
 Collection.Key QueryImpl.getColumnName(int columnIndex)
           
 Collection.Key[] QueryImpl.getColumnNames()
           
 Collection.Key[] Query.getColumnNames()
           
static Collection.Key KeyImpl.getInstance(String key)
          used for static iniatisation of a key object (used by compiler)
 Collection.Key QueryColumnImpl.getKey()
           
 Collection.Key QueryColumnRef.getKey()
           
 Collection.Key SVArray.getKey()
           
 Collection.Key SVStruct.getKey()
           
 Collection.Key FunctionArgumentImpl.getName()
           
 Collection.Key FunctionArgumentLight.getName()
           
 Collection.Key FunctionArgument.getName()
           
 Collection.Key FunctionValueImpl.getNameAsKey()
           
 Collection.Key FunctionValue.getNameAsKey()
           
static Collection.Key KeyImpl.init(String key)
          for dynamic loading of key objects
static Collection.Key KeyImpl.intern(String key)
           
 Collection.Key[] QueryColumnImpl.keys()
           
 Collection.Key[] StructImplString.keys()
           
 Collection.Key[] ArrayImplNS.keys()
           
 Collection.Key[] QueryColumnRef.keys()
           
 Collection.Key[] ArrayImpl.keys()
           
 Collection.Key[] StructImpl.keys()
           
 Collection.Key[] CollectionStruct.keys()
           
 Collection.Key[] StructImplKey.keys()
           
 Collection.Key[] SVStruct.keys()
           
 Collection.Key[] QueryImpl.keys()
           
 Collection.Key[] Collection.keys()
          Deprecated. use instead keyIterator()
static Collection.Key KeyImpl.toKey(Object obj)
           
static Collection.Key UDFImpl.toKey(Object obj)
           
static Collection.Key KeyImpl.toKey(Object obj, Collection.Key defaultValue)
           
static Collection.Key[] KeyImpl.toKeyArray(String[] arr)
           
 

Methods in railo.runtime.type that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> QueryColumnImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ArrayImplNS.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> QueryColumnRef.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ArrayImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> StructImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> CollectionStruct.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> StructImplKey.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> SVStruct.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> QueryImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> Iteratorable.entryIterator()
           
 Map<Collection.Key,String> QueryImpl.getTypesAsMap()
           
 Iterator<Collection.Key> QueryColumnImpl.keyIterator()
           
 Iterator<Collection.Key> StructImplString.keyIterator()
           
 Iterator<Collection.Key> ArrayImplNS.keyIterator()
           
 Iterator<Collection.Key> QueryColumnRef.keyIterator()
           
 Iterator<Collection.Key> ArrayImpl.keyIterator()
           
 Iterator<Collection.Key> StructImpl.keyIterator()
           
 Iterator<Collection.Key> CollectionStruct.keyIterator()
           
 Iterator<Collection.Key> StructImplKey.keyIterator()
           
 Iterator<Collection.Key> SVStruct.keyIterator()
           
 Iterator<Collection.Key> QueryImpl.keyIterator()
           
 Iterator<Collection.Key> Iteratorable.keyIterator()
           
 

Methods in railo.runtime.type with parameters of type Collection.Key
 boolean QueryImpl.addColumn(Collection.Key columnName, Array content)
           
 boolean Query.addColumn(Collection.Key columnName, Array content)
          adds a new column to the resultset
 boolean QueryImpl.addColumn(Collection.Key columnName, Array content, int type)
           
 boolean Query.addColumn(Collection.Key columnName, Array content, int type)
          adds a new column to the resultset
 Object QueryColumnImpl.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object QueryImpl.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object Objects.call(PageContext pc, Collection.Key methodName, Object[] arguments)
          calls a method of the object
 Object QueryColumnImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object QueryImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object Objects.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
          call a method of the Object with named arguments
 boolean QueryColumnImpl.containsKey(Collection.Key key)
           
 boolean StructImplString.containsKey(Collection.Key key)
           
 boolean QueryColumnRef.containsKey(Collection.Key key)
           
 boolean StructImpl.containsKey(Collection.Key key)
           
 boolean CollectionStruct.containsKey(Collection.Key key)
           
 boolean StructImplKey.containsKey(Collection.Key key)
           
 boolean SVStruct.containsKey(Collection.Key key)
           
 boolean QueryImpl.containsKey(Collection.Key key)
           
 boolean Collection.containsKey(Collection.Key key)
          contains this key
 boolean KeyImpl.equalsIgnoreCase(Collection.Key other)
           
 boolean Collection.Key.equalsIgnoreCase(Collection.Key key)
          compare to object, ignore case of input
 Object StructImpl.g(Collection.Key key)
           
 Object StructImpl.g(Collection.Key key, Object defaultValue)
           
 Object QueryColumnImpl.get(Collection.Key key)
           
 Object StructImplString.get(Collection.Key key)
           
 Object ArrayImplNS.get(Collection.Key key)
           
 Object QueryColumnRef.get(Collection.Key key)
           
 Object ArrayImpl.get(Collection.Key key)
           
 Object StructImpl.get(Collection.Key key)
           
 Object CollectionStruct.get(Collection.Key key)
           
 Object StructImplKey.get(Collection.Key key)
           
 Object SVStruct.get(Collection.Key key)
           
 Object QueryImpl.get(Collection.Key key)
           
 Object Collection.get(Collection.Key key)
          return a value from the collection
 Object QueryColumnImpl.get(Collection.Key key, Object defaultValue)
           
 Object StructImplString.get(Collection.Key key, Object defaultValue)
           
 Object ArrayImplNS.get(Collection.Key key, Object defaultValue)
           
 Object QueryColumnRef.get(Collection.Key key, Object defaultValue)
           
 Object ArrayImpl.get(Collection.Key key, Object defaultValue)
           
 Object StructImpl.get(Collection.Key key, Object defaultValue)
           
 Object CollectionStruct.get(Collection.Key key, Object defaultValue)
           
 Object StructImplKey.get(Collection.Key key, Object defaultValue)
           
 Object SVStruct.get(Collection.Key key, Object defaultValue)
           
 Object QueryImpl.get(Collection.Key key, Object defaultValue)
           
 Object Collection.get(Collection.Key key, Object defaultValue)
          return a value from the collection, if key doesn't exist, dont throw a exception, reeturns null
 Object QueryColumnImpl.get(PageContext pc, Collection.Key key)
           
 Object QueryImpl.get(PageContext pc, Collection.Key key)
           
 Object Objects.get(PageContext pc, Collection.Key key)
          return property or getter of the ContextCollection
 Object QueryColumnImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object QueryImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object Objects.get(PageContext pc, Collection.Key key, Object defaultValue)
          return property
 Object QueryImpl.getAt(Collection.Key key, int row)
           
 Object Query.getAt(Collection.Key key, int row)
          return a value of the resultset by specified column and row
 Object QueryImpl.getAt(Collection.Key key, int row, Object defaultValue)
           
 Object Query.getAt(Collection.Key key, int row, Object defaultValue)
          return a value of the resultset by specified column and row, otherwise to getAt this method throw no exception if value dont exist (return null)
 QueryColumn QueryImpl.getColumn(Collection.Key key)
           
 QueryColumn Query.getColumn(Collection.Key key)
          return the query column matching to key
 QueryColumn QueryImpl.getColumn(Collection.Key key, QueryColumn defaultValue)
           
 QueryColumn Query.getColumn(Collection.Key key, QueryColumn column)
          return the query column matching to key, if key not exist return null
static FunctionValue FunctionValueImpl.newInstance(Collection.Key name, Object value)
           
 Object QueryColumnImpl.remove(Collection.Key key)
           
 Object StructImplString.remove(Collection.Key key)
           
 Object ArrayImplNS.remove(Collection.Key key)
           
 Object QueryColumnRef.remove(Collection.Key key)
           
 Object ArrayImpl.remove(Collection.Key key)
           
 Object StructImpl.remove(Collection.Key key)
           
 Object CollectionStruct.remove(Collection.Key key)
           
 Object StructImplKey.remove(Collection.Key key)
           
 Object SVStruct.remove(Collection.Key key)
           
 Object QueryImpl.remove(Collection.Key key)
           
 Object ReadOnlyStruct.remove(Collection.Key key)
           
 Object Collection.remove(Collection.Key key)
          removes value from collection and return it when it exists, otherwise throws a exception
 QueryColumn QueryImpl.removeColumn(Collection.Key key)
           
 QueryColumn Query.removeColumn(Collection.Key key)
          remove column matching to key
 QueryColumn QueryImpl.removeColumnEL(Collection.Key key)
           
 QueryColumn Query.removeColumnEL(Collection.Key key)
          remove column matching to key
 Object QueryColumnImpl.removeEL(Collection.Key key)
           
 Object StructImplString.removeEL(Collection.Key key)
           
 Object ArrayImplNS.removeEL(Collection.Key key)
           
 Object QueryColumnRef.removeEL(Collection.Key key)
           
 Object ArrayImpl.removeEL(Collection.Key key)
           
 Object StructImpl.removeEL(Collection.Key key)
           
 Object CollectionStruct.removeEL(Collection.Key key)
           
 Object StructImplKey.removeEL(Collection.Key key)
           
 Object SVStruct.removeEL(Collection.Key key)
           
 Object QueryImpl.removeEL(Collection.Key key)
           
 Object ReadOnlyStruct.removeEL(Collection.Key key)
           
 Object Collection.removeEL(Collection.Key key)
          removes value from collection and return it when it exists, otherwise returns null
 void QueryImpl.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 void Query.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 Object QueryColumnImpl.set(Collection.Key key, Object value)
           
 Object StructImplString.set(Collection.Key key, Object value)
           
 Object ArrayImplNS.set(Collection.Key key, Object value)
           
 Object QueryColumnRef.set(Collection.Key key, Object value)
           
 Object ArrayImpl.set(Collection.Key key, Object value)
           
 Object StructImpl.set(Collection.Key key, Object value)
           
 Object CollectionStruct.set(Collection.Key key, Object value)
           
 Object StructImplKey.set(Collection.Key key, Object value)
           
 Object SVStruct.set(Collection.Key key, Object value)
           
 Object QueryImpl.set(Collection.Key key, Object value)
           
 Object ReadOnlyStruct.set(Collection.Key key, Object value)
           
 Object Collection.set(Collection.Key key, Object value)
          sets a value to the collection
 Object QueryColumnImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object Objects.set(PageContext pc, Collection.Key propertyName, Object value)
          sets a property (Data Member) value of the object
 Object QueryImpl.setAt(Collection.Key key, int row, Object value)
           
 Object Query.setAt(Collection.Key key, int row, Object value)
          set a value at the defined position
 Object QueryImpl.setAtEL(Collection.Key key, int row, Object value)
           
 Object Query.setAtEL(Collection.Key key, int row, Object value)
          set a value at the defined position
 void QueryImpl.setColumnNames(Collection.Key[] trg)
           
 Object QueryColumnImpl.setEL(Collection.Key key, Object value)
           
 Object StructImplString.setEL(Collection.Key key, Object value)
           
 Object ArrayImplNS.setEL(Collection.Key key, Object value)
           
 Object QueryColumnRef.setEL(Collection.Key key, Object value)
           
 Object ArrayImpl.setEL(Collection.Key key, Object value)
           
 Object StructImpl.setEL(Collection.Key key, Object value)
           
 Object CollectionStruct.setEL(Collection.Key key, Object value)
           
 Object StructImplKey.setEL(Collection.Key key, Object value)
           
 Object SVStruct.setEL(Collection.Key key, Object value)
           
 Object QueryImpl.setEL(Collection.Key key, Object value)
           
 Object ReadOnlyStruct.setEL(Collection.Key key, Object value)
           
 Object Collection.setEL(Collection.Key key, Object value)
          sets a value to the collection, if key doesn't exist, dont throw a exception, returns null
 Object QueryColumnImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object QueryImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object Objects.setEL(PageContext pc, Collection.Key propertyName, Object value)
          sets a property (Data Member) value of the object
 void QueryColumnPro.setKey(Collection.Key key)
           
 void QueryColumnImpl.setKey(Collection.Key key)
           
 void QueryImpl.sort(Collection.Key column)
           
 void Query.sort(Collection.Key column)
          sorts a query by a column, direction is asc
 void QueryImpl.sort(Collection.Key keyColumn, int order)
           
 void Query.sort(Collection.Key strColumn, int order)
          sorts a query by a column
static Array KeyImpl.toArray(Collection.Key[] keys)
           
static Collection.Key KeyImpl.toKey(Object obj, Collection.Key defaultValue)
           
static String KeyImpl.toList(Collection.Key[] array, String delimiter)
           
static Array KeyImpl.toLowerCaseArray(Collection.Key[] keys)
           
static String KeyImpl.toLowerCaseList(Collection.Key[] array, String delimiter)
           
static Array KeyImpl.toUpperCaseArray(Collection.Key[] keys)
           
static String KeyImpl.toUpperCaseList(Collection.Key[] array, String delimiter)
           
 

Constructors in railo.runtime.type with parameters of type Collection.Key
DebugQueryColumn(Object[] data, Collection.Key key, QueryImpl query, int size, int type, boolean typeChecked)
           
FunctionArgumentImpl(Collection.Key name)
           
FunctionArgumentImpl(Collection.Key name, short type)
           
FunctionArgumentImpl(Collection.Key name, String type, boolean required, int defaultType, boolean passByReference, String dspName, String hint, StructImpl meta)
          Deprecated. use other constructor
FunctionArgumentImpl(Collection.Key name, String strType, short type)
           
FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required)
           
FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType)
           
FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType, boolean passByReference)
           
FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType, boolean passByReference, String dspName)
           
FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType, boolean passByReference, String dspName, String hint)
           
FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType, boolean passByReference, String dspName, String hint, StructImpl meta)
           
FunctionArgumentLight(Collection.Key name)
           
FunctionArgumentLight(Collection.Key name, short type)
           
FunctionArgumentLight(Collection.Key name, String strType, short type)
           
FunctionValueImpl(Collection.Key name, Object value)
           
QueryColumnImpl(QueryImpl query, Collection.Key key, Array array, int type)
          constructor with array
QueryColumnImpl(QueryImpl query, Collection.Key key, int type)
          constructor with type
QueryColumnImpl(QueryImpl query, Collection.Key key, int type, int size)
           
QueryColumnRef(Query query, Collection.Key columnName, int type)
          Constructor of the class
QueryImpl(Collection.Key[] columnNames, Array[] arrColumns, String name)
           
QueryImpl(Collection.Key[] columnKeys, int rowNumber, String name)
          constructor of the class, to generate a empty resultset (no database execution)
QueryImpl(Collection.Key[] columnNames, String[] strTypes, int rowNumber, String name)
          constructor of the class, to generate a empty resultset (no database execution)
SVStruct(Collection.Key key)
          constructor of the class
 

Uses of Collection.Key in railo.runtime.type.cfc
 

Methods in railo.runtime.type.cfc that return Collection.Key
 Collection.Key[] ComponentProxy.keys()
           
 Collection.Key[] ComponentAccessProxy.keys(int access)
           
 Collection.Key[] ComponentAccess.keys(int access)
           
 

Methods in railo.runtime.type.cfc that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> ComponentProxy.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ComponentAccessProxy.entryIterator(int access)
           
 Iterator<Map.Entry<Collection.Key,Object>> ComponentAccess.entryIterator(int access)
           
 Iterator<Collection.Key> ComponentProxy.keyIterator()
           
 Iterator<Collection.Key> ComponentAccessProxy.keyIterator(int access)
           
 Iterator<Collection.Key> ComponentAccess.keyIterator(int access)
           
 Set<Collection.Key> ComponentAccessProxy.keySet(int access)
           
 Set<Collection.Key> ComponentAccess.keySet(int access)
           
 Map.Entry<Collection.Key,Object> ComponentAccessEntryIterator.next()
           
 

Methods in railo.runtime.type.cfc with parameters of type Collection.Key
 Object ComponentProxy.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object ComponentAccessProxy.call(PageContext pc, int access, Collection.Key name, Object[] args)
           
 Object ComponentAccess.call(PageContext pc, int access, Collection.Key name, Object[] args)
           
 Object ComponentProxy.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ComponentAccessProxy.callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args)
           
 Object ComponentAccess.callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args)
           
 boolean ComponentAccessProxy.contains(int access, Collection.Key name)
           
 boolean ComponentAccess.contains(int access, Collection.Key name)
           
 boolean ComponentProxy.contains(PageContext pc, Collection.Key key)
           
 boolean ComponentProxy.containsKey(Collection.Key key)
           
 Object ComponentProxy.get(Collection.Key key)
           
 Object ComponentProxy.get(Collection.Key key, Object defaultValue)
           
 Object ComponentAccessProxy.get(int access, Collection.Key key)
           
 Object ComponentAccess.get(int access, Collection.Key key)
           
 Object ComponentAccessProxy.get(int access, Collection.Key key, Object defaultValue)
           
 Object ComponentAccess.get(int access, Collection.Key key, Object defaultValue)
           
 Object ComponentProxy.get(PageContext pc, Collection.Key key)
           
 Object ComponentProxy.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Member ComponentAccessProxy.getMember(int access, Collection.Key key, boolean dataMember, boolean superAccess)
           
 Member ComponentAccess.getMember(int access, Collection.Key key, boolean dataMember, boolean superAccess)
           
 Object ComponentAccessProxy.getMetaStructItem(Collection.Key name)
           
 Object ComponentAccess.getMetaStructItem(Collection.Key name)
           
 void ComponentProxy.registerUDF(Collection.Key key, UDF udf)
           
 void ComponentProxy.registerUDF(Collection.Key key, UDFProperties props)
           
 Object ComponentProxy.remove(Collection.Key key)
           
 Object ComponentProxy.removeEL(Collection.Key key)
           
 Object ComponentProxy.set(Collection.Key key, Object value)
           
 Object ComponentProxy.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ComponentProxy.setEL(Collection.Key key, Object value)
           
 Object ComponentProxy.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 

Constructors in railo.runtime.type.cfc with parameters of type Collection.Key
ComponentAccessEntryIterator.CAEntryImpl(ComponentAccess cfc, Collection.Key key, int access)
           
ComponentAccessEntryIterator(ComponentAccess cfc, Collection.Key[] keys, int access)
           
ComponentAccessValueIterator(ComponentAccess cfc, Collection.Key[] keys, int access)
           
 

Uses of Collection.Key in railo.runtime.type.comparator
 

Constructors in railo.runtime.type.comparator with parameters of type Collection.Key
ArrayOfStructComparator(Collection.Key key)
          Constructor of the class
 

Uses of Collection.Key in railo.runtime.type.dt
 

Methods in railo.runtime.type.dt with parameters of type Collection.Key
 Object DateTimeImpl.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object DateTimeImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object DateTimeImpl.get(PageContext pc, Collection.Key key)
           
 Object DateTimeImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object DateTimeImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object DateTimeImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 

Uses of Collection.Key in railo.runtime.type.it
 

Methods in railo.runtime.type.it that return Collection.Key
 Collection.Key EntryIterator.EntryImpl.getKey()
           
 Collection.Key ObjectsEntryIterator.EntryImpl.getKey()
           
 Collection.Key KeyIterator.next()
           
 Collection.Key KeyIterator.nextElement()
           
 

Methods in railo.runtime.type.it that return types with arguments of type Collection.Key
 Map.Entry<Collection.Key,Object> EntryIterator.next()
           
 Map.Entry<Collection.Key,Object> ObjectsEntryIterator.next()
           
 Map.Entry<Collection.Key,Object> EntryIterator.nextElement()
           
 

Method parameters in railo.runtime.type.it with type arguments of type Collection.Key
static Enumeration<String> ItAsEnum.toStringEnumeration(Iterator<Collection.Key> it)
           
 

Constructors in railo.runtime.type.it with parameters of type Collection.Key
CollectionIterator(Collection.Key[] keys, Collection coll)
           
EntryIterator.EntryImpl(Collection coll, Collection.Key key)
           
EntryIterator(Collection coll, Collection.Key[] keys)
           
KeyIterator(Collection.Key[] arr)
          constructor for the class
ObjectsEntryIterator.EntryImpl(Objects objcts, Collection.Key key)
           
ObjectsEntryIterator(Collection.Key[] keys, Objects objs)
           
ObjectsIterator(Collection.Key[] keys, Objects objs)
           
StringIterator(Collection.Key[] arr)
          constructor for the class
ValueIterator(Collection coll, Collection.Key[] keys)
           
 

Constructor parameters in railo.runtime.type.it with type arguments of type Collection.Key
CollectionIterator(Iterator<Collection.Key> keys, Collection coll)
           
KeyAsStringIterator(Iterator<Collection.Key> it)
           
ObjectsEntryIterator(Iterator<Collection.Key> keys, Objects objs)
           
ObjectsIterator(Iterator<Collection.Key> keys, Objects objs)
           
 

Uses of Collection.Key in railo.runtime.type.query
 

Methods in railo.runtime.type.query that return Collection.Key
 Collection.Key SimpleQuery.getColumnName(int columnIndex)
           
 Collection.Key[] SimpleQuery.getColumnNames()
           
 Collection.Key SimpleQueryColumn.getKey()
           
 Collection.Key[] SimpleQueryColumn.keys()
           
 Collection.Key[] SimpleQuery.keys()
           
 

Methods in railo.runtime.type.query that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> SimpleQueryColumn.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> SimpleQuery.entryIterator()
           
 Iterator<Collection.Key> SimpleQueryColumn.keyIterator()
           
 Iterator<Collection.Key> SimpleQuery.keyIterator()
           
 

Methods in railo.runtime.type.query with parameters of type Collection.Key
 boolean SimpleQuery.addColumn(Collection.Key columnName, Array content)
           
 boolean SimpleQuery.addColumn(Collection.Key columnName, Array content, int type)
           
 Object SimpleQuery.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object SimpleQuery.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 boolean SimpleQueryColumn.containsKey(Collection.Key key)
           
 boolean SimpleQuery.containsKey(Collection.Key key)
           
 Object SimpleQueryColumn.get(Collection.Key key)
           
 Object SimpleQuery.get(Collection.Key key)
           
 Object SimpleQueryColumn.get(Collection.Key key, Object defaultValue)
           
 Object SimpleQuery.get(Collection.Key key, Object defaultValue)
           
 Object SimpleQuery.get(PageContext pc, Collection.Key key)
           
 Object SimpleQuery.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object SimpleQuery.getAt(Collection.Key key, int row)
           
 Object SimpleQuery.getAt(Collection.Key key, int row, int pid)
           
 Object SimpleQuery.getAt(Collection.Key key, int row, int pid, Object defaultValue)
           
 Object SimpleQuery.getAt(Collection.Key key, int row, Object defaultValue)
           
 QueryColumn SimpleQuery.getColumn(Collection.Key key)
           
 QueryColumn SimpleQuery.getColumn(Collection.Key key, QueryColumn defaultValue)
           
 Object SimpleQueryColumn.remove(Collection.Key key)
           
 Object SimpleQuery.remove(Collection.Key key)
           
 QueryColumn SimpleQuery.removeColumn(Collection.Key key)
           
 QueryColumn SimpleQuery.removeColumnEL(Collection.Key key)
           
 Object SimpleQueryColumn.removeEL(Collection.Key key)
           
 Object SimpleQuery.removeEL(Collection.Key key)
           
 void SimpleQuery.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 Object SimpleQueryColumn.set(Collection.Key key, Object value)
           
 Object SimpleQuery.set(Collection.Key key, Object value)
           
 Object SimpleQuery.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object SimpleQuery.setAt(Collection.Key key, int row, Object value)
           
 Object SimpleQuery.setAtEL(Collection.Key key, int row, Object value)
           
 void SimpleQuery.setColumnNames(Collection.Key[] trg)
           
 Object SimpleQueryColumn.setEL(Collection.Key key, Object value)
           
 Object SimpleQuery.setEL(Collection.Key key, Object value)
           
 Object SimpleQuery.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 void SimpleQuery.sort(Collection.Key column)
           
 void SimpleQuery.sort(Collection.Key keyColumn, int order)
           
 

Constructors in railo.runtime.type.query with parameters of type Collection.Key
SimpleQueryColumn(SimpleQuery qry, ResultSet res, Collection.Key key, int type, int index)
           
 

Uses of Collection.Key in railo.runtime.type.ref
 

Methods in railo.runtime.type.ref that return Collection.Key
 Collection.Key SimpleVarRef.getKey()
           
 Collection.Key VariableReference.getKey()
           
 Collection.Key NativeReference.getKey()
           
 Collection.Key ReferenceReference.getKey()
           
 Collection.Key Reference.getKey()
           
 

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

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

Classes in railo.runtime.type.scope that implement Collection.Key
 class ArgumentIntKey
           
 

Fields in railo.runtime.type.scope declared as Collection.Key
static Collection.Key JSession.SESSION_ID
           
 

Methods in railo.runtime.type.scope that return Collection.Key
 Collection.Key ClusterEntryImpl.getKey()
           
 Collection.Key ClusterEntry.getKey()
           
 Collection.Key[] UndefinedImpl.keys()
           
 Collection.Key[] LocalNotSupportedScope.keys()
           
 Collection.Key[] RequestImpl.keys()
           
 Collection.Key[] UrlFormImpl.keys()
           
 Collection.Key[] ObjectStruct.keys()
           
 Collection.Key[] CGIImpl.keys()
           
 Collection.Key[] ArgumentThreadImpl.keys()
           
 Collection.Key[] ClusterNotSupported.keys()
           
 Collection.Key[] CallerImpl.keys()
           
 Collection.Key[] Closure.keys()
           
 Collection.Key[] JSession.pureKeys()
           
 Collection.Key[] Session.pureKeys()
           
 Collection.Key[] Client.pureKeys()
           
 

Methods in railo.runtime.type.scope that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> UndefinedImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> LocalNotSupportedScope.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> RequestImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> UrlFormImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ObjectStruct.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> CGIImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ArgumentThreadImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> ClusterNotSupported.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> CallerImpl.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> Closure.entryIterator()
           
 Iterator<Collection.Key> UndefinedImpl.keyIterator()
           
 Iterator<Collection.Key> LocalNotSupportedScope.keyIterator()
           
 Iterator<Collection.Key> RequestImpl.keyIterator()
           
 Iterator<Collection.Key> UrlFormImpl.keyIterator()
           
 Iterator<Collection.Key> ObjectStruct.keyIterator()
           
 Iterator<Collection.Key> CGIImpl.keyIterator()
           
 Iterator<Collection.Key> ArgumentThreadImpl.keyIterator()
           
 Iterator<Collection.Key> ClusterNotSupported.keyIterator()
           
 Iterator<Collection.Key> CallerImpl.keyIterator()
           
 Iterator<Collection.Key> Closure.keyIterator()
           
 

Methods in railo.runtime.type.scope with parameters of type Collection.Key
 Object UndefinedImpl.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object ObjectStruct.call(PageContext pc, Collection.Key methodName, Object[] arguments)
           
 Object ArgumentThreadImpl.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object ArgumentImpl.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object UndefinedImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ObjectStruct.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ArgumentThreadImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ArgumentImpl.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 boolean ArgumentThreadImpl.containsFunctionArgumentKey(Collection.Key key)
           
 boolean ArgumentImpl.containsFunctionArgumentKey(Collection.Key key)
           
 boolean Argument.containsFunctionArgumentKey(Collection.Key key)
           
 boolean UndefinedImpl.containsKey(Collection.Key key)
           
 boolean LocalNotSupportedScope.containsKey(Collection.Key key)
           
 boolean RequestImpl.containsKey(Collection.Key key)
           
 boolean UrlFormImpl.containsKey(Collection.Key key)
           
 boolean ObjectStruct.containsKey(Collection.Key key)
           
 boolean CGIImpl.containsKey(Collection.Key key)
           
 boolean ArgumentThreadImpl.containsKey(Collection.Key key)
           
 boolean ClusterNotSupported.containsKey(Collection.Key key)
           
 boolean ArgumentImpl.containsKey(Collection.Key key)
           
 boolean CallerImpl.containsKey(Collection.Key key)
           
 boolean Closure.containsKey(Collection.Key key)
           
static void UndefinedImpl.debugCascadedAccess(PageContext pc, String name, Collection.Key key)
           
static void UndefinedImpl.debugCascadedAccess(PageContext pc, Variables var, Object value, Collection.Key key)
           
 Object UndefinedImpl.get(Collection.Key key)
           
 Object LocalNotSupportedScope.get(Collection.Key key)
           
 Object RequestImpl.get(Collection.Key key)
           
 Object UrlFormImpl.get(Collection.Key key)
           
 Object ObjectStruct.get(Collection.Key key)
           
 Object ClusterWrap.get(Collection.Key key)
           
 Object CGIImpl.get(Collection.Key key)
           
 Object ArgumentThreadImpl.get(Collection.Key key)
           
 Object ClusterNotSupported.get(Collection.Key key)
           
 Object ArgumentImpl.get(Collection.Key key)
           
 Object CallerImpl.get(Collection.Key key)
           
 Object Closure.get(Collection.Key key)
           
 Object UndefinedImpl.get(Collection.Key key, Object defaultValue)
           
 Object LocalNotSupportedScope.get(Collection.Key key, Object defaultValue)
           
 Object RequestImpl.get(Collection.Key key, Object defaultValue)
           
 Object UrlFormImpl.get(Collection.Key key, Object defaultValue)
           
 Object ObjectStruct.get(Collection.Key key, Object defaultValue)
           
 Object ClusterWrap.get(Collection.Key key, Object defaultValue)
           
 Object CGIImpl.get(Collection.Key key, Object defaultValue)
           
 Object ArgumentThreadImpl.get(Collection.Key key, Object defaultValue)
           
 Object ClusterNotSupported.get(Collection.Key key, Object defaultValue)
           
 Object ArgumentImpl.get(Collection.Key key, Object defaultValue)
           
 Object CallerImpl.get(Collection.Key key, Object defaultValue)
           
 Object Closure.get(Collection.Key key, Object defaultValue)
           
 Object ObjectStruct.get(PageContext pc, Collection.Key key)
           
 Object ArgumentThreadImpl.get(PageContext pc, Collection.Key key)
           
 Object ArgumentImpl.get(PageContext pc, Collection.Key key)
           
 Object ObjectStruct.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ArgumentThreadImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ArgumentImpl.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object UndefinedImpl.getCascading(Collection.Key key)
           
 Object Undefined.getCascading(Collection.Key key)
          gets a key from all cascaded scopes, but not from variables scope
 Object UndefinedImpl.getCascading(Collection.Key key, Object defaultValue)
           
 Object UndefinedImpl.getCollection(Collection.Key key)
           
 Object Undefined.getCollection(Collection.Key key)
          return value matching key, if value is from Query return a QueryColumn
 Object ArgumentThreadImpl.getFunctionArgument(Collection.Key key, Object defaultValue)
           
 Object ArgumentImpl.getFunctionArgument(Collection.Key key, Object defaultValue)
           
 Object Argument.getFunctionArgument(Collection.Key key, Object defaultValue)
           
 Struct UndefinedImpl.getScope(Collection.Key key)
           
 Struct Undefined.getScope(Collection.Key key)
           
 void VariablesImpl.registerUDF(Collection.Key key, UDF udf)
           
 Object UndefinedImpl.remove(Collection.Key key)
           
 Object LocalNotSupportedScope.remove(Collection.Key key)
           
 Object RequestImpl.remove(Collection.Key key)
           
 Object UrlFormImpl.remove(Collection.Key key)
           
 Object ObjectStruct.remove(Collection.Key key)
           
 Object CookieImpl.remove(Collection.Key key)
           
 Object ClusterWrap.remove(Collection.Key key)
           
 Object ArgumentThreadImpl.remove(Collection.Key key)
           
 Object ClusterNotSupported.remove(Collection.Key key)
           
 Object CallerImpl.remove(Collection.Key key)
           
 Object Closure.remove(Collection.Key key)
           
 Object CookieImpl.remove(Collection.Key key, boolean alsoInResponse)
           
 Object UndefinedImpl.removeEL(Collection.Key key)
           
 Object LocalNotSupportedScope.removeEL(Collection.Key key)
           
 Object RequestImpl.removeEL(Collection.Key key)
           
 Object UrlFormImpl.removeEL(Collection.Key key)
           
 Object ObjectStruct.removeEL(Collection.Key key)
           
 Object CookieImpl.removeEL(Collection.Key key)
           
 Object ClusterWrap.removeEL(Collection.Key key)
           
 Object ArgumentThreadImpl.removeEL(Collection.Key key)
           
 Object ClusterNotSupported.removeEL(Collection.Key key)
           
 Object CallerImpl.removeEL(Collection.Key key)
           
 Object Closure.removeEL(Collection.Key key)
           
 Object UndefinedImpl.set(Collection.Key key, Object value)
           
 Object LocalNotSupportedScope.set(Collection.Key key, Object value)
           
 Object RequestImpl.set(Collection.Key key, Object value)
           
 Object UrlFormImpl.set(Collection.Key key, Object value)
           
 Object ObjectStruct.set(Collection.Key key, Object value)
           
 Object CookieImpl.set(Collection.Key key, Object value)
           
 Object ClusterWrap.set(Collection.Key key, Object value)
           
 Object ArgumentThreadImpl.set(Collection.Key key, Object value)
           
 Object ClusterNotSupported.set(Collection.Key key, Object value)
           
 Object CallerImpl.set(Collection.Key key, Object value)
           
 Object ServerImpl.set(Collection.Key key, Object value)
           
 Object Closure.set(Collection.Key key, Object value)
           
 Object ObjectStruct.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArgumentThreadImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArgumentImpl.set(PageContext pc, Collection.Key propertyName, Object value)
           
 void CookieImpl.setCookie(Collection.Key key, Object value, int expires, boolean secure, String path, String domain)
           
 void Cookie.setCookie(Collection.Key name, Object value, int expires, boolean secure, String path, String domain)
          Deprecated.  
 void CookieImpl.setCookie(Collection.Key key, Object value, int expires, boolean secure, String path, String domain, boolean httpOnly, boolean preserveCase, boolean encode)
           
 void Cookie.setCookie(Collection.Key name, Object value, int expires, boolean secure, String path, String domain, boolean httpOnly, boolean preserveCase, boolean encode)
          set a cookie value
 void CookieImpl.setCookie(Collection.Key key, Object value, Object expires, boolean secure, String path, String domain)
           
 void Cookie.setCookie(Collection.Key name, Object value, Object expires, boolean secure, String path, String domain)
          Deprecated.  
 void CookieImpl.setCookie(Collection.Key key, Object value, Object expires, boolean secure, String path, String domain, boolean httpOnly, boolean preserveCase, boolean encode)
           
 void Cookie.setCookie(Collection.Key name, Object value, Object expires, boolean secure, String path, String domain, boolean httpOnly, boolean preserveCase, boolean encode)
          set a cookie value
 void CookieImpl.setCookieEL(Collection.Key key, Object value, int expires, boolean secure, String path, String domain)
           
 void Cookie.setCookieEL(Collection.Key name, Object value, int expires, boolean secure, String path, String domain)
          Deprecated.  
 void CookieImpl.setCookieEL(Collection.Key key, Object value, int expires, boolean secure, String path, String domain, boolean httpOnly, boolean preserveCase, boolean encode)
           
 void Cookie.setCookieEL(Collection.Key name, Object value, int expires, boolean secure, String path, String domain, boolean httpOnly, boolean preserveCase, boolean encode)
          set a cookie value
 Object UndefinedImpl.setEL(Collection.Key key, Object value)
           
 Object LocalNotSupportedScope.setEL(Collection.Key key, Object value)
           
 Object RequestImpl.setEL(Collection.Key key, Object value)
           
 Object UrlFormImpl.setEL(Collection.Key key, Object value)
           
 Object ObjectStruct.setEL(Collection.Key key, Object value)
           
 Object CookieImpl.setEL(Collection.Key key, Object value)
           
 Object ClusterWrap.setEL(Collection.Key key, Object value)
           
 Object ArgumentThreadImpl.setEL(Collection.Key key, Object value)
           
 Object ClusterNotSupported.setEL(Collection.Key key, Object value)
           
 Object CallerImpl.setEL(Collection.Key key, Object value)
           
 Object ServerImpl.setEL(Collection.Key key, Object value)
           
 Object Closure.setEL(Collection.Key key, Object value)
           
 Object ObjectStruct.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArgumentThreadImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArgumentImpl.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 void ClusterEntryImpl.setKey(Collection.Key key)
           
 void ClusterEntry.setKey(Collection.Key key)
           
 

Constructors in railo.runtime.type.scope with parameters of type Collection.Key
ClusterEntryImpl(Collection.Key key, Serializable value, int offset)
           
ClusterEntryImpl(Collection.Key key, Serializable value, long time)
           
 

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

Fields in railo.runtime.type.scope.storage declared as Collection.Key
static Collection.Key StorageScopeImpl.CFID
           
static Collection.Key StorageScopeImpl.CFTOKEN
           
static Collection.Key StorageScopeImpl.HITCOUNT
           
static Collection.Key StorageScopeImpl.LASTVISIT
           
static Collection.Key StorageScopeImpl.SESSION_ID
           
static Collection.Key StorageScopeImpl.TIMECREATED
           
static Collection.Key StorageScopeImpl.URLTOKEN
           
 

Methods in railo.runtime.type.scope.storage that return Collection.Key
 Collection.Key[] StorageScopeImpl.keys()
           
 Collection.Key[] StorageScopeImpl.pureKeys()
           
 

Methods in railo.runtime.type.scope.storage that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> StorageScopeImpl.entryIterator()
           
 Iterator<Collection.Key> StorageScopeImpl.keyIterator()
           
 

Methods in railo.runtime.type.scope.storage with parameters of type Collection.Key
 boolean StorageScopeImpl.containsKey(Collection.Key key)
           
 Object StorageScopeImpl.get(Collection.Key key)
           
 Object StorageScopeImpl.get(Collection.Key key, Object defaultValue)
           
 Object StorageScopeImpl.remove(Collection.Key key)
           
 Object StorageScopeImpl.removeEL(Collection.Key key)
           
 Object StorageScopeImpl.set(Collection.Key key, Object value)
           
 Object StorageScopeImpl.setEL(Collection.Key key, Object value)
           
 

Uses of Collection.Key in railo.runtime.type.trace
 

Methods in railo.runtime.type.trace that return Collection.Key
 Collection.Key[] TOQuery.getColumnNames()
           
 

Methods in railo.runtime.type.trace with parameters of type Collection.Key
 boolean TOQuery.addColumn(Collection.Key columnName, Array content)
           
 boolean TOQuery.addColumn(Collection.Key columnName, Array content, int type)
           
 Object TOObjects.call(PageContext pc, Collection.Key key, Object[] args)
           
 Object TOObjects.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object TOObjects.get(PageContext pc, Collection.Key key)
           
 Object TOObjects.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object TOQuery.getAt(Collection.Key key, int row)
           
 Object TOQuery.getAt(Collection.Key key, int row, Object defaultValue)
           
 QueryColumn TOQuery.getColumn(Collection.Key key)
           
 QueryColumn TOQuery.getColumn(Collection.Key key, QueryColumn defaultValue)
           
 QueryColumn TOQuery.removeColumn(Collection.Key key)
           
 QueryColumn TOQuery.removeColumnEL(Collection.Key key)
           
 void TOQuery.rename(Collection.Key columnName, Collection.Key newColumnName)
           
 Object TOObjects.set(PageContext pc, Collection.Key key, Object value)
           
 Object TOQuery.setAt(Collection.Key key, int row, Object value)
           
 Object TOQuery.setAtEL(Collection.Key key, int row, Object value)
           
 Object TOObjects.setEL(PageContext pc, Collection.Key key, Object value)
           
 void TOQuery.sort(Collection.Key column)
           
 void TOQuery.sort(Collection.Key keyColumn, int order)
           
 

Uses of Collection.Key in railo.runtime.type.util
 

Fields in railo.runtime.type.util declared as Collection.Key
static Collection.Key KeyConstants.___filename
           
static Collection.Key KeyConstants.___isweb
           
static Collection.Key KeyConstants.___name
           
static Collection.Key KeyConstants.__count
           
static Collection.Key KeyConstants.__COUNT
           
static Collection.Key KeyConstants.__time
           
static Collection.Key KeyConstants.__TIME
           
static Collection.Key KeyConstants.__toBoolean
           
static Collection.Key KeyConstants.__toDateTime
           
static Collection.Key KeyConstants.__toNumeric
           
static Collection.Key KeyConstants.__toString
           
static Collection.Key KeyConstants._0
           
static Collection.Key KeyConstants._1
           
static Collection.Key KeyConstants._2
           
static Collection.Key KeyConstants._3
           
static Collection.Key KeyConstants._4
           
static Collection.Key KeyConstants._5
           
static Collection.Key KeyConstants._6
           
static Collection.Key KeyConstants._7
           
static Collection.Key KeyConstants._8
           
static Collection.Key KeyConstants._9
           
static Collection.Key KeyConstants._a
           
static Collection.Key KeyConstants._A
           
static Collection.Key KeyConstants._aaa
           
static Collection.Key KeyConstants._AAA
           
static Collection.Key KeyConstants._ABC
           
static Collection.Key KeyConstants._abort
           
static Collection.Key KeyConstants._Accept
           
static Collection.Key KeyConstants._access
           
static Collection.Key KeyConstants._ACCESS
           
static Collection.Key KeyConstants._accessors
           
static Collection.Key KeyConstants._action
           
static Collection.Key KeyConstants._ACTION
           
static Collection.Key KeyConstants._add
           
static Collection.Key KeyConstants._addAll
           
static Collection.Key KeyConstants._AGE
           
static Collection.Key KeyConstants._alias
           
static Collection.Key KeyConstants._ALIAS
           
static Collection.Key KeyConstants._all
           
static Collection.Key KeyConstants._alter
           
static Collection.Key KeyConstants._app
           
static Collection.Key KeyConstants._append
           
static Collection.Key KeyConstants._application
           
static Collection.Key KeyConstants._applicationTimeout
           
static Collection.Key KeyConstants._appManager
           
static Collection.Key KeyConstants._APPMANAGER
           
static Collection.Key KeyConstants._appserver
           
static Collection.Key KeyConstants._APPSERVER
           
static Collection.Key KeyConstants._arg1
           
static Collection.Key KeyConstants._ARG1
           
static Collection.Key KeyConstants._arg2
           
static Collection.Key KeyConstants._args
           
static Collection.Key KeyConstants._ARGS
           
static Collection.Key KeyConstants._argumentcollection
           
static Collection.Key KeyConstants._argumentCollection
           
static Collection.Key KeyConstants._arguments
           
static Collection.Key KeyConstants._ARR
           
static Collection.Key KeyConstants._AS
           
static Collection.Key KeyConstants._asin
           
static Collection.Key KeyConstants._Assertions
           
static Collection.Key KeyConstants._ASTERISK
           
static Collection.Key KeyConstants._attributecollection
           
static Collection.Key KeyConstants._attributeCollection
           
static Collection.Key KeyConstants._attributes
           
static Collection.Key KeyConstants._ATTRIBUTES
           
static Collection.Key KeyConstants._attrsewwe
           
static Collection.Key KeyConstants._auth_password
           
static Collection.Key KeyConstants._auth_type
           
static Collection.Key KeyConstants._auth_user
           
static Collection.Key KeyConstants._author
           
static Collection.Key KeyConstants._Author
           
static Collection.Key KeyConstants._avg
           
static Collection.Key KeyConstants._b
           
static Collection.Key KeyConstants._B
           
static Collection.Key KeyConstants._BBB
           
static Collection.Key KeyConstants._body
           
static Collection.Key KeyConstants._BODY
           
static Collection.Key KeyConstants._buffer
           
static Collection.Key KeyConstants._BUFFER
           
static Collection.Key KeyConstants._by
           
static Collection.Key KeyConstants._c
           
static Collection.Key KeyConstants._C
           
static Collection.Key KeyConstants._cache
           
static Collection.Key KeyConstants._cached
           
static Collection.Key KeyConstants._CACHENAME
           
static Collection.Key KeyConstants._call
           
static Collection.Key KeyConstants._CALL
           
static Collection.Key KeyConstants._caller
           
static Collection.Key KeyConstants._CALLER
           
static Collection.Key KeyConstants._CALLSUPER
           
static Collection.Key KeyConstants._catch
           
static Collection.Key KeyConstants._category
           
static Collection.Key KeyConstants._Cause
           
static Collection.Key KeyConstants._CCC
           
static Collection.Key KeyConstants._cert_cookie
           
static Collection.Key KeyConstants._cert_flags
           
static Collection.Key KeyConstants._cert_issuer
           
static Collection.Key KeyConstants._cert_keysize
           
static Collection.Key KeyConstants._cert_secretkeysize
           
static Collection.Key KeyConstants._cert_serialnumber
           
static Collection.Key KeyConstants._cert_server_issuer
           
static Collection.Key KeyConstants._cert_server_subject
           
static Collection.Key KeyConstants._cert_subject
           
static Collection.Key KeyConstants._CF_CLIENT_
           
static Collection.Key KeyConstants._cf_template_path
           
static Collection.Key KeyConstants._cfc
           
static Collection.Key KeyConstants._cfcatch
           
static Collection.Key KeyConstants._CFCATCH
           
static Collection.Key KeyConstants._cfclient_
           
static Collection.Key KeyConstants._cfcLocation
           
static Collection.Key KeyConstants._cfcLocations
           
static Collection.Key KeyConstants._cfdocument
           
static Collection.Key KeyConstants._cferror
           
static Collection.Key KeyConstants._cfglobals
           
static Collection.Key KeyConstants._cfhttp
           
static Collection.Key KeyConstants._cfid
           
static Collection.Key KeyConstants._CFID
           
static Collection.Key KeyConstants._cflock
           
static Collection.Key KeyConstants._cfscript
           
static Collection.Key KeyConstants._cfthread
           
static Collection.Key KeyConstants._cftoken
           
static Collection.Key KeyConstants._CFTOKEN
           
static Collection.Key KeyConstants._cgi
           
static Collection.Key KeyConstants._chaining
           
static Collection.Key KeyConstants._charset
           
static Collection.Key KeyConstants._CHILD
           
static Collection.Key KeyConstants._CHILDREN
           
static Collection.Key KeyConstants._circuits
           
static Collection.Key KeyConstants._CircuitXML
           
static Collection.Key KeyConstants._class
           
static Collection.Key KeyConstants._CLASS
           
static Collection.Key KeyConstants._classic
           
static Collection.Key KeyConstants._classname
           
static Collection.Key KeyConstants._className
           
static Collection.Key KeyConstants._CLASSNAME
           
static Collection.Key KeyConstants._clear
           
static Collection.Key KeyConstants._client
           
static Collection.Key KeyConstants._clientManagement
           
static Collection.Key KeyConstants._clone
           
static Collection.Key KeyConstants._close
           
static Collection.Key KeyConstants._closure
           
static Collection.Key KeyConstants._cluster
           
static Collection.Key KeyConstants._code
           
static Collection.Key KeyConstants._CODE_CACHE
           
static Collection.Key KeyConstants._codec
           
static Collection.Key KeyConstants._coldfusion
           
static Collection.Key KeyConstants._COLDFUSION
           
static Collection.Key KeyConstants._COLL
           
static Collection.Key KeyConstants._collection
           
static Collection.Key KeyConstants._COLLECTION
           
static Collection.Key KeyConstants._column
           
static Collection.Key KeyConstants._COLUMN
           
static Collection.Key KeyConstants._columnlist
           
static Collection.Key KeyConstants._COLUMNLIST
           
static Collection.Key KeyConstants._COLUMNS
           
static Collection.Key KeyConstants._comment
           
static Collection.Key KeyConstants._Commenting
           
static Collection.Key KeyConstants._COMMENTS
           
static Collection.Key KeyConstants._compareTo
           
static Collection.Key KeyConstants._component
           
static Collection.Key KeyConstants._cond
           
static Collection.Key KeyConstants._condition
           
static Collection.Key KeyConstants._CONDITION
           
static Collection.Key KeyConstants._config
           
static Collection.Key KeyConstants._CONFIG
           
static Collection.Key KeyConstants._configure
           
static Collection.Key KeyConstants._CONFIGURE
           
static Collection.Key KeyConstants._configXML
           
static Collection.Key KeyConstants._CONFIGXML
           
static Collection.Key KeyConstants._Connection
           
static Collection.Key KeyConstants._consumes
           
static Collection.Key KeyConstants._contains
           
static Collection.Key KeyConstants._content
           
static Collection.Key KeyConstants._CONTENT
           
static Collection.Key KeyConstants._content_length
           
static Collection.Key KeyConstants._content_type
           
static Collection.Key KeyConstants._contentArg
           
static Collection.Key KeyConstants._context
           
static Collection.Key KeyConstants._CONTEXT
           
static Collection.Key KeyConstants._context_path
           
static Collection.Key KeyConstants._controller
           
static Collection.Key KeyConstants._CONTROLLER
           
static Collection.Key KeyConstants._cookie
           
static Collection.Key KeyConstants._Cookie
           
static Collection.Key KeyConstants._count
           
static Collection.Key KeyConstants._COUNT
           
static Collection.Key KeyConstants._COUNTER
           
static Collection.Key KeyConstants._create
           
static Collection.Key KeyConstants._created
           
static Collection.Key KeyConstants._Created
           
static Collection.Key KeyConstants._cs
           
static Collection.Key KeyConstants._CS
           
static Collection.Key KeyConstants._currentrow
           
static Collection.Key KeyConstants._CURRENTROW
           
static Collection.Key KeyConstants._custom
           
static Collection.Key KeyConstants._custom1
           
static Collection.Key KeyConstants._custom2
           
static Collection.Key KeyConstants._custom3
           
static Collection.Key KeyConstants._custom4
           
static Collection.Key KeyConstants._customx
           
static Collection.Key KeyConstants._d
           
static Collection.Key KeyConstants._D
           
static Collection.Key KeyConstants._D1
           
static Collection.Key KeyConstants._data
           
static Collection.Key KeyConstants._DATA
           
static Collection.Key KeyConstants._data_id
           
static Collection.Key KeyConstants._data_ID
           
static Collection.Key KeyConstants._data1
           
static Collection.Key KeyConstants._data2
           
static Collection.Key KeyConstants._database
           
static Collection.Key KeyConstants._datasource
           
static Collection.Key KeyConstants._Datasource
           
static Collection.Key KeyConstants._DataSource
           
static Collection.Key KeyConstants._DATASOURCE
           
static Collection.Key KeyConstants._datasources
           
static Collection.Key KeyConstants._DATATYPE
           
static Collection.Key KeyConstants._date
           
static Collection.Key KeyConstants._Date
           
static Collection.Key KeyConstants._dateLastModified
           
static Collection.Key KeyConstants._dc_date
           
static Collection.Key KeyConstants._dc_subject
           
static Collection.Key KeyConstants._debug
           
static Collection.Key KeyConstants._debugging
           
static Collection.Key KeyConstants._decorator
           
static Collection.Key KeyConstants._default
           
static Collection.Key KeyConstants._delete
           
static Collection.Key KeyConstants._description
           
static Collection.Key KeyConstants._destination
           
static Collection.Key KeyConstants._detail
           
static Collection.Key KeyConstants._Detail
           
static Collection.Key KeyConstants._DETAIL
           
static Collection.Key KeyConstants._DIFF
           
static Collection.Key KeyConstants._dir
           
static Collection.Key KeyConstants._DIR
           
static Collection.Key KeyConstants._directory
           
static Collection.Key KeyConstants._DIRECTORY
           
static Collection.Key KeyConstants._displayname
           
static Collection.Key KeyConstants._DOC
           
static Collection.Key KeyConstants._domain
           
static Collection.Key KeyConstants._drop
           
static Collection.Key KeyConstants._duplicates
           
static Collection.Key KeyConstants._E
           
static Collection.Key KeyConstants._each
           
static Collection.Key KeyConstants._EL
           
static Collection.Key KeyConstants._ELEMENT
           
static Collection.Key KeyConstants._Elements
           
static Collection.Key KeyConstants._email
           
static Collection.Key KeyConstants._en_US
           
static Collection.Key KeyConstants._ENABLE21
           
static Collection.Key KeyConstants._ENABLE31
           
static Collection.Key KeyConstants._enabled
           
static Collection.Key KeyConstants._encode
           
static Collection.Key KeyConstants._encoded
           
static Collection.Key KeyConstants._encodevalue
           
static Collection.Key KeyConstants._Encryption
           
static Collection.Key KeyConstants._end
           
static Collection.Key KeyConstants._Entities
           
static Collection.Key KeyConstants._entry
           
static Collection.Key KeyConstants._equals
           
static Collection.Key KeyConstants._error
           
static Collection.Key KeyConstants._errorcode
           
static Collection.Key KeyConstants._ERRORS
           
static Collection.Key KeyConstants._errortext
           
static Collection.Key KeyConstants._eval
           
static Collection.Key KeyConstants._evaluation
           
static Collection.Key KeyConstants._event
           
static Collection.Key KeyConstants._EVENT
           
static Collection.Key KeyConstants._eventArgs
           
static Collection.Key KeyConstants._EventName
           
static Collection.Key KeyConstants._EVENTNAME
           
static Collection.Key KeyConstants._exception
           
static Collection.Key KeyConstants._exceptions
           
static Collection.Key KeyConstants._exe
           
static Collection.Key KeyConstants._EXE
           
static Collection.Key KeyConstants._EXECUTE
           
static Collection.Key KeyConstants._executionTime
           
static Collection.Key KeyConstants._executionTimeNano
           
static Collection.Key KeyConstants._expand
           
static Collection.Key KeyConstants._expires
           
static Collection.Key KeyConstants._Expires
           
static Collection.Key KeyConstants._extends
           
static Collection.Key KeyConstants._extensions
           
static Collection.Key KeyConstants._external
           
static Collection.Key KeyConstants._F
           
static Collection.Key KeyConstants._FATALERRORS
           
static Collection.Key KeyConstants._FATYPE
           
static Collection.Key KeyConstants._fb_
           
static Collection.Key KeyConstants._FB_
           
static Collection.Key KeyConstants._field
           
static Collection.Key KeyConstants._FIELD
           
static Collection.Key KeyConstants._field1
           
static Collection.Key KeyConstants._field2
           
static Collection.Key KeyConstants._fieldnames
           
static Collection.Key KeyConstants._fieldtype
           
static Collection.Key KeyConstants._file
           
static Collection.Key KeyConstants._FILE
           
static Collection.Key KeyConstants._FILENAME
           
static Collection.Key KeyConstants._FilePath
           
static Collection.Key KeyConstants._FILES
           
static Collection.Key KeyConstants._FILTER
           
static Collection.Key KeyConstants._first
           
static Collection.Key KeyConstants._fontColor
           
static Collection.Key KeyConstants._form
           
static Collection.Key KeyConstants._format
           
static Collection.Key KeyConstants._from
           
static Collection.Key KeyConstants._FROM
           
static Collection.Key KeyConstants._fullname
           
static Collection.Key KeyConstants._fullpath
           
static Collection.Key KeyConstants._function
           
static Collection.Key KeyConstants._functions
           
static Collection.Key KeyConstants._fusebox
           
static Collection.Key KeyConstants._FUSEBOX
           
static Collection.Key KeyConstants._FUSEQ
           
static Collection.Key KeyConstants._gateway_interface
           
static Collection.Key KeyConstants._geo
           
static Collection.Key KeyConstants._ger
           
static Collection.Key KeyConstants._get
           
static Collection.Key KeyConstants._GET
           
static Collection.Key KeyConstants._getArg
           
static Collection.Key KeyConstants._getBytes
           
static Collection.Key KeyConstants._getClass
           
static Collection.Key KeyConstants._getColumn
           
static Collection.Key KeyConstants._getLink
           
static Collection.Key KeyConstants._getLog
           
static Collection.Key KeyConstants._GETLOG
           
static Collection.Key KeyConstants._getMethod
           
static Collection.Key KeyConstants._getName
           
static Collection.Key KeyConstants._getObject
           
static Collection.Key KeyConstants._getParent
           
static Collection.Key KeyConstants._GETPARENT
           
static Collection.Key KeyConstants._getRooms
           
static Collection.Key KeyConstants._getSetting
           
static Collection.Key KeyConstants._getString
           
static Collection.Key KeyConstants._getTable
           
static Collection.Key KeyConstants._getTo
           
static Collection.Key KeyConstants._getType
           
static Collection.Key KeyConstants._Globals
           
static Collection.Key KeyConstants._grant
           
static Collection.Key KeyConstants._group
           
static Collection.Key KeyConstants._guid
           
static Collection.Key KeyConstants._happy
           
static Collection.Key KeyConstants._HASENDTAG
           
static Collection.Key KeyConstants._hash
           
static Collection.Key KeyConstants._hashCode
           
static Collection.Key KeyConstants._hasNext
           
static Collection.Key KeyConstants._HASNULL
           
static Collection.Key KeyConstants._header
           
static Collection.Key KeyConstants._headers
           
static Collection.Key KeyConstants._height
           
static Collection.Key KeyConstants._hidden
           
static Collection.Key KeyConstants._hide
           
static Collection.Key KeyConstants._highlight
           
static Collection.Key KeyConstants._hint
           
static Collection.Key KeyConstants._Hint
           
static Collection.Key KeyConstants._history
           
static Collection.Key KeyConstants._hit_count
           
static Collection.Key KeyConstants._hitcount
           
static Collection.Key KeyConstants._hits
           
static Collection.Key KeyConstants._host
           
static Collection.Key KeyConstants._Host
           
static Collection.Key KeyConstants._href
           
static Collection.Key KeyConstants._hreflang
           
static Collection.Key KeyConstants._html
           
static Collection.Key KeyConstants._http_accept
           
static Collection.Key KeyConstants._http_accept_encoding
           
static Collection.Key KeyConstants._http_accept_language
           
static Collection.Key KeyConstants._http_connection
           
static Collection.Key KeyConstants._http_cookie
           
static Collection.Key KeyConstants._http_host
           
static Collection.Key KeyConstants._http_Host
           
static Collection.Key KeyConstants._http_if_modified_since
           
static Collection.Key KeyConstants._http_referer
           
static Collection.Key KeyConstants._http_user_agent
           
static Collection.Key KeyConstants._httpmethod
           
static Collection.Key KeyConstants._httponly
           
static Collection.Key KeyConstants._https
           
static Collection.Key KeyConstants._https_keysize
           
static Collection.Key KeyConstants._https_secretkeysize
           
static Collection.Key KeyConstants._https_server_issuer
           
static Collection.Key KeyConstants._https_server_subject
           
static Collection.Key KeyConstants._i
           
static Collection.Key KeyConstants._I
           
static Collection.Key KeyConstants._id
           
static Collection.Key KeyConstants._ID
           
static Collection.Key KeyConstants._IDENTITYCOL
           
static Collection.Key KeyConstants._idx
           
static Collection.Key KeyConstants._img
           
static Collection.Key KeyConstants._implements
           
static Collection.Key KeyConstants._INCLUDES
           
static Collection.Key KeyConstants._indexOf
           
static Collection.Key KeyConstants._init
           
static Collection.Key KeyConstants._INIT
           
static Collection.Key KeyConstants._innerJoin
           
static Collection.Key KeyConstants._insert
           
static Collection.Key KeyConstants._instance
           
static Collection.Key KeyConstants._INSTANCE
           
static Collection.Key KeyConstants._Invokes
           
static Collection.Key KeyConstants._is31
           
static Collection.Key KeyConstants._is7
           
static Collection.Key KeyConstants._is8
           
static Collection.Key KeyConstants._ISDONE
           
static Collection.Key KeyConstants._isDSTon
           
static Collection.Key KeyConstants._isEmpty
           
static Collection.Key KeyConstants._ISFALSE
           
static Collection.Key KeyConstants._israilo11
           
static Collection.Key KeyConstants._isvalid
           
static Collection.Key KeyConstants._item
           
static Collection.Key KeyConstants._ITEM
           
static Collection.Key KeyConstants._iterator
           
static Collection.Key KeyConstants._ITERATOR
           
static Collection.Key KeyConstants._j
           
static Collection.Key KeyConstants._J
           
static Collection.Key KeyConstants._java
           
static Collection.Key KeyConstants._javaLoader
           
static Collection.Key KeyConstants._JAVALOADER
           
static Collection.Key KeyConstants._JOIN
           
static Collection.Key KeyConstants._jsessionid
           
static Collection.Key KeyConstants._key
           
static Collection.Key KeyConstants._KEY
           
static Collection.Key KeyConstants._keys
           
static Collection.Key KeyConstants._Keywords
           
static Collection.Key KeyConstants._label
           
static Collection.Key KeyConstants._LABEL
           
static Collection.Key KeyConstants._lang
           
static Collection.Key KeyConstants._language
           
static Collection.Key KeyConstants._Language
           
static Collection.Key KeyConstants._LAST
           
static Collection.Key KeyConstants._last_modified
           
static Collection.Key KeyConstants._lastmodified
           
static Collection.Key KeyConstants._lastModified
           
static Collection.Key KeyConstants._lastvisit
           
static Collection.Key KeyConstants._Layout
           
static Collection.Key KeyConstants._layouts
           
static Collection.Key KeyConstants._left
           
static Collection.Key KeyConstants._LEFT
           
static Collection.Key KeyConstants._LEFT_TYPE
           
static Collection.Key KeyConstants._Legend
           
static Collection.Key KeyConstants._len
           
static Collection.Key KeyConstants._LEN
           
static Collection.Key KeyConstants._length
           
static Collection.Key KeyConstants._letters
           
static Collection.Key KeyConstants._level
           
static Collection.Key KeyConstants._lft
           
static Collection.Key KeyConstants._line
           
static Collection.Key KeyConstants._LINE
           
static Collection.Key KeyConstants._link
           
static Collection.Key KeyConstants._list
           
static Collection.Key KeyConstants._listener
           
static Collection.Key KeyConstants._listUsers
           
static Collection.Key KeyConstants._load
           
static Collection.Key KeyConstants._local
           
static Collection.Key KeyConstants._local_addr
           
static Collection.Key KeyConstants._local_host
           
static Collection.Key KeyConstants._LOG
           
static Collection.Key KeyConstants._logFactory
           
static Collection.Key KeyConstants._LOGFACTORY
           
static Collection.Key KeyConstants._logid
           
static Collection.Key KeyConstants._LOGID
           
static Collection.Key KeyConstants._login
           
static Collection.Key KeyConstants._LogInAs
           
static Collection.Key KeyConstants._logout
           
static Collection.Key KeyConstants._m
           
static Collection.Key KeyConstants._M
           
static Collection.Key KeyConstants._main
           
static Collection.Key KeyConstants._MANYTOMANY
           
static Collection.Key KeyConstants._MANYTOONE
           
static Collection.Key KeyConstants._mappedSuperClass
           
static Collection.Key KeyConstants._mappings
           
static Collection.Key KeyConstants._max
           
static Collection.Key KeyConstants._maxEvents
           
static Collection.Key KeyConstants._member
           
static Collection.Key KeyConstants._memento
           
static Collection.Key KeyConstants._MEMENTO
           
static Collection.Key KeyConstants._memory
           
static Collection.Key KeyConstants._message
           
static Collection.Key KeyConstants._Message
           
static Collection.Key KeyConstants._MESSAGE
           
static Collection.Key KeyConstants._messageid
           
static Collection.Key KeyConstants._meta
           
static Collection.Key KeyConstants._metadata
           
static Collection.Key KeyConstants._metainfo
           
static Collection.Key KeyConstants._method
           
static Collection.Key KeyConstants._METHOD
           
static Collection.Key KeyConstants._methodcall
           
static Collection.Key KeyConstants._mimetype
           
static Collection.Key KeyConstants._min
           
static Collection.Key KeyConstants._minus
           
static Collection.Key KeyConstants._ModDate
           
static Collection.Key KeyConstants._mode
           
static Collection.Key KeyConstants._Modified
           
static Collection.Key KeyConstants._moduleName
           
static Collection.Key KeyConstants._MODULENAME
           
static Collection.Key KeyConstants._myFusebox
           
static Collection.Key KeyConstants._MYFUSEBOX
           
static Collection.Key KeyConstants._N
           
static Collection.Key KeyConstants._name
           
static Collection.Key KeyConstants._Name
           
static Collection.Key KeyConstants._NAME
           
static Collection.Key KeyConstants._needssetup
           
static Collection.Key KeyConstants._next
           
static Collection.Key KeyConstants._nosetup
           
static Collection.Key KeyConstants._notify
           
static Collection.Key KeyConstants._notifyAll
           
static Collection.Key KeyConstants._nullable
           
static Collection.Key KeyConstants._nullvalue
           
static Collection.Key KeyConstants._obj
           
static Collection.Key KeyConstants._object
           
static Collection.Key KeyConstants._OBJECT
           
static Collection.Key KeyConstants._officeMap
           
static Collection.Key KeyConstants._OfficeMap
           
static Collection.Key KeyConstants._onChange
           
static Collection.Key KeyConstants._ONETOMANY
           
static Collection.Key KeyConstants._online
           
static Collection.Key KeyConstants._onmissingmethod
           
static Collection.Key KeyConstants._opensample
           
static Collection.Key KeyConstants._ORDER
           
static Collection.Key KeyConstants._ORGLOCALE
           
static Collection.Key KeyConstants._orm
           
static Collection.Key KeyConstants._os
           
static Collection.Key KeyConstants._out
           
static Collection.Key KeyConstants._OUTER
           
static Collection.Key KeyConstants._output
           
static Collection.Key KeyConstants._OUTPUT
           
static Collection.Key KeyConstants._override
           
static Collection.Key KeyConstants._OVERRIDE
           
static Collection.Key KeyConstants._overwrite
           
static Collection.Key KeyConstants._owner
           
static Collection.Key KeyConstants._package
           
static Collection.Key KeyConstants._page
           
static Collection.Key KeyConstants._PageLayout
           
static Collection.Key KeyConstants._pages
           
static Collection.Key KeyConstants._parameters
           
static Collection.Key KeyConstants._PARAMETERS
           
static Collection.Key KeyConstants._parent
           
static Collection.Key KeyConstants._parsebody
           
static Collection.Key KeyConstants._password
           
static Collection.Key KeyConstants._path
           
static Collection.Key KeyConstants._PATH
           
static Collection.Key KeyConstants._path_info
           
static Collection.Key KeyConstants._path_translated
           
static Collection.Key KeyConstants._pattern
           
static Collection.Key KeyConstants._Pattern
           
static Collection.Key KeyConstants._pdf
           
static Collection.Key KeyConstants._permiss
           
static Collection.Key KeyConstants._persistent
           
static Collection.Key KeyConstants._PETER
           
static Collection.Key KeyConstants._plus
           
static Collection.Key KeyConstants._pointer
           
static Collection.Key KeyConstants._port
           
static Collection.Key KeyConstants._pos
           
static Collection.Key KeyConstants._Pragma
           
static Collection.Key KeyConstants._prefix
           
static Collection.Key KeyConstants._PREFIX
           
static Collection.Key KeyConstants._prepend
           
static Collection.Key KeyConstants._preProcess
           
static Collection.Key KeyConstants._preservecase
           
static Collection.Key KeyConstants._primarykey
           
static Collection.Key KeyConstants._PRIMARYKEY
           
static Collection.Key KeyConstants._Printing
           
static Collection.Key KeyConstants._PROCESSES
           
static Collection.Key KeyConstants._Producer
           
static Collection.Key KeyConstants._produces
           
static Collection.Key KeyConstants._productid
           
static Collection.Key KeyConstants._PRODUCTNAME
           
static Collection.Key KeyConstants._properties
           
static Collection.Key KeyConstants._Properties
           
static Collection.Key KeyConstants._property
           
static Collection.Key KeyConstants._PROPERTY
           
static Collection.Key KeyConstants._protocol
           
static Collection.Key KeyConstants._published
           
static Collection.Key KeyConstants._put
           
static Collection.Key KeyConstants._q
           
static Collection.Key KeyConstants._Q
           
static Collection.Key KeyConstants._qDir
           
static Collection.Key KeyConstants._qry
           
static Collection.Key KeyConstants._QRY
           
static Collection.Key KeyConstants._qtest
           
static Collection.Key KeyConstants._queries
           
static Collection.Key KeyConstants._query
           
static Collection.Key KeyConstants._QUERY
           
static Collection.Key KeyConstants._query_string
           
static Collection.Key KeyConstants._queryCache
           
static Collection.Key KeyConstants._queryError
           
static Collection.Key KeyConstants._queryFormat
           
static Collection.Key KeyConstants._r99f
           
static Collection.Key KeyConstants._railo
           
static Collection.Key KeyConstants._RAILO
           
static Collection.Key KeyConstants._railoweb
           
static Collection.Key KeyConstants._rank
           
static Collection.Key KeyConstants._Raw_Trace
           
static Collection.Key KeyConstants._RBundles
           
static Collection.Key KeyConstants._readonly
           
static Collection.Key KeyConstants._recordcount
           
static Collection.Key KeyConstants._RECORDCOUNT
           
static Collection.Key KeyConstants._recurse
           
static Collection.Key KeyConstants._REDIRECT_QUERY_STRING
           
static Collection.Key KeyConstants._REDIRECT_URL
           
static Collection.Key KeyConstants._ref
           
static Collection.Key KeyConstants._Referer
           
static Collection.Key KeyConstants._rel
           
static Collection.Key KeyConstants._remote_addr
           
static Collection.Key KeyConstants._remote_host
           
static Collection.Key KeyConstants._remote_user
           
static Collection.Key KeyConstants._remove
           
static Collection.Key KeyConstants._replace
           
static Collection.Key KeyConstants._replyto
           
static Collection.Key KeyConstants._request
           
static Collection.Key KeyConstants._request_method
           
static Collection.Key KeyConstants._request_uri
           
static Collection.Key KeyConstants._request_url
           
static Collection.Key KeyConstants._requests
           
static Collection.Key KeyConstants._required
           
static Collection.Key KeyConstants._res
           
static Collection.Key KeyConstants._RES
           
static Collection.Key KeyConstants._resource
           
static Collection.Key KeyConstants._rest
           
static Collection.Key KeyConstants._restArgName
           
static Collection.Key KeyConstants._restArgSource
           
static Collection.Key KeyConstants._restPath
           
static Collection.Key KeyConstants._result
           
static Collection.Key KeyConstants._RESULT
           
static Collection.Key KeyConstants._resultArg
           
static Collection.Key KeyConstants._return
           
static Collection.Key KeyConstants._RETURN
           
static Collection.Key KeyConstants._returnFormat
           
static Collection.Key KeyConstants._returntype
           
static Collection.Key KeyConstants._revoke
           
static Collection.Key KeyConstants._rgt
           
static Collection.Key KeyConstants._right
           
static Collection.Key KeyConstants._RIGHT
           
static Collection.Key KeyConstants._root
           
static Collection.Key KeyConstants._rootpath
           
static Collection.Key KeyConstants._Roulette
           
static Collection.Key KeyConstants._rst
           
static Collection.Key KeyConstants._RTN
           
static Collection.Key KeyConstants._s3
           
static Collection.Key KeyConstants._sad
           
static Collection.Key KeyConstants._scope
           
static Collection.Key KeyConstants._SCOPE
           
static Collection.Key KeyConstants._scopeKey
           
static Collection.Key KeyConstants._scopes
           
static Collection.Key KeyConstants._score
           
static Collection.Key KeyConstants._script
           
static Collection.Key KeyConstants._script_name
           
static Collection.Key KeyConstants._sct
           
static Collection.Key KeyConstants._SCT
           
static Collection.Key KeyConstants._search
           
static Collection.Key KeyConstants._secure
           
static Collection.Key KeyConstants._Secure
           
static Collection.Key KeyConstants._security
           
static Collection.Key KeyConstants._select
           
static Collection.Key KeyConstants._SELECT
           
static Collection.Key KeyConstants._separator
           
static Collection.Key KeyConstants._server
           
static Collection.Key KeyConstants._Server
           
static Collection.Key KeyConstants._server_name
           
static Collection.Key KeyConstants._server_port
           
static Collection.Key KeyConstants._server_port_secure
           
static Collection.Key KeyConstants._server_protocol
           
static Collection.Key KeyConstants._server_software
           
static Collection.Key KeyConstants._servlet
           
static Collection.Key KeyConstants._session
           
static Collection.Key KeyConstants._sessionid
           
static Collection.Key KeyConstants._set
           
static Collection.Key KeyConstants._setArgumentCollection
           
static Collection.Key KeyConstants._setEL
           
static Collection.Key KeyConstants._setFirst
           
static Collection.Key KeyConstants._SETLOG
           
static Collection.Key KeyConstants._setMemento
           
static Collection.Key KeyConstants._SETMEMENTO
           
static Collection.Key KeyConstants._SETPARENT
           
static Collection.Key KeyConstants._SETTINGS
           
static Collection.Key KeyConstants._show
           
static Collection.Key KeyConstants._showudfs
           
static Collection.Key KeyConstants._Signing
           
static Collection.Key KeyConstants._simple
           
static Collection.Key KeyConstants._size
           
static Collection.Key KeyConstants._SIZE
           
static Collection.Key KeyConstants._skeleton
           
static Collection.Key KeyConstants._skipCFCWithError
           
static Collection.Key KeyConstants._sleep
           
static Collection.Key KeyConstants._SOAPAction
           
static Collection.Key KeyConstants._source
           
static Collection.Key KeyConstants._sourcename
           
static Collection.Key KeyConstants._sql
           
static Collection.Key KeyConstants._Sql
           
static Collection.Key KeyConstants._SQL
           
static Collection.Key KeyConstants._SQLState
           
static Collection.Key KeyConstants._src
           
static Collection.Key KeyConstants._start
           
static Collection.Key KeyConstants._START
           
static Collection.Key KeyConstants._startwith
           
static Collection.Key KeyConstants._STARTWITH
           
static Collection.Key KeyConstants._state
           
static Collection.Key KeyConstants._STATE
           
static Collection.Key KeyConstants._status
           
static Collection.Key KeyConstants._STATUS
           
static Collection.Key KeyConstants._statuscode
           
static Collection.Key KeyConstants._statustext
           
static Collection.Key KeyConstants._stop
           
static Collection.Key KeyConstants._STOP
           
static Collection.Key KeyConstants._store
           
static Collection.Key KeyConstants._str
           
static Collection.Key KeyConstants._STR
           
static Collection.Key KeyConstants._strXML
           
static Collection.Key KeyConstants._STRXML
           
static Collection.Key KeyConstants._subject
           
static Collection.Key KeyConstants._Subject
           
static Collection.Key KeyConstants._substring
           
static Collection.Key KeyConstants._succeeded
           
static Collection.Key KeyConstants._summary
           
static Collection.Key KeyConstants._super
           
static Collection.Key KeyConstants._SUPER
           
static Collection.Key KeyConstants._susi
           
static Collection.Key KeyConstants._SUSI
           
static Collection.Key KeyConstants._susi2
           
static Collection.Key KeyConstants._synchronized
           
static Collection.Key KeyConstants._table
           
static Collection.Key KeyConstants._TABLE
           
static Collection.Key KeyConstants._tag
           
static Collection.Key KeyConstants._tagname
           
static Collection.Key KeyConstants._task
           
static Collection.Key KeyConstants._tc
           
static Collection.Key KeyConstants._template
           
static Collection.Key KeyConstants._TEMPLATE
           
static Collection.Key KeyConstants._templates
           
static Collection.Key KeyConstants._test
           
static Collection.Key KeyConstants._TEST
           
static Collection.Key KeyConstants._test1
           
static Collection.Key KeyConstants._TEST1
           
static Collection.Key KeyConstants._test2
           
static Collection.Key KeyConstants._TEST2
           
static Collection.Key KeyConstants._TEST3
           
static Collection.Key KeyConstants._testcustom
           
static Collection.Key KeyConstants._TESTEMPTY
           
static Collection.Key KeyConstants._testfile
           
static Collection.Key KeyConstants._testquery
           
static Collection.Key KeyConstants._text
           
static Collection.Key KeyConstants._TEXT
           
static Collection.Key KeyConstants._this
           
static Collection.Key KeyConstants._THIS
           
static Collection.Key KeyConstants._thistag
           
static Collection.Key KeyConstants._THISTAG
           
static Collection.Key KeyConstants._thread
           
static Collection.Key KeyConstants._THROW
           
static Collection.Key KeyConstants._time
           
static Collection.Key KeyConstants._TIME
           
static Collection.Key KeyConstants._timecreated
           
static Collection.Key KeyConstants._timeout
           
static Collection.Key KeyConstants._timers
           
static Collection.Key KeyConstants._timespan
           
static Collection.Key KeyConstants._title
           
static Collection.Key KeyConstants._Title
           
static Collection.Key KeyConstants._to
           
static Collection.Key KeyConstants._toArray
           
static Collection.Key KeyConstants._top
           
static Collection.Key KeyConstants._toString
           
static Collection.Key KeyConstants._total
           
static Collection.Key KeyConstants._TOTAL_HEAP
           
static Collection.Key KeyConstants._TotalPages
           
static Collection.Key KeyConstants._traces
           
static Collection.Key KeyConstants._transfer
           
static Collection.Key KeyConstants._TRANSFER
           
static Collection.Key KeyConstants._Trapped
           
static Collection.Key KeyConstants._tree
           
static Collection.Key KeyConstants._type
           
static Collection.Key KeyConstants._Type
           
static Collection.Key KeyConstants._TYPE
           
static Collection.Key KeyConstants._uid
           
static Collection.Key KeyConstants._update
           
static Collection.Key KeyConstants._updated
           
static Collection.Key KeyConstants._uri
           
static Collection.Key KeyConstants._url
           
static Collection.Key KeyConstants._urlBase
           
static Collection.Key KeyConstants._urlpath
           
static Collection.Key KeyConstants._urltoken
           
static Collection.Key KeyConstants._usage
           
static Collection.Key KeyConstants._use
           
static Collection.Key KeyConstants._used
           
static Collection.Key KeyConstants._USER
           
static Collection.Key KeyConstants._User_Agent
           
static Collection.Key KeyConstants._username
           
static Collection.Key KeyConstants._utility
           
static Collection.Key KeyConstants._UTILITY
           
static Collection.Key KeyConstants._v
           
static Collection.Key KeyConstants._v_pages
           
static Collection.Key KeyConstants._validate
           
static Collection.Key KeyConstants._VALIDATE
           
static Collection.Key KeyConstants._value
           
static Collection.Key KeyConstants._VALUE
           
static Collection.Key KeyConstants._valueOf
           
static Collection.Key KeyConstants._var
           
static Collection.Key KeyConstants._variables
           
static Collection.Key KeyConstants._varname
           
static Collection.Key KeyConstants._varvalue
           
static Collection.Key KeyConstants._version
           
static Collection.Key KeyConstants._Version
           
static Collection.Key KeyConstants._VERSION
           
static Collection.Key KeyConstants._visitBeach
           
static Collection.Key KeyConstants._visitHal
           
static Collection.Key KeyConstants._visitJohn
           
static Collection.Key KeyConstants._visitOcean
           
static Collection.Key KeyConstants._wait
           
static Collection.Key KeyConstants._WARNINGS
           
static Collection.Key KeyConstants._web
           
static Collection.Key KeyConstants._web_server_api
           
static Collection.Key KeyConstants._where
           
static Collection.Key KeyConstants._WHERE
           
static Collection.Key KeyConstants._width
           
static Collection.Key KeyConstants._writeLine
           
static Collection.Key KeyConstants._WS
           
static Collection.Key KeyConstants._wsdl
           
static Collection.Key KeyConstants._x
           
static Collection.Key KeyConstants._X
           
static Collection.Key KeyConstants._xfa
           
static Collection.Key KeyConstants._XFAS
           
static Collection.Key KeyConstants._xml
           
static Collection.Key KeyConstants._XML
           
static Collection.Key KeyConstants._XMLATTRIBUTES
           
static Collection.Key KeyConstants._XMLCHILDREN
           
static Collection.Key KeyConstants._XMLCOMMENT
           
static Collection.Key KeyConstants._XMLDATA
           
static Collection.Key KeyConstants._XMLDOC
           
static Collection.Key KeyConstants._XMLNAME
           
static Collection.Key KeyConstants._XMLROOT
           
static Collection.Key KeyConstants._XMLTEXT
           
static Collection.Key KeyConstants._XMLVALUE
           
static Collection.Key KeyConstants._xtags
           
static Collection.Key PropertyFactory.FIELD_TYPE
           
static Collection.Key PropertyFactory.SINGULAR_NAME
           
 

Methods in railo.runtime.type.util that return Collection.Key
static Collection.Key[] QueryUtil.getColumnNames(Query qry)
          return column names as Key from a query
static Collection.Key[] CollectionUtil.keys(Collection coll)
           
static Collection.Key[] StructUtil.toCollectionKeys(String[] skeys)
           
 

Methods in railo.runtime.type.util that return types with arguments of type Collection.Key
static Map<Collection.Key,FunctionLibFunction> MemberUtil.getMembers(PageContext pc, short type)
           
 

Methods in railo.runtime.type.util with parameters of type Collection.Key
static String ListUtil.arrayToList(Collection.Key[] array, String delimiter)
           
 Object ArraySupport.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object StructSupport.call(PageContext pc, Collection.Key methodName, Object[] args)
           
static Object MemberUtil.call(PageContext pc, Object coll, Collection.Key methodName, Object[] args, short type, String strType)
           
 Object ArraySupport.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object StructSupport.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
static Object MemberUtil.callWithNamedValues(PageContext pc, Object coll, Collection.Key methodName, Struct args, short type, String strType)
           
 boolean ArraySupport.containsKey(Collection.Key key)
           
 Object ArraySupport.get(PageContext pc, Collection.Key key)
           
 Object StructSupport.get(PageContext pc, Collection.Key key)
           
 Object ArraySupport.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object StructSupport.get(PageContext pc, Collection.Key key, Object defaultValue)
           
static ExpressionException StructSupport.invalidKey(Struct sct, Collection.Key key)
          throw exception for invalid key
static ExpressionException ComponentUtil.notFunction(Component c, Collection.Key key, Object member, int access)
           
 Object ArraySupport.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object StructSupport.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ArraySupport.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 Object StructSupport.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
static void StructUtil.setELIgnoreWhenNull(Struct sct, Collection.Key key, Object value)
           
static String[] QueryUtil.toStringArray(Collection.Key[] keys)
           
 

Method parameters in railo.runtime.type.util with type arguments of type Collection.Key
static String CollectionUtil.getKeyList(Iterator<Collection.Key> it, String delimiter)
           
 

Constructors in railo.runtime.type.util with parameters of type Collection.Key
StructMapEntry(Struct sct, Collection.Key key, Object value)
           
 

Uses of Collection.Key in railo.runtime.type.wrap
 

Methods in railo.runtime.type.wrap that return Collection.Key
 Collection.Key[] ListAsArray.keys()
           
 Collection.Key[] MapAsStruct.keys()
           
 

Methods in railo.runtime.type.wrap that return types with arguments of type Collection.Key
 Iterator<Map.Entry<Collection.Key,Object>> ListAsArray.entryIterator()
           
 Iterator<Map.Entry<Collection.Key,Object>> MapAsStruct.entryIterator()
           
 Iterator<Collection.Key> ListAsArray.keyIterator()
           
 Iterator<Collection.Key> MapAsStruct.keyIterator()
           
 

Methods in railo.runtime.type.wrap with parameters of type Collection.Key
 Object ListAsArray.call(PageContext pc, Collection.Key methodName, Object[] args)
           
 Object ListAsArray.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 boolean ListAsArray.containsKey(Collection.Key key)
           
 boolean MapAsStruct.containsKey(Collection.Key key)
           
 Object ListAsArray.get(Collection.Key key)
           
 Object MapAsStruct.get(Collection.Key key)
           
 Object ListAsArray.get(Collection.Key key, Object defaultValue)
           
 Object MapAsStruct.get(Collection.Key key, Object defaultValue)
           
 Object ListAsArray.get(PageContext pc, Collection.Key key)
           
 Object ListAsArray.get(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object ListAsArray.remove(Collection.Key key)
           
 Object MapAsStruct.remove(Collection.Key key)
           
 Object ListAsArray.removeEL(Collection.Key key)
           
 Object MapAsStruct.removeEL(Collection.Key key)
           
 Object ListAsArray.set(Collection.Key key, Object value)
           
 Object MapAsStruct.set(Collection.Key key, Object value)
           
 Object ListAsArray.set(PageContext pc, Collection.Key propertyName, Object value)
           
 Object ListAsArray.setEL(Collection.Key key, Object value)
           
 Object MapAsStruct.setEL(Collection.Key key, Object value)
           
 Object ListAsArray.setEL(PageContext pc, Collection.Key propertyName, Object value)
           
 

Uses of Collection.Key in railo.runtime.util
 

Methods in railo.runtime.util that return Collection.Key
 Collection.Key Creation.createKey(String key)
          creates a collecton Key out of a String
 Collection.Key Decision.toKey(Object obj)
           
 Collection.Key Cast.toKey(Object o)
           
 Collection.Key Decision.toKey(Object obj, Collection.Key defaultValue)
           
 Collection.Key Cast.toKey(Object o, Collection.Key defaultValue)
           
 

Methods in railo.runtime.util with parameters of type Collection.Key
 Object VariableUtilImpl.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
           
 Object VariableUtil.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
          call a Function (UDF, Method) with Named Values
 Object VariableUtilImpl.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Struct args)
           
 Object VariableUtil.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Struct args)
           
 Object VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
           
 Object VariableUtil.callFunctionWithoutNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
          call a Function (UDF, Method) without Named Values
 ClusterEntry Creation.createClusterEntry(Collection.Key key, Serializable value, int offset)
           
 Query Creation.createQuery(Collection.Key[] columns, int rows, String name)
          creates a query object with given data
 Object VariableUtilImpl.get(PageContext pc, Object coll, Collection.Key key)
           
 Object VariableUtilImpl.get(PageContext pc, Object coll, Collection.Key key, Object defaultValue)
           
 Object VariableUtil.get(PageContext pc, Object coll, Collection.Key key, Object defaultValue)
          return a property from the given Object, when property doesn't exists return null
 Object VariableUtilImpl.getCollection(PageContext pc, Object coll, Collection.Key key)
           
 Object VariableUtilImpl.getCollection(PageContext pc, Object coll, Collection.Key key, Object defaultValue)
           
 QueryColumn QueryStackImpl.getColumnFromACollection(Collection.Key key)
           
 QueryColumn QueryStack.getColumnFromACollection(Collection.Key key)
          loop over all Queries and return value as QueryColumn at first ocurrence
 Object QueryStackImpl.getDataFromACollection(Collection.Key key)
           
 Object QueryStack.getDataFromACollection(Collection.Key key)
          Deprecated. use instead QueryStack.getDataFromACollection(PageContext,Collection.Key)
 Object QueryStackImpl.getDataFromACollection(PageContext pc, Collection.Key key)
           
 Object QueryStack.getDataFromACollection(PageContext pc, Collection.Key key)
          loop over all Queries and return value at first ocurrence
 Object QueryStackImpl.getDataFromACollection(PageContext pc, Collection.Key key, Object defaultValue)
           
 Object VariableUtilImpl.getLight(PageContext pc, Object coll, Collection.Key key, Object defaultValue)
           
 Object VariableUtilImpl.remove(Object coll, Collection.Key key)
           
 Object VariableUtilImpl.removeEL(Object coll, Collection.Key key)
           
 Object VariableUtilImpl.set(PageContext pc, Object coll, Collection.Key key, Object value)
           
 Object VariableUtilImpl.setEL(PageContext pc, Object coll, Collection.Key key, Object value)
           
 Object VariableUtil.setEL(PageContext pc, Object coll, Collection.Key key, Object value)
          sets a value to the Object
 Collection.Key Decision.toKey(Object obj, Collection.Key defaultValue)
           
 Collection.Key Cast.toKey(Object o, Collection.Key defaultValue)
           
 



Copyright © 2012 Railo