Uses of Interface
railo.runtime.type.Struct

Packages that use Struct
coldfusion.image   
coldfusion.runtime   
coldfusion.server   
coldfusion.sql   
railo.commons.io.cache   
railo.commons.io.ini   
railo.commons.io.res   
railo.commons.io.res.type.cache   
railo.commons.io.res.type.s3   
railo.runtime   
railo.runtime.cache   
railo.runtime.cache.eh   
railo.runtime.cache.eh.remote   
railo.runtime.cache.eh.remote.rest   
railo.runtime.cache.eh.remote.soap   
railo.runtime.cache.ram   
railo.runtime.cfx   
railo.runtime.com   
railo.runtime.component   
railo.runtime.config   
railo.runtime.converter   
railo.runtime.db   
railo.runtime.debug   
railo.runtime.engine   
railo.runtime.exp   
railo.runtime.extension   
railo.runtime.functions.arrays   
railo.runtime.functions.cache   
railo.runtime.functions.component   
railo.runtime.functions.dynamicEvaluation   
railo.runtime.functions.file   
railo.runtime.functions.gateway   
railo.runtime.functions.image   
railo.runtime.functions.international   
railo.runtime.functions.orm   
railo.runtime.functions.other   
railo.runtime.functions.query   
railo.runtime.functions.s3   
railo.runtime.functions.struct   
railo.runtime.functions.system   
railo.runtime.functions.xml   
railo.runtime.gateway   
railo.runtime.helpers   
railo.runtime.img   
railo.runtime.img.filter   
railo.runtime.java   
railo.runtime.listener   
railo.runtime.net.http   
railo.runtime.net.rpc.client   
railo.runtime.net.s3   
railo.runtime.op   
railo.runtime.orm   
railo.runtime.orm.hibernate   
railo.runtime.orm.hibernate.event   
railo.runtime.query   
railo.runtime.regex   
railo.runtime.security   
railo.runtime.services   
railo.runtime.spooler   
railo.runtime.spooler.mail   
railo.runtime.spooler.remote   
railo.runtime.spooler.test   
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.query   
railo.runtime.type.scope   
railo.runtime.type.scope.client   
railo.runtime.type.scope.session   
railo.runtime.type.scope.storage   
railo.runtime.type.trace   
railo.runtime.type.util   
railo.runtime.type.wrap   
railo.runtime.util   
railo.runtime.video   
 

Uses of Struct in coldfusion.image
 

Methods in coldfusion.image that return Struct
 Struct Image.getExifMetadata(javax.servlet.jsp.PageContext arg0)
           
 Struct Image.getIptcMetadata(javax.servlet.jsp.PageContext arg0)
           
 Struct Image.info()
           
 

Methods in coldfusion.image with parameters of type Struct
 void Image.drawString(String arg0, int arg1, int arg2, Struct arg3)
           
 void Image.setDrawingStroke(Struct arg0)
           
 

Uses of Struct in coldfusion.runtime
 

Methods in coldfusion.runtime that return Struct
static Struct SessionTracker.getSessionCollection(String appName)
           
 

Uses of Struct in coldfusion.server
 

Methods in coldfusion.server that return Struct
 Struct DataSourceService.getDatasources()
           
 Struct DataSourceService.getDefaults()
           
 Struct DataSourceService.getDrivers()
           
 

Uses of Struct in coldfusion.sql
 

Methods in coldfusion.sql that return Struct
 Struct DataSourceDef.getAllowedSQL()
           
 Struct DataSourceDef.getExtraData()
           
 Struct DataSourceDef.getJndienv()
           
 

Methods in coldfusion.sql with parameters of type Struct
 void DataSourceDef.setAllowedSQL(Struct arg1)
           
 void DataSourceDef.setExtraData(Struct arg1)
           
 void DataSourceDef.setJndienv(Struct arg1)
           
 

Uses of Struct in railo.commons.io.cache
 

Methods in railo.commons.io.cache that return Struct
 Struct CacheEntry.getCustomInfo()
          get all information data available for this entry
 Struct Cache.getCustomInfo()
          get all information data available for this cache
 

Methods in railo.commons.io.cache with parameters of type Struct
 void Cache.init(String cacheName, Struct arguments)
          initialize the cache
 

Uses of Struct in railo.commons.io.ini
 

Methods in railo.commons.io.ini that return Struct
static Struct IniFile.getProfileSections(Resource file)
           
 

Uses of Struct in railo.commons.io.res
 

Methods in railo.commons.io.res that return Struct
 Struct ResourceMetaData.getMetaData()
           
 

Uses of Struct in railo.commons.io.res.type.cache
 

Methods in railo.commons.io.res.type.cache that return Struct
 Struct CacheResource.getMetaData()
           
 

Uses of Struct in railo.commons.io.res.type.s3
 

Methods in railo.commons.io.res.type.s3 with parameters of type Struct
static AccessControl AccessControl.toAccessControl(Struct sct)
           
 

Uses of Struct in railo.runtime
 

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

Classes in railo.runtime that implement Struct
 class CFCProxy
          Proxy for "dynamic-map" entity representations.
 class ComponentImpl
          %**% MUST add handling for new attributes (style, namespace, serviceportname, porttypename, wsdlfile, bindingname, and output)
 class ComponentScopeShadow
           
 class ComponentScopeThis
           
 class ComponentWrap
           
 class SuperComponent
           
 

Fields in railo.runtime with type parameters of type Struct
 SoftReference<Struct> PagePlus.metaData
           
 

Methods in railo.runtime that return Struct
 Struct ComponentWrap.getMetaData(PageContext pc)
           
 Struct SuperComponent.getMetaData(PageContext pc)
           
 Struct InterfaceImpl.getMetaData(PageContext pc)
           
 Struct ComponentImpl.getMetaData(PageContext pc)
           
 Struct Component.getMetaData(PageContext pc)
          returns Meta Data to the Component
 Struct CFMLFactoryImpl.getRunningPageContextes()
           
static Struct ComponentPage.translate(Component c, String strMethod, Struct params)
           
 

Methods in railo.runtime with parameters of type Struct
 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)
           
 Object ComponentScopeShadow.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object ComponentWrap.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object SuperComponent.callWithNamedValues(PageContext pc, String name, Struct args)
           
 Object ComponentScopeThis.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object ComponentImpl.callWithNamedValues(PageContext pc, String name, Struct args)
           
 Object Component.callWithNamedValues(PageContext pc, String key, Struct args)
          call a method of the component with named arguments
 Object ComponentImpl.onMissingMethod(PageContext pc, int access, Member member, String name, Object[] _args, Struct _namedArgs, boolean superAccess)
           
static Struct ComponentPage.translate(Component c, String strMethod, Struct params)
           
 

Constructors in railo.runtime with parameters of type Struct
ComponentProperties(String dspName, String extend, String implement, String hint, Boolean output, String callPath, boolean realPath, boolean _synchronized, Class javaAccessClass, boolean persistent, boolean accessors, Struct meta)
           
 

Uses of Struct in railo.runtime.cache
 

Methods in railo.runtime.cache that return Struct
 Struct CacheConnectionImpl.getCustom()
           
 Struct ServerCacheConnection.getCustom()
           
 Struct CacheConnection.getCustom()
           
 Struct CacheSupport.getCustomInfo()
           
static Struct CacheUtil.getInfo(Cache c)
           
static Struct CacheUtil.getInfo(CacheEntry ce)
           
 Struct CacheEngine.info()
           
 Struct CacheEngine.info(String key)
           
 Struct CacheEngine.list(String filter)
           
 

Constructors in railo.runtime.cache with parameters of type Struct
CacheConnectionImpl(Config config, String name, Class clazz, Struct custom, boolean readOnly, boolean storage)
           
 

Uses of Struct in railo.runtime.cache.eh
 

Methods in railo.runtime.cache.eh that return Struct
 Struct EHCacheSupport.getCustomInfo()
           
 Struct EHCacheEntry.getCustomInfo()
           
 

Methods in railo.runtime.cache.eh with parameters of type Struct
static void EHCacheLite.init(Config config, String[] cacheNames, Struct[] arguments)
           
static void EHCache.init(Config config, String[] cacheNames, Struct[] arguments)
           
 void EHCacheLite.init(Config config, String cacheName, Struct arguments)
           
 void EHCache.init(Config config, String cacheName, Struct arguments)
           
 void EHCacheLite.init(String cacheName, Struct arguments)
           
 void EHCache.init(String cacheName, Struct arguments)
           
 

Uses of Struct in railo.runtime.cache.eh.remote
 

Methods in railo.runtime.cache.eh.remote that return Struct
 Struct EHCacheRemote.getCustomInfo()
           
 

Methods in railo.runtime.cache.eh.remote with parameters of type Struct
static void EHCacheRemote.init(ConfigWeb config, String[] cacheNames, Struct[] arguments)
           
 void EHCacheRemote.init(String name, Struct arguments)
           
 

Uses of Struct in railo.runtime.cache.eh.remote.rest
 

Methods in railo.runtime.cache.eh.remote.rest that return Struct
 Struct RESTCacheEntry.getCustomInfo()
           
 

Uses of Struct in railo.runtime.cache.eh.remote.soap
 

Methods in railo.runtime.cache.eh.remote.soap that return Struct
 Struct SoapCacheEntry.getCustomInfo()
           
 

Uses of Struct in railo.runtime.cache.ram
 

Methods in railo.runtime.cache.ram that return Struct
 Struct RamCacheEntry.getCustomInfo()
           
 

Methods in railo.runtime.cache.ram with parameters of type Struct
 void RamCache.init(Cache cache, String cacheName, Struct arguments)
           
static void RamCache.init(Config config, String[] cacheNames, Struct[] arguments)
           
 void RamCache.init(String cacheName, Struct arguments)
           
 

Uses of Struct in railo.runtime.cfx
 

Constructors in railo.runtime.cfx with parameters of type Struct
RequestImpl(PageContext pc, Struct attributes)
          constructor of the class
RequestImpl(Struct attributes, Query query, Struct settings)
          constructor of the class
 

Uses of Struct in railo.runtime.com
 

Methods in railo.runtime.com with parameters of type Struct
 Object COMObject.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object COMObject.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 

Uses of Struct in railo.runtime.component
 

Methods in railo.runtime.component that return Struct
 Struct Property.getDynamicAttributes()
           
 Struct Property.getMeta()
           
 

Uses of Struct in railo.runtime.config
 

Methods in railo.runtime.config that return Struct
 Struct ConfigImpl.getConstants()
           
 Struct Config.getConstants()
           
 Struct ConfigImpl.getRemoteClientUsage()
           
 Struct Config.getRemoteClientUsage()
           
 Struct ConfigImpl.listComponentCache()
           
 Struct ConfigImpl.listCTCache()
           
 

Methods in railo.runtime.config with parameters of type Struct
 void AdminSyncNotSupported.broadcast(Struct attributes, Config config)
           
 void AdminSync.broadcast(Struct attributes, Config config)
           
 void ConfigWebAdmin.updateCacheConnection(String name, String classname, int _default, Struct custom, boolean readOnly, boolean storage)
           
 void ConfigWebAdmin.updateDataSource(String name, String newName, String clazzName, String dsn, String username, String password, String host, String database, int port, int connectionLimit, int connectionTimeout, long metaCacheTimeout, boolean blob, boolean clob, int allow, boolean validate, boolean storage, String timezone, Struct custom)
          update or insert new database connection
 void ConfigWebAdmin.updateGatewayEntry(String id, String className, String cfcPath, String listenerCfcPath, int startupMode, Struct custom, boolean readOnly)
           
 void ConfigWebAdmin.updateResourceProvider(String scheme, Class clazz, Struct arguments)
           
 

Uses of Struct in railo.runtime.converter
 

Methods in railo.runtime.converter that return Struct
static Struct ClientScopeConverter.unserialize(String str)
           
 

Methods in railo.runtime.converter with parameters of type Struct
 void JSONConverter._serializeStruct(PageContext pc, Set test, Struct struct, StringBuffer sb, boolean serializeQueryByColumns, boolean addUDFs, Set<Object> done)
          serialize a Struct
 void ScriptConverter._serializeStruct(Struct struct, StringBuffer sb, Set<Object> done)
          serialize a Struct
static String ClientScopeConverter.serialize(Struct sct)
           
static String ClientScopeConverter.serialize(Struct sct, Set ignoreSet)
           
 String ScriptConverter.serializeStruct(Struct struct, Set ignoreSet)
           
 

Uses of Struct in railo.runtime.db
 

Methods in railo.runtime.db that return Struct
 Struct DataSourceImpl.getCustoms()
           
 Struct DataSource.getCustoms()
           
 

Constructors in railo.runtime.db with parameters of type Struct
DataSourceImpl(String name, String className, String host, String dsn, String database, int port, String username, String password, int connectionLimit, int connectionTimeout, long metaCacheTimeout, boolean blob, boolean clob, int allow, Struct custom, boolean readOnly, boolean validate, boolean storage, TimeZone timezone)
          constructor of the class
 

Uses of Struct in railo.runtime.debug
 

Methods in railo.runtime.debug that return Struct
 Struct DebuggerImpl.getDebuggingData()
           
 Struct Debugger.getDebuggingData()
          returns the Debugging Info
 

Uses of Struct in railo.runtime.engine
 

Methods in railo.runtime.engine that return Struct
static Struct Surveillance.getInfo(ConfigImpl config)
           
 

Uses of Struct in railo.runtime.exp
 

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

Methods in railo.runtime.exp that return Struct
 Struct PageRuntimeException.getAddional()
           
 Struct PageExceptionImpl.getAddional()
           
 Struct PageServletException.getAddional()
           
 Struct IPageException.getAddional()
           
 Struct PageRuntimeException.getAdditional()
           
 Struct PageExceptionImpl.getAdditional()
           
 Struct PageServletException.getAdditional()
           
 Struct PageRuntimeException.getCatchBlock()
           
 Struct PageExceptionImpl.getCatchBlock()
           
 Struct PageRuntimeException.getCatchBlock(PageContext pc)
           
 Struct PageExceptionImpl.getCatchBlock(PageContext pc)
           
 Struct PageServletException.getCatchBlock(PageContext pc)
           
 Struct IPageException.getCatchBlock(PageContext pc)
          return detailed catch block of the error
 Struct CustomTypeException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct PageRuntimeException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct PageExceptionImpl.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct PageServletException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct IPageException.getErrorBlock(PageContext pc, ErrorPage ep)
          return detailed error block of the error
 

Methods in railo.runtime.exp with parameters of type Struct
 Object CatchBlock.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object CatchBlock.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 

Uses of Struct in railo.runtime.extension
 

Methods in railo.runtime.extension that return Struct
 Struct ExtensionImpl.getConfig(PageContext pc)
           
 Struct Extension.getConfig(PageContext pc)
           
 

Constructors in railo.runtime.extension with parameters of type Struct
ExtensionImpl(Struct config, String id, String provider, String version, String name, String label, String description, String category, String image, String author, String codename, String video, String support, String documentation, String forum, String mailinglist, String network, DateTime created, String type)
           
 

Uses of Struct in railo.runtime.functions.arrays
 

Methods in railo.runtime.functions.arrays that return Struct
static Struct ArrayToStruct.call(PageContext pc, Array arr)
           
 

Uses of Struct in railo.runtime.functions.cache
 

Methods in railo.runtime.functions.cache that return Struct
static Struct CacheGetAll.call(PageContext pc)
           
static Struct CacheGetMetadata.call(PageContext pc, String id)
           
static Struct CacheGetAll.call(PageContext pc, String filter)
           
static Struct CacheGetMetadata.call(PageContext pc, String id, String cacheName)
           
static Struct CacheGetAll.call(PageContext pc, String filter, String cacheName)
           
 

Methods in railo.runtime.functions.cache with parameters of type Struct
static Object CacheSetProperties.call(PageContext pc, Struct properties)
           
 

Uses of Struct in railo.runtime.functions.component
 

Methods in railo.runtime.functions.component that return Struct
static Struct ComponentCacheList.call(PageContext pc)
           
static Struct ComponentInfo.call(PageContext pc, Component component)
          Deprecated.  
 

Uses of Struct in railo.runtime.functions.dynamicEvaluation
 

Methods in railo.runtime.functions.dynamicEvaluation with parameters of type Struct
static Object EvaluateComponent.call(PageContext pc, String name, String md5, Struct sctThis)
           
static Object EvaluateComponent.call(PageContext pc, String name, String md5, Struct sctThis, Struct sctVariables)
           
static void EvaluateComponent.setInternalState(Component comp, Struct sctThis, Struct sctVariables)
           
 

Uses of Struct in railo.runtime.functions.file
 

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

Methods in railo.runtime.functions.file that return Struct
static Struct GetFileInfo.call(PageContext pc, Object oSrc)
           
static Struct GetVFSMetaData.call(PageContext pc, String scheme)
           
static Struct FileUpload.call(PageContext pc, String destination)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept, String nameConflict)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept, String nameConflict, String mode)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept, String nameConflict, String mode, String attributes)
           
static Struct FileUpload.call(PageContext pc, String destination, String fileField, String accept, String nameConflict, String mode, String attributes, Object acl)
           
 Struct FileStreamWrapper.info()
           
 

Uses of Struct in railo.runtime.functions.gateway
 

Methods in railo.runtime.functions.gateway with parameters of type Struct
static String SendGatewayMessage.call(PageContext pc, String gatewayID, Struct data)
           
 

Uses of Struct in railo.runtime.functions.image
 

Methods in railo.runtime.functions.image that return Struct
static Struct ImageFormats.call(PageContext pc)
           
static Struct ImageInfo.call(PageContext pc, Object source)
           
static Struct ImageGetEXIFMetadata.call(PageContext pc, Object name)
           
static Struct ImageGetEXIFMetadata.getData(Image img)
           
 

Methods in railo.runtime.functions.image with parameters of type Struct
static String ImageDrawText.call(PageContext pc, Object name, String str, double x, double y, Struct ac)
           
static String ImageFilter.call(PageContext pc, Object name, String filterName, Struct parameters)
           
static String ImageSetDrawingStroke.call(PageContext pc, Object name, Struct attributeCollection)
           
 

Uses of Struct in railo.runtime.functions.international
 

Methods in railo.runtime.functions.international that return Struct
static Struct GetTimeZoneInfo.call(PageContext pc)
           
 

Uses of Struct in railo.runtime.functions.orm
 

Methods in railo.runtime.functions.orm with parameters of type Struct
static Object EntityNew.call(PageContext pc, String name, Struct properties)
           
 

Uses of Struct in railo.runtime.functions.other
 

Methods in railo.runtime.functions.other that return Struct
static Struct IntergralContext.call(PageContext pc)
           
static Struct GetFunctionList.call(PageContext pc)
           
static Struct GetRailoId.call(PageContext pc)
           
static Struct GetTagList.call(PageContext pc)
           
static Struct CTCacheList.call(PageContext pc)
           
static Struct GetHTTPRequestData.call(PageContext pc)
           
static Struct GetComponentMetaData.call(PageContext pc, Object obj)
           
static Struct DumpStruct.call(PageContext pc, Object object)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo, boolean showUDFs)
           
static Struct DumpStruct.call(PageContext pc, Object object, double maxLevel, String show, String hide, double keys, boolean metainfo, boolean showUDFs, String label)
           
static Struct GetFunctionData.call(PageContext pc, String strFunctionName)
           
static Struct GetBaseTagData.call(PageContext pc, String tagName)
           
static Struct GetProfileSections.call(PageContext pc, String fileName)
           
static Struct GetBaseTagData.call(PageContext pc, String tagName, double minLevel)
           
static Struct GetTagData.call(PageContext pc, String nameSpace, String strTagName)
           
static Struct GetMetaData.getMetaData(ComponentPro cfc, PageContext pc)
           
 

Methods in railo.runtime.functions.other with parameters of type Struct
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers, Struct parameters)
           
static Object CreatePageContext.call(PageContext pc, String serverName, String scriptName, String queryString, Struct cookies, Struct headers, Struct parameters, Struct attributes)
           
 

Uses of Struct in railo.runtime.functions.query
 

Methods in railo.runtime.functions.query that return Struct
static Struct QueryConvertForGrid.call(PageContext pc, Query query, double page, double pageSize)
           
static Struct SelectParse.call(PageContext pc, String sql)
           
 

Methods in railo.runtime.functions.query with parameters of type Struct
static void QueryNew.populateRow(Query qry, Struct data)
           
 

Uses of Struct in railo.runtime.functions.s3
 

Methods in railo.runtime.functions.s3 with parameters of type Struct
static String StoreSetMetaData._call(PageContext pc, String url, Struct metadata)
           
static String StoreSetMetaData.call(PageContext pc, String url, Struct metadata)
           
 

Uses of Struct in railo.runtime.functions.struct
 

Methods in railo.runtime.functions.struct that return Struct
static Struct StructNew.call(PageContext pc)
           
static Struct Struct_.call(PageContext pc, Object[] objArr)
           
static Struct JsonStruct.call(PageContext pc, Object[] objArr)
           
static Struct StructNew.call(PageContext pc, String type)
           
 

Methods in railo.runtime.functions.struct with parameters of type Struct
static double StructKeyTranslate.call(PageContext pc, Struct sct)
           
static String StructKeyList.call(PageContext pc, Struct struct)
           
static boolean StructClear.call(PageContext pc, Struct struct)
           
static boolean StructIsEmpty.call(PageContext pc, Struct struct)
           
static double StructCount.call(PageContext pc, Struct struct)
           
static Object StructCopy.call(PageContext pc, Struct src)
           
static Array StructSort.call(PageContext pc, Struct base)
           
static Array StructKeyArray.call(PageContext pc, Struct struct)
           
static double StructKeyTranslate.call(PageContext pc, Struct sct, boolean deepTranslation)
           
static double StructKeyTranslate.call(PageContext pc, Struct sct, boolean deepTranslation, boolean leaveOriginalKey)
           
static Object StructFind.call(PageContext pc, Struct struct, Collection.Key key)
           
static boolean StructKeyExists.call(PageContext pc, Struct struct, Collection.Key key)
           
static String StructKeyList.call(PageContext pc, Struct struct, String delimeter)
           
static Array StructFindKey.call(PageContext pc, Struct struct, String value)
           
static Object StructFind.call(PageContext pc, Struct struct, String key)
           
static Array StructSort.call(PageContext pc, Struct base, String sortType)
           
static boolean StructDelete.call(PageContext pc, Struct struct, String key)
           
static Array StructFindValue.call(PageContext pc, Struct struct, String value)
           
static boolean StructKeyExists.call(PageContext pc, Struct struct, String key)
           
static boolean StructDelete.call(PageContext pc, Struct struct, String key, boolean indicatenotexisting)
           
static boolean StructUpdate.call(PageContext pc, Struct struct, String key, Object object)
           
static boolean StructInsert.call(PageContext pc, Struct struct, String key, Object value)
           
static boolean StructInsert.call(PageContext pc, Struct struct, String strKey, Object value, boolean allowoverwrite)
           
static Array StructFindKey.call(PageContext pc, Struct struct, String value, String scope)
           
static Array StructSort.call(PageContext pc, Struct base, String sortType, String sortOrder)
           
static Array StructFindValue.call(PageContext pc, Struct struct, String value, String scope)
           
static Array StructSort.call(PageContext pc, Struct base, String sortType, String sortOrder, String pathToSubElement)
           
static boolean StructAppend.call(PageContext pc, Struct struct1, Struct struct2)
           
static boolean StructAppend.call(PageContext pc, Struct struct1, Struct struct2, boolean overwrite)
           
 

Uses of Struct in railo.runtime.functions.system
 

Methods in railo.runtime.functions.system that return Struct
static Struct ApplicationGetMetaData.call(PageContext pc)
           
static Struct GetApplicationSettings.call(PageContext pc)
           
static Struct GetSystemInfo.call(PageContext pc)
           
static Struct GetApplicationSettings.call(PageContext pc, boolean suppressFunctions)
           
static Struct GetPrinterInfo.call(PageContext pc, String printer)
           
 

Uses of Struct in railo.runtime.functions.xml
 

Methods in railo.runtime.functions.xml that return Struct
static Struct XmlValidate.call(PageContext pc, String strXml)
           
static Struct XmlValidate.call(PageContext pc, String strXml, String strValidator)
           
 

Uses of Struct in railo.runtime.gateway
 

Methods in railo.runtime.gateway that return Struct
 Struct GatewayEntryImpl.getCustom()
           
 Struct GatewayEntry.getCustom()
           
 

Methods in railo.runtime.gateway with parameters of type Struct
 Object GatewayEngineImpl.call(String cfcPath, String id, String functionName, Struct arguments, boolean cfcPeristent, Object defaultValue)
           
 Object GatewayEngineImpl.callEL(String cfcPath, String id, String functionName, Struct arguments, boolean cfcPeristent, Object defaultValue)
           
 boolean GatewayEngineImpl.callOneWay(String cfcPath, String id, String functionName, Struct arguments, boolean cfcPeristent)
           
 String GatewayEngineImpl.sendMessage(String gatewayId, Struct data)
          send the message to the gateway
 

Constructors in railo.runtime.gateway with parameters of type Struct
GatewayEntryImpl(GatewayEngine engine, String id, String className, String cfcPath, String listenerCfcPath, String startupMode, Struct custom, boolean readOnly)
           
 

Uses of Struct in railo.runtime.helpers
 

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

Uses of Struct in railo.runtime.img
 

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

Methods in railo.runtime.img that return Struct
 Struct Image.info()
           
 

Methods in railo.runtime.img with parameters of type Struct
static void ImageMetaDrew.addInfo(String format, Resource res, Struct info)
          adds information about a image to the given struct
static void ImageMeta.addInfo(String format, Resource res, Struct info)
          adds information about a image to the given struct
 void Image.drawString(String text, int x, int y, Struct attr)
           
 IIOMetadata Image.getMetaData(Struct parent)
           
 void Image.setDrawingStroke(Struct attr)
           
 

Uses of Struct in railo.runtime.img.filter
 

Methods in railo.runtime.img.filter with parameters of type Struct
 BufferedImage GradientFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage WeaveFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CrystallizeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ScaleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage LookupFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage RescaleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SmearFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage NoiseFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MarbleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage FlipFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage DespeckleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage TwirlFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MapColorsFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage PerspectiveFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage KeyFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage BrushedMetalFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage TileImageFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MedianFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage GainFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MotionBlurFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MarbleTexFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ChannelMixFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SkyFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage LightFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ShatterFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SharpenFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage OpacityFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage WaterFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage DiffuseFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage GlowFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ThresholdFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MirrorFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage AverageFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage HalftoneFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SwimFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage LifeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage PosterizeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage DynFiltering.filter(BufferedImage src, Struct args)
           
 BufferedImage PointillizeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CheckFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage OffsetFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SparkleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CellularFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage FourColorFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ErodeAlphaFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage TransferFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SmartBlurFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage FlareFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage OilFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage PinchFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage StampFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage GrayscaleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage FieldWarpFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage RippleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage InvertFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage FBMFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage TransitionFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CurvesFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage PointFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage KaleidoscopeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage BicubicScaleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage VariableBlurFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage EdgeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage BorderFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage QuiltFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage DitherFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage TransformFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SaturationFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage RaysFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ShearFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ShineFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage WholeImageFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage GaussianFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CircleFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage LensBlurFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage BinaryFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage FadeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage PremultiplyFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ScratchFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage WarpFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage GlintFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage FeedbackFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SkeletonFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ErodeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage QuantizeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ShadeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage TextureFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SolarizeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage UnpremultiplyFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ShadowFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MapFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage WoodFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage GrayFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CropFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage UnsharpFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage BlockFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ContourFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CompositeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CausticsFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ReduceNoiseFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage PolarFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage RenderTextFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MaskFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CurlFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage Flush3DFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage PlasmaFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ConvolveFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage SphereFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage OutlineFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage InterpolateFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ExposureFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage RGBAdjustFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage DilateFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ChromaKeyFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage RotateFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage EqualizeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage DiffusionFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage JavaLnFFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage GradientWipeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ContrastFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ShapeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage DissolveFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage FillFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage BoxBlurFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage BlurFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ChromeFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage LevelsFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage EmbossFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage ApplyMaskFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage DisplaceFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage GammaFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage CompoundFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MinimumFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage IteratedFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage MaximumFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage HSBAdjustFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage InvertAlphaFilter.filter(BufferedImage src, Struct parameters)
           
 BufferedImage BumpFilter.filter(BufferedImage src, Struct parameters)
           
 

Uses of Struct in railo.runtime.java
 

Methods in railo.runtime.java with parameters of type Struct
 Object JavaObject.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object JavaObject.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 

Uses of Struct in railo.runtime.listener
 

Methods in railo.runtime.listener that return Struct
 Struct ModernAppListenerException.getAddional()
           
 Struct ModernAppListenerException.getAdditional()
           
 Struct ModernAppListenerException.getCatchBlock()
           
 Struct ModernAppListenerException.getCatchBlock(PageContext pc)
           
 Struct ModernAppListenerException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 

Methods in railo.runtime.listener with parameters of type Struct
static void AppListenerUtil.setORMConfiguration(PageContext pc, ApplicationContextPro ac, Struct sct)
           
static Properties AppListenerUtil.toS3(Struct sct)
           
 

Uses of Struct in railo.runtime.net.http
 

Methods in railo.runtime.net.http that return Struct
static Struct HttpUtil.getAttributesAsStruct(javax.servlet.http.HttpServletRequest req)
           
 

Methods in railo.runtime.net.http with parameters of type Struct
 void HttpServletRequestDummy.setAttributes(Struct attributes)
           
 

Constructors in railo.runtime.net.http with parameters of type Struct
HttpServletRequestDummy(Resource contextRoot, String serverName, String scriptName, String queryString, javax.servlet.http.Cookie[] cookies, Pair[] headers, Pair[] parameters, Struct attributes, javax.servlet.http.HttpSession session)
          constructor of the class
ServletContextDummy(Config config, Resource root, Struct attributes, Struct parameters, int majorVersion, int minorVersion)
           
 

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

Methods in railo.runtime.net.rpc.client with parameters of type Struct
 Object RPCClient.callWithNamedValues(Config config, String methodName, Struct arguments)
           
 Object RPCClient.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object RPCClient.callWithNamedValues(PageContext pc, String methodName, Struct arguments)
           
 

Uses of Struct in railo.runtime.net.s3
 

Methods in railo.runtime.net.s3 that return Struct
 Struct Properties.toStruct()
           
 

Uses of Struct in railo.runtime.op
 

Methods in railo.runtime.op that return Struct
 Struct CreationImpl.createStruct()
           
 Struct CreationImpl.createStruct(int type)
           
static Struct Caster.toFunctionValues(Object[] args)
          convert a object array to a HashMap filled with Function value Objects
static Struct Caster.toFunctionValues(Object[] args, int offset, int len)
           
static Struct Caster.toStruct(Object o)
          cast a Object to a Struct Object
 Struct CastImpl.toStruct(Object o)
           
static Struct Caster.toStruct(Object o, boolean caseSensitive)
           
static Struct Caster.toStruct(Object o, Struct defaultValue)
           
 Struct CastImpl.toStruct(Object o, Struct defaultValue)
           
static Struct Caster.toStruct(Object o, Struct defaultValue, boolean caseSensitive)
          cast a Object to a Struct Object
 Struct CastImpl.toStruct(Object o, Struct defaultValue, boolean caseSensitive)
           
 

Methods in railo.runtime.op with parameters of type Struct
 SpoolerTask CreationImpl.createRemoteClientTask(ExecutionPlan[] plans, RemoteClient remoteClient, Struct attrColl, String callerId, String type)
           
static Object[] Caster.toFunctionValues(Struct args)
           
static Struct Caster.toStruct(Object o, Struct defaultValue)
           
 Struct CastImpl.toStruct(Object o, Struct defaultValue)
           
static Struct Caster.toStruct(Object o, Struct defaultValue, boolean caseSensitive)
          cast a Object to a Struct Object
 Struct CastImpl.toStruct(Object o, Struct defaultValue, boolean caseSensitive)
           
 

Uses of Struct in railo.runtime.orm
 

Methods in railo.runtime.orm with parameters of type Struct
 Object ORMSession.executeQuery(PageContext pc, String hql, Array params, boolean unique, Struct queryOptions)
           
 Object ORMSession.executeQuery(PageContext pc, String hql, Struct params, boolean unique, Struct queryOptions)
           
static ORMConfiguration ORMConfiguration.load(Config config, ApplicationContextPro ac, Struct settings, Resource defaultCFCLocation, ORMConfiguration defaultConfig)
           
 Component ORMSession.load(PageContext pc, String name, Struct filter)
          load and return a Object that match given filter, if there is more than one Object matching the filter, only the first Object is returned
 Array ORMSession.loadAsArray(PageContext pc, String name, Struct filter)
          load and return a array of Objects matching given filter
 Array ORMSession.loadAsArray(PageContext pc, String name, Struct filter, Struct options)
          load and return a array of Objects matching given filter
 Array ORMSession.loadAsArray(PageContext pc, String name, Struct filter, Struct options, String order)
           
 

Uses of Struct in railo.runtime.orm.hibernate
 

Methods in railo.runtime.orm.hibernate that return Struct
static Struct HBMCreator.convertToSimpleMap(String paramsStr)
           
 Struct HibernateRuntimeException.getAddional()
           
 Struct HibernateRuntimeException.getAdditional()
           
 Struct HibernateRuntimeException.getCatchBlock()
           
 Struct HibernateRuntimeException.getCatchBlock(PageContext pc)
           
 Struct HibernateRuntimeException.getErrorBlock(PageContext pc, ErrorPage ep)
           
 Struct HibernateORMEngine.getTableInfo(DatasourceConnection dc, String tableName, ORMEngine engine)
           
 

Methods in railo.runtime.orm.hibernate with parameters of type Struct
 Object HibernateORMSession._executeQuery(PageContext pc, String hql, Object params, boolean unique, Struct queryOptions)
           
 Object HibernateORMSession.executeQuery(PageContext pc, String hql, Array params, boolean unique, Struct queryOptions)
           
 Object HibernateORMSession.executeQuery(PageContext pc, String hql, Struct params, boolean unique, Struct queryOptions)
           
 Component HibernateORMSession.load(PageContext pc, String name, Struct filter)
           
 Array HibernateORMSession.loadAsArray(PageContext pc, String name, Struct filter)
           
 Array HibernateORMSession.loadAsArray(PageContext pc, String name, Struct filter, Struct options)
           
 Array HibernateORMSession.loadAsArray(PageContext pc, String name, Struct filter, Struct options, String order)
           
 

Uses of Struct in railo.runtime.orm.hibernate.event
 

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

Uses of Struct in railo.runtime.query
 

Methods in railo.runtime.query that return Struct
 Struct QueryCacheQuery._getMetaData()
           
 

Methods in railo.runtime.query with parameters of type Struct
 Object QueryCacheQuery.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object QueryCacheQuery.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 

Uses of Struct in railo.runtime.regex
 

Methods in railo.runtime.regex that return Struct
static Struct Perl5Util.find(String strPattern, String strInput, int offset, boolean caseSensitive)
          find occurence of a pattern in a string (same like indexOf), but dont return first ocurence , it return struct with all information
 

Uses of Struct in railo.runtime.security
 

Methods in railo.runtime.security with parameters of type Struct
static void ScriptProtect.translate(Struct sct)
          translate all strig values of the struct i script-protected form
 

Uses of Struct in railo.runtime.services
 

Methods in railo.runtime.services that return Struct
 Struct DatSourceDefImpl.getAllowedSQL()
           
 Struct DataSourceServiceImpl.getDatasources()
           
 Struct DataSourceServiceImpl.getDefaults()
           
 Struct DataSourceServiceImpl.getDrivers()
           
 Struct DatSourceDefImpl.getExtraData()
           
 Struct DatSourceDefImpl.getJndienv()
           
 

Methods in railo.runtime.services with parameters of type Struct
 void DatSourceDefImpl.setAllowedSQL(Struct arg1)
           
 void DatSourceDefImpl.setExtraData(Struct arg1)
           
 void DatSourceDefImpl.setJndienv(Struct arg1)
           
 

Uses of Struct in railo.runtime.spooler
 

Methods in railo.runtime.spooler that return Struct
 Struct SpoolerTaskWS.detail()
           
 Struct SpoolerTask.detail()
          returns advanced info to the task
 

Uses of Struct in railo.runtime.spooler.mail
 

Methods in railo.runtime.spooler.mail that return Struct
 Struct MailSpoolerTask.detail()
           
 

Uses of Struct in railo.runtime.spooler.remote
 

Methods in railo.runtime.spooler.remote that return Struct
 Struct RemoteClientTask.detail()
           
 

Constructors in railo.runtime.spooler.remote with parameters of type Struct
RemoteClientTask(ExecutionPlan[] plans, RemoteClient client, Struct attrColl, String callerId, String type)
           
 

Uses of Struct in railo.runtime.spooler.test
 

Methods in railo.runtime.spooler.test that return Struct
 Struct TestTask.detail()
           
 

Uses of Struct in railo.runtime.tag
 

Methods in railo.runtime.tag that return Struct
static Struct FileTag.actionUpload(PageContext pageContext, SecurityManager securityManager, String filefield, String strDestination, int nameconflict, String accept, int mode, String attributes, Object acl, String serverPassword)
           
 Struct Video.doActionInfo()
           
 Struct CFTag.getAttributesScope()
           
abstract  Struct CustomTag.getAttributesScope()
           
 Struct CFTag.getCallerScope()
           
abstract  Struct CustomTag.getCallerScope()
           
static Struct Insert.getMeta(DatasourceConnection dc, String tableQualifier, String tableOwner, String tableName)
           
 Struct CFTag.getThis()
           
abstract  Struct CustomTag.getThisTagScope()
           
 Struct CFTag.getVariablesScope()
           
static Struct FeedProperties.toProperties(Struct data)
           
 Struct Video.toStruct(VideoInfo[] infos)
           
 

Methods in railo.runtime.tag with parameters of type Struct
static Object Query._call(PageContext pc, String hql, Object params, boolean unique, Struct queryOptions)
           
static void TagUtil.setAttributeCollection(PageContext pc, javax.servlet.jsp.tagext.Tag tag, MissingAttribute[] missingAttrs, Struct attrs, int attrType)
           
 void Trace.setCaller(Struct caller)
           
 void Feed.setColumnmap(Struct columnMap)
           
 void Video.setData(Struct data)
           
 void PDF.setInfo(Struct info)
           
 void PDF.setInputfiles(Struct inputFiles)
           
 void Application.setMappings(Struct mappings)
           
 void Query.setOrmoptions(Struct ormoptions)
           
 void Application.setOrmsettings(Struct ormsettings)
           
 void PDF.setOutputfiles(Struct outputFiles)
           
 void VideoPlayerJW.setPassthrough(Struct passthrough)
           
 void Application.setS3(Struct s3)
           
static Struct FeedProperties.toProperties(Struct data)
           
 

Uses of Struct in railo.runtime.text.feed
 

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

Methods in railo.runtime.text.feed that return Struct
 Struct FeedHandler.getData()
           
 Struct RSSHandler.getProperties()
           
 

Methods in railo.runtime.text.feed with parameters of type Struct
static Object FeedQuery.getValue(Struct sct, boolean includeChildren)
           
static Query FeedQuery.toQuery(Struct data, boolean hasDC)
           
 

Uses of Struct in railo.runtime.text.pdf
 

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

Methods in railo.runtime.text.pdf that return Struct
 Struct PDFDocument.getInfo()
           
 

Uses of Struct in railo.runtime.text.xml
 

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

Methods in railo.runtime.text.xml that return Struct
 Struct XMLValidator.validate(InputSource xml)
           
static Struct XMLUtil.validate(InputSource xml, InputSource schema, String strSchema)
           
 

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

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

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

Uses of Struct in railo.runtime.thread
 

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

Methods in railo.runtime.thread that return Struct
 Struct ChildSpoolerTask.detail()
           
 

Methods in railo.runtime.thread with parameters of type Struct
static PageContextImpl ThreadUtil.createPageContext(ConfigWeb config, OutputStream os, String serverName, String requestURI, String queryString, javax.servlet.http.Cookie[] cookies, Pair[] headers, Pair[] parameters, Struct attributes)
           
 

Constructors in railo.runtime.thread with parameters of type Struct
ChildThreadImpl(PageContextImpl parent, Page page, String tagName, int threadIndex, Struct attrs, boolean serializable)
           
 

Uses of Struct in railo.runtime.type
 

Subinterfaces of Struct in railo.runtime.type
 interface Scope
          abstract class for all cold fusion scopes
 interface SharedScope
          scope that is used for multiple requests, attention scope can be used from muliple threads ad same state, make no internal state!
 

Classes in railo.runtime.type that implement Struct
 class CastableStruct
           
 class CollectionStruct
           
 class DoubleStruct
           
 class ReadOnlyStruct
          a read only Struct if flag is set to readonly
 class StructImpl
          cold fusion data type struct
 class StructImplKey
          cold fusion data type struct
 class StructImplString
          cold fusion data type struct
 class SVStruct
           
 

Fields in railo.runtime.type declared as Struct
 Struct UDFProperties.meta
           
 

Methods in railo.runtime.type that return Struct
 Struct QueryImpl._getMetaData()
           
 Struct UDFImpl.getMeta()
           
 Struct FunctionArgumentImpl.getMetaData()
           
 Struct FunctionArgumentLight.getMetaData()
           
 Struct FunctionArgument.getMetaData()
           
 Struct UDFGSProperty.getMetaData(PageContext pc)
           
 Struct UDFImpl.getMetaData(PageContext pc)
           
 Struct UDF.getMetaData(PageContext pc)
           
static Struct FunctionValueImpl.toStruct(FunctionValueImpl fv1)
           
static Struct FunctionValueImpl.toStruct(FunctionValueImpl fv1, FunctionValueImpl fv2)
           
static Struct FunctionValueImpl.toStruct(FunctionValueImpl fv1, FunctionValueImpl fv2, FunctionValueImpl fv3)
           
static Struct FunctionValueImpl.toStruct(FunctionValueImpl fv1, FunctionValueImpl fv2, FunctionValueImpl fv3, FunctionValueImpl fv4)
           
 

Methods in railo.runtime.type with parameters of type Struct
static void UDFImpl.argumentCollection(Struct values)
           
static void UDFImpl.argumentCollection(Struct values, FunctionArgument[] funcArgs)
           
 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
 Object QueryColumnImpl.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object QueryImpl.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 Object Objects.callWithNamedValues(PageContext pc, String methodName, Struct args)
          Deprecated. use instead Objects.callWithNamedValues(PageContext, railo.runtime.type.Collection.Key, Struct)
 Object UDFSetterProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFRemoveProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFGetterProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFHasProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFAddProperty.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 Object UDFImpl.callWithNamedValues(PageContext pc, Struct values, boolean doIncludePath)
           
 Object UDF.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
          call user defined Funcion with a hashmap of named values
static void StructImplString.copy(Struct src, Struct trg, boolean deepCopy)
           
static void StructImpl.copy(Struct src, Struct trg, boolean deepCopy)
           
static void StructImplKey.copy(Struct src, Struct trg, boolean deepCopy)
           
 

Uses of Struct in railo.runtime.type.cfc
 

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

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

Methods in railo.runtime.type.cfc that return Struct
 Struct ComponentProProxy.getMetaData(PageContext pc)
           
 

Methods in railo.runtime.type.cfc with parameters of type Struct
 Object ComponentProProxy.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)
           
 Object ComponentProProxy.callWithNamedValues(PageContext pc, String key, Struct args)
           
 

Uses of Struct in railo.runtime.type.comparator
 

Methods in railo.runtime.type.comparator with parameters of type Struct
 int ArrayOfStructComparator.compare(Struct s1, Struct s2)
           
 

Uses of Struct in railo.runtime.type.query
 

Methods in railo.runtime.type.query with parameters of type Struct
 Object SimpleQuery.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object SimpleQuery.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
 

Uses of Struct in railo.runtime.type.scope
 

Subinterfaces of Struct in railo.runtime.type.scope
 interface Application
          implemetnation of the application scope
 interface Argument
          interface for Argument scope
 interface ArgumentPro
           
 interface Caller
          interface for the caller scope
 interface CGI
          interface for scope CGI
 interface Client
          Interface of the scope client
 interface ClientPlus
           
 interface Cluster
           
 interface Cookie
          interface for the cookie scope
 interface Form
          interface fro scope form
 interface Local
           
 interface LocalPro
           
 interface Request
          Interface of the scope request
 interface Server
          interface for scope server
 interface Session
           
 interface SessionPlus
           
 interface Threads
           
 interface Undefined
          interface of the cope undefined
 interface URL
          inteface for the url scope
 interface URLForm
          scuope that mix url and forn together
 interface Variables
           
 

Classes in railo.runtime.type.scope that implement Struct
 class ApplicationImpl
          Session Scope
 class ArgumentImpl
          implementation of the argument scope
 class ArgumentThreadImpl
           
 class CallerImpl
          caller scope
 class CGIImpl
          To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
 class ClusterNotSupported
          d
 class ClusterWrap
           
 class CookieImpl
          Implementation of the Cookie scope
 class FormImpl
          Form Scope
 class JSession
           
 class LocalImpl
           
 class LocalNotSupportedScope
           
 class ObjectStruct
           
 class RequestImpl
           
 class ScopeSupport
          Simple standart implementation of a Scope, for standart use.
 class ServerImpl
          Server Scope
 class UndefinedImpl
          Undefined Scope
 class UrlFormImpl
           
 class URLImpl
          Implements URL Scope
 class VariablesAsSession
           
 class VariablesImpl
           
 

Methods in railo.runtime.type.scope that return Struct
 Struct ScopeContext.getAllApplicationScopes()
           
 Struct ScopeContext.getAllCFSessionScopes()
           
 Struct ScopeContext.getAllSessionScopes(PageContext pc)
          return all session context of this application context
 Struct ScopeContext.getAllSessionScopes(PageContext pc, String appName)
          Deprecated. use instead getAllSessionScopes(String appName)
 Struct ScopeContext.getAllSessionScopes(String appName)
          get all session contexts of given applicaton name
 Struct UndefinedImpl.getScope(String key)
           
static Struct ArgumentImpl.toStruct(Argument arg)
          converts a argument scope to a regular struct
 

Methods in railo.runtime.type.scope with parameters of type Struct
 Object ObjectStruct.callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args)
           
 Object ObjectStruct.callWithNamedValues(PageContext pc, String methodName, Struct args)
           
static DumpData ScopeSupport.toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, Struct sct, String dspName)
           
 

Constructors in railo.runtime.type.scope with parameters of type Struct
ArgumentThreadImpl(Struct sct)
           
 

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

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

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

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

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

Subinterfaces of Struct in railo.runtime.type.scope.storage
 interface MemoryScope
           
 interface StorageScope
          scope that can be stored, in a storage
 

Classes in railo.runtime.type.scope.storage that implement Struct
 class StorageScopeCache
          client scope that store it's data in a datasource
 class StorageScopeCookie
          client scope that store it's data in the cookie of the client
 class StorageScopeDatasource
          client scope that store it's data in a datasource
 class StorageScopeFile
          client scope that store it's data in a resource
 class StorageScopeImpl
           
 class StorageScopeMemory
          client scope that not store it's data
 

Constructors in railo.runtime.type.scope.storage with parameters of type Struct
StorageScopeImpl(Struct sct, DateTime timecreated, DateTime _lastvisit, long lastvisit, int hitcount, String strType, int type)
          Constructor of the class
 

Uses of Struct in railo.runtime.type.trace
 

Classes in railo.runtime.type.trace that implement Struct
 class TOStruct
           
 

Methods in railo.runtime.type.trace that return Struct
 Struct TOUDF.getMetaData(PageContext pc)
           
 

Methods in railo.runtime.type.trace with parameters of type Struct
 Object TOObjects.callWithNamedValues(PageContext pc, Collection.Key key, Struct args)
           
 Object TOObjects.callWithNamedValues(PageContext pc, String key, Struct args)
           
 Object TOUDF.callWithNamedValues(PageContext pageContext, Struct values, boolean doIncludePath)
           
 

Uses of Struct in railo.runtime.type.util
 

Classes in railo.runtime.type.util that implement Struct
 class StructSupport
           
 

Methods in railo.runtime.type.util that return Struct
static Struct StructUtil.copyToStruct(Map map)
           
static Struct StructUtil.duplicate(Struct sct, boolean deepCopy)
           
static Struct ComponentUtil.getMetaData(PageContext pc, UDFProperties udf)
           
static Struct ComponentUtil.getPropertiesAsStruct(ComponentAccess ca, boolean onlyPersistent)
           
 

Methods in railo.runtime.type.util with parameters of type Struct
static void StructUtil.copy(Struct source, Struct target, boolean overwrite)
          copy data from source struct to target struct
static Struct StructUtil.duplicate(Struct sct, boolean deepCopy)
           
static Set StructUtil.entrySet(Struct sct)
           
static Set StructUtil.keySet(Struct sct)
           
static void StructUtil.putAll(Struct struct, Map map)
           
static void StructUtil.setELIgnoreWhenNull(Struct sct, Collection.Key key, Object value)
           
static void StructUtil.setELIgnoreWhenNull(Struct sct, String key, Object value)
           
static long StructUtil.sizeOf(Struct sct)
          return the size of given struct, size of values + keys
static DumpTable StructUtil.toDumpTable(Struct sct, String title, PageContext pageContext, int maxlevel, DumpProperties dp)
           
static Collection StructUtil.values(Struct sct)
          create a value return value out of a struct
 

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

Uses of Struct in railo.runtime.type.wrap
 

Classes in railo.runtime.type.wrap that implement Struct
 class MapAsStruct
           
 

Methods in railo.runtime.type.wrap that return Struct
static Struct MapAsStruct.toStruct(Map map, boolean caseSensitive)
           
 

Uses of Struct in railo.runtime.util
 

Methods in railo.runtime.util that return Struct
 Struct Creation.createStruct()
          creates and returns a struct instance
 Struct Creation.createStruct(int type)
           
 Struct Cast.toStruct(Object o)
          cast a Object to a Struct Object
 Struct Cast.toStruct(Object o, Struct defaultValue)
          cast a Object to a Struct Object
 Struct Cast.toStruct(Object o, Struct defaultValue, boolean caseSensitive)
           
 

Methods in railo.runtime.util with parameters of type Struct
 Object VariableUtilImpl.callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Struct args)
           
 SpoolerTask Creation.createRemoteClientTask(ExecutionPlan[] plans, RemoteClient remoteClient, Struct attrColl, String callerId, String type)
           
 Struct Cast.toStruct(Object o, Struct defaultValue)
          cast a Object to a Struct Object
 Struct Cast.toStruct(Object o, Struct defaultValue, boolean caseSensitive)
           
 

Uses of Struct in railo.runtime.video
 

Methods in railo.runtime.video with parameters of type Struct
 void VideoExecuterNotSupported.install(ConfigWeb config, Struct data)
           
 void VideoExecuter.install(ConfigWeb config, Struct data)
           
 



Copyright © 2012 Railo