A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

G

Gateway - Interface in lucee.runtime.gateway
 
GatewayEngine - Interface in lucee.runtime.gateway
 
generateToken(String, boolean) - Method in interface lucee.runtime.type.scope.storage.StorageScope
 
get(FTPConnection) - Method in interface lucee.runtime.net.ftp.FTPPool
returns a FTPClient from the pool, if no matching exist, create a new one
get(Object, String) - Method in class lucee.runtime.PageContext
get(Object, Collection.Key) - Method in class lucee.runtime.PageContext
 
get(Object, String, Object) - Method in class lucee.runtime.PageContext
get(Object, Collection.Key, Object) - Method in class lucee.runtime.PageContext
 
get(PageContext, SQL, String, String, String, Date) - Method in interface lucee.runtime.query.QueryCache
 
get(int, Object) - Method in interface lucee.runtime.type.Array
return object a given position, key can only be a integer from 1 to array len
get(String) - Method in interface lucee.runtime.type.Collection
get(Collection.Key) - Method in interface lucee.runtime.type.Collection
return a value from the collection
get(String, Object) - Method in interface lucee.runtime.type.Collection
get(Collection.Key, Object) - Method in interface lucee.runtime.type.Collection
return a value from the collection, if key doesn't exist, dont throw a exception, reeturns null
get(PageContext, Collection.Key, Object) - Method in interface lucee.runtime.type.Objects
return property
get(PageContext, Collection.Key) - Method in interface lucee.runtime.type.Objects
return property or getter of the ContextCollection
get(int) - Method in interface lucee.runtime.type.QueryColumn
Deprecated.
use instead get(int row, Object defaultValue)
get(int, Object) - Method in interface lucee.runtime.type.QueryColumn
return the value in this row (can be null), when row number is invalid the default value is returned
get(PageContext) - Method in interface lucee.runtime.type.ref.Reference
 
get(PageContext, Object) - Method in interface lucee.runtime.type.ref.Reference
 
get(URL, String, String, int, String, String, String, int, String, String, Header[]) - Method in interface lucee.runtime.util.HTTPUtil
make a http requst to given url
get(PageContext, Object, String, Object) - Method in interface lucee.runtime.util.VariableUtil
Deprecated.
use instead get(PageContext pc, Object coll, Collection.Key key, Object defaultValue);
get(PageContext, Object, Collection.Key, Object) - Method in interface lucee.runtime.util.VariableUtil
return a property from the given Object, when property doesn't exists return null
get(PageContext, Object, String) - Method in interface lucee.runtime.util.VariableUtil
return a property from the given Object, when property doesn't exists throw exception
getAbsName() - Method in interface lucee.runtime.Component
 
getAbsolutePath() - Method in interface lucee.commons.io.res.Resource
Returns the absolute pathname string of this abstract pathname.
getAbsoluteResource() - Method in interface lucee.commons.io.res.Resource
Returns the absolute form of this abstract pathname.
getAccess() - Method in interface lucee.runtime.component.Member
return the access modifier of this member
getAccess(int) - Method in interface lucee.runtime.security.SecurityManager
 
getAccess(String) - Method in interface lucee.runtime.security.SecurityManager
 
getAccess() - Method in interface lucee.runtime.type.UDFProperties
 
getAccessCount() - Method in interface lucee.runtime.PageSource
 
getAccessKeyId() - Method in interface lucee.runtime.net.s3.Properties
 
getAction() - Method in interface lucee.runtime.debug.DebugTrace
 
getActiveComponent() - Method in class lucee.runtime.PageContext
 
getActiveUDF() - Method in class lucee.runtime.PageContext
 
getAddional() - Method in interface lucee.runtime.exp.IPageException
Deprecated.
use instead getAdditional();
getAddional() - Method in exception lucee.runtime.exp.PageServletException
 
getAdditional() - Method in interface lucee.runtime.exp.IPageException
 
getAdditional() - Method in exception lucee.runtime.exp.PageServletException
 
getAdminPassword() - Method in interface lucee.runtime.config.RemoteClient
 
getAdminPasswordEncrypted() - Method in interface lucee.runtime.config.RemoteClient
 
getAdminSyncClass() - Method in interface lucee.runtime.config.Config
 
getAllHeaders() - Method in interface lucee.commons.net.http.HTTPResponse
 
getAllScheduleTasks() - Method in interface lucee.runtime.schedule.Scheduler
returns all schedule tasks valid or not
getAllTasksAsQuery(int, int) - Method in interface lucee.runtime.spooler.SpoolerEngine
 
getAppendix() - Method in interface lucee.runtime.ext.tag.AppendixTag
 
getApplicationContext() - Method in class lucee.runtime.PageContext
 
getApplicationListener() - Method in interface lucee.runtime.config.Config
return current application listener
getApplicationLogger() - Method in interface lucee.runtime.config.Config
 
getApplicationTimeout() - Method in interface lucee.runtime.config.Config
 
getApplicationTimeout() - Method in interface lucee.runtime.listener.ApplicationContext
 
getArchive() - Method in interface lucee.runtime.Mapping
 
getArguments() - Method in interface lucee.commons.io.res.ResourceProvider
returns the arguments defined for this resource
getArgumentsScope() - Method in interface lucee.runtime.type.scope.Caller
 
getArray(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getArray(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getAsciiStream(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getAsciiStream(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getAspectRatio() - Method in interface lucee.runtime.video.VideoProfile
 
getAt(String, int) - Method in interface lucee.runtime.type.Query
getAt(Collection.Key, int) - Method in interface lucee.runtime.type.Query
return a value of the resultset by specified column and row
getAt(String, int, Object) - Method in interface lucee.runtime.type.Query
getAt(Collection.Key, int, Object) - Method in interface lucee.runtime.type.Query
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)
getAttribute(String, String) - Method in class com.allaire.cfx.DebugRequest
 
getAttribute(String) - Method in class com.allaire.cfx.DebugRequest
 
getAttribute(String) - Method in interface com.allaire.cfx.Request
returns attribute matching key
getAttribute(String, String) - Method in interface com.allaire.cfx.Request
returns attribute matching key
getAttribute(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getAttribute(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getAttribute(short) - Method in interface lucee.commons.io.res.Resource
return value of a specific attribute
getAttributeList() - Method in class com.allaire.cfx.DebugRequest
 
getAttributeList() - Method in interface com.allaire.cfx.Request
return all sattribute keys
getAttributeMax() - Method in interface lucee.runtime.ext.tag.TagMetaData
maximum count of attributes needed for tag
getAttributeMin() - Method in interface lucee.runtime.ext.tag.TagMetaData
minimal count of attributes needed for tag
getAttributeNames() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getAttributeNames() - Method in class lucee.cli.servlet.ServletContextImpl
 
getAttributes() - Method in interface lucee.runtime.ext.tag.TagMetaData
fix attributes of the tag
getAttributeType() - Method in interface lucee.runtime.ext.tag.TagMetaData
attribute type
getAudioBitrate() - Method in interface lucee.runtime.video.VideoInfo
 
getAudioBitrate() - Method in interface lucee.runtime.video.VideoProfile
 
getAudioChannels() - Method in interface lucee.runtime.video.VideoInfo
 
getAudioCodec() - Method in interface lucee.runtime.video.VideoInfo
 
getAudioCodec() - Method in interface lucee.runtime.video.VideoProfile
 
getAudioSamplerate() - Method in interface lucee.runtime.video.VideoInfo
 
getAudioSamplerate() - Method in interface lucee.runtime.video.VideoProfile
 
getAuthor() - Method in interface lucee.runtime.extension.Extension
 
getAuthor() - Method in interface lucee.runtime.search.SearchResulItem
 
getAuthor() - Method in interface lucee.runtime.video.VideoOutput
 
getAuthType() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getAverageExecutionTime() - Method in interface lucee.runtime.debug.DebugPage
return the average execution time of the page
getBaseAbsName() - Method in interface lucee.runtime.Component
 
getBaseComponentPageSource() - Method in interface lucee.runtime.config.Config
 
getBaseComponentTemplate() - Method in interface lucee.runtime.config.Config
 
getBasePageSource() - Method in class lucee.runtime.PageContext
 
getBigDecimal(int, int) - Method in class lucee.runtime.cfx.QueryWrap
 
getBigDecimal(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getBigDecimal(String, int) - Method in class lucee.runtime.cfx.QueryWrap
 
getBigDecimal(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getBinaryStream(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getBinaryStream(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getBlazeDSUtil() - Method in interface lucee.loader.engine.CFMLEngine
returns the Blaze DS Util
getBlazeDSUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getBlob(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getBlob(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getBodyContent() - Method in interface lucee.runtime.ext.tag.TagMetaData
type of the body content
getBoolean(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getBoolean(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getBorderColor() - Method in class lucee.runtime.dump.DumpTable
 
getBufferSize() - Method in interface lucee.runtime.video.VideoProfile
 
getByte(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getByte(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getBytes(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getBytes(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getCacheConfig() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getCacheConnections() - Method in interface lucee.runtime.config.Config
 
getCacheDefaultConnection(int) - Method in interface lucee.runtime.config.Config
get default cache connection for a specific type
getCacheDefaultConnectionName(int) - Method in interface lucee.runtime.config.Config
get name of a default cache connection for a specific type
getCacheDir() - Method in interface lucee.runtime.config.Config
 
getCacheDirSize() - Method in interface lucee.runtime.config.Config
 
getCacheEntry(String) - Method in interface lucee.commons.io.cache.Cache
return cache entry that match the key, throws a CacheException when entry does not exist or is stale
getCacheEntry(String, CacheEntry) - Method in interface lucee.commons.io.cache.Cache
return cache entry that match the key or the defaultValue when entry does not exist
getCacheProvider() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getCallName() - Method in interface lucee.runtime.Component
 
getCallPath() - Method in interface lucee.runtime.Interface
 
getCanonicalFileEL(File) - Static method in class lucee.loader.util.Util
Returns the canonical form of this abstract pathname.
getCanonicalPath() - Method in interface lucee.commons.io.res.Resource
Returns the canonical pathname string of this abstract pathname.
getCanonicalResource() - Method in interface lucee.commons.io.res.Resource
Returns the canonical form of this abstract pathname.
getCascading(String) - Method in interface lucee.runtime.type.scope.Undefined
getCascading(Collection.Key) - Method in interface lucee.runtime.type.scope.Undefined
gets a key from all cascaded scopes, but not from variables scope
getCastUtil() - Method in interface lucee.loader.engine.CFMLEngine
return the cast util
getCastUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getCatalog() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getCatch() - Method in class lucee.runtime.PageContext
 
getCatchBlock(PageContext) - Method in interface lucee.runtime.exp.IPageException
Deprecated.
use instead getCatchBlock(Config config);
getCatchBlock(Config) - Method in interface lucee.runtime.exp.IPageException
return detailed catch block of the error
getCatchBlock(PageContext) - Method in exception lucee.runtime.exp.PageServletException
 
getCatchBlock(Config) - Method in exception lucee.runtime.exp.PageServletException
 
getCategory() - Method in interface lucee.runtime.debug.DebugTrace
 
getCategory() - Method in interface lucee.runtime.extension.Extension
 
getCategory() - Method in interface lucee.runtime.search.SearchResulItem
 
getCategoryInfo() - Method in interface lucee.runtime.search.SearchCollection
 
getCategoryTree() - Method in interface lucee.runtime.search.SearchResulItem
 
getCFCExtension() - Method in interface lucee.runtime.config.Config
 
getCfcLocations() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getCFID() - Method in class lucee.runtime.PageContext
 
getCFMLEngine() - Method in interface lucee.runtime.config.ConfigServer
 
getCFMLEngineFactory() - Method in interface lucee.loader.engine.CFMLEngine
 
getCFMLEngineFactory() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getCFMLExtensions() - Method in interface lucee.runtime.config.Config
return cfml extesnion
getCFMLFactory(ServletContext, ServletConfig, HttpServletRequest) - Method in interface lucee.loader.engine.CFMLEngine
 
getCFMLFactory(ServletContext, ServletConfig, HttpServletRequest) - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getCFMLFactory() - Method in class lucee.runtime.PageContext
 
getCFToken() - Method in class lucee.runtime.PageContext
 
getCFXTagClass(String) - Method in interface lucee.runtime.cfx.CFXTagPool
 
getCFXTagPool() - Method in interface lucee.runtime.config.Config
 
getCharacterEncoding() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getCharacterStream(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getCharacterStream(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getCharset() - Method in interface lucee.commons.io.res.ContentType
 
getCharset() - Method in interface lucee.commons.net.http.HTTPResponse
 
getCheckArguments() - Method in interface lucee.runtime.type.scope.Undefined
 
getChildThread() - Method in interface lucee.runtime.type.scope.Threads
 
getClasses() - Method in interface lucee.runtime.cfx.CFXTagPool
 
getClassLoader() - Method in interface lucee.runtime.config.Config
 
getClassLoader(Resource[]) - Method in interface lucee.runtime.config.Config
 
getClassLoaderForArchive() - Method in interface lucee.runtime.Mapping
 
getClassLoaderRoot(ClassLoader) - Static method in class lucee.loader.engine.CFMLEngineFactory
returns the path where the classloader is located
getClassName() - Method in interface lucee.runtime.SourceFile
 
getClassRootDirectory() - Method in interface lucee.runtime.Mapping
 
getClazz() - Method in interface lucee.runtime.cache.CacheConnection
 
getClazz() - Method in interface lucee.runtime.component.Property
 
getClazz() - Method in interface lucee.runtime.db.DataSource
 
getClazz() - Method in interface lucee.runtime.monitor.Monitor
 
getClazz() - Method in interface lucee.runtime.PageSource
 
getClientCluster() - Method in interface lucee.runtime.config.Config
 
getClientCluster() - Method in interface lucee.runtime.listener.ApplicationContext
 
getClientScopeDir() - Method in interface lucee.runtime.config.Config
 
getClientScopeDirSize() - Method in interface lucee.runtime.config.Config
 
getClientstorage() - Method in interface lucee.runtime.listener.ApplicationContext
 
getClientTimeout() - Method in interface lucee.runtime.config.Config
 
getClientTimeout() - Method in interface lucee.runtime.listener.ApplicationContext
 
getClientType() - Method in interface lucee.runtime.config.Config
 
getClob(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getClob(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getClosedTaskCount() - Method in interface lucee.runtime.spooler.SpoolerEngine
 
getClosedTasksAsQuery(int, int) - Method in interface lucee.runtime.spooler.SpoolerEngine
 
getClusterClass() - Method in interface lucee.runtime.config.Config
 
getCodename() - Method in interface lucee.runtime.extension.Extension
 
getCollection(Object, String) - Method in class lucee.runtime.PageContext
getCollection(Object, Collection.Key) - Method in class lucee.runtime.PageContext
same like getProperty but return a collection object (QueryColumn) if return object is a Query
getCollection(Object, String, Object) - Method in class lucee.runtime.PageContext
getCollection(Object, Collection.Key, Object) - Method in class lucee.runtime.PageContext
same like getProperty but return a collection object (QueryColumn) if return object is a Query
getCollection(String) - Method in interface lucee.runtime.type.scope.Undefined
getCollection(Collection.Key) - Method in interface lucee.runtime.type.scope.Undefined
return value matching key, if value is from Query return a QueryColumn
getCollection(PageContext, Object, String, Object) - Method in interface lucee.runtime.util.VariableUtil
return a property from the given Object, when property doesn't exists return null
getCollection(PageContext, Object, String) - Method in interface lucee.runtime.util.VariableUtil
return a property from the given Object, when coll is a query return a Column,when property doesn't exists throw exception
getCollectionByName(String) - Method in interface lucee.runtime.search.SearchEngine
returns a collection by name
getCollectionsAsQuery() - Method in interface lucee.runtime.search.SearchEngine
 
getColumn(String) - Method in interface lucee.runtime.type.Query
getColumn(Collection.Key) - Method in interface lucee.runtime.type.Query
return the query column matching to key
getColumn(String, QueryColumn) - Method in interface lucee.runtime.type.Query
getColumn(Collection.Key, QueryColumn) - Method in interface lucee.runtime.type.Query
return the query column matching to key, if key not exist return null
getColumnFromACollection(String) - Method in interface lucee.runtime.util.QueryStack
loop over all Queries and return value as QueryColumn at first ocurrence
getColumnFromACollection(Collection.Key) - Method in interface lucee.runtime.util.QueryStack
loop over all Queries and return value as QueryColumn at first ocurrence
getColumnIndex(String) - Method in interface com.allaire.cfx.Query
returns index of a columnName
getColumnIndex(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getColumnList() - Method in class coldfusion.xml.rpc.QueryBean
 
getColumnNames() - Method in interface com.allaire.cfx.Query
 
getColumnNames() - Method in class lucee.runtime.cfx.QueryWrap
 
getColumnNames() - Method in interface lucee.runtime.type.Query
 
getColumnNamesAsString() - Method in interface com.allaire.cfx.Query
 
getColumnNamesAsString() - Method in class lucee.runtime.cfx.QueryWrap
 
getColumnNamesAsString() - Method in interface lucee.runtime.type.Query
 
getColumns() - Method in interface com.allaire.cfx.Query
Deprecated.
use instead getColumnNamesAsString()
getColumns() - Method in class lucee.runtime.cfx.QueryWrap
 
getCommandAsString() - Method in interface lucee.runtime.video.VideoInput
 
getComment() - Method in class lucee.runtime.dump.DumpTable
returns the comment of the DumpTable, if not defined returns null
getComment() - Method in interface lucee.runtime.video.VideoOutput
 
getCompileTime() - Method in class lucee.runtime.Page
return the time when the file was compiled
getCompileType() - Method in interface lucee.runtime.config.Config
return the compile type of this context
getComponent() - Method in interface lucee.runtime.ComponentScope
Returns the value of component.
getComponent() - Method in interface lucee.runtime.type.ComponentMethod
 
getComponentDataMemberDefaultAccess() - Method in interface lucee.runtime.config.Config
 
getComponentDumpTemplate() - Method in interface lucee.runtime.config.Config
 
getComponentMappings() - Method in interface lucee.runtime.config.Config
 
getComponentMappings() - Method in interface lucee.runtime.listener.ApplicationContext
 
getComponentName() - Method in interface lucee.runtime.PageSource
 
getComponentScope() - Method in interface lucee.runtime.Component
 
getConcurrency() - Method in class lucee.runtime.cfx.QueryWrap
 
getConfig() - Method in class lucee.runtime.CFMLFactory
 
getConfig(PageContext) - Method in interface lucee.runtime.extension.Extension
 
getConfig() - Method in interface lucee.runtime.Mapping
returns config of the mapping
getConfig() - Method in class lucee.runtime.PageContext
 
getConfigDir() - Method in interface lucee.runtime.config.Config
 
getConfigFile() - Method in interface lucee.runtime.config.Config
 
getConfigListener() - Method in interface lucee.runtime.config.ConfigServer
 
getConfigServer(String) - Method in interface lucee.runtime.config.Config
 
getConfigServerDir() - Method in interface lucee.runtime.config.ConfigWeb
 
getConfigWeb(String) - Method in interface lucee.runtime.config.ConfigServer
 
getConfigWebs() - Method in interface lucee.runtime.config.ConfigServer
 
getConnection() - Method in interface lucee.runtime.db.DatasourceConnection
 
getConnection(PageContext, String, String, String) - Method in interface lucee.runtime.db.DataSourceManager
Deprecated.
use instead getConnection(PageContext pc,DataSource ds, String user, String pass)
getConnection(PageContext, DataSource, String, String) - Method in interface lucee.runtime.db.DataSourceManager
return a database connection matching to datsource name
getConnectionLimit() - Method in interface lucee.runtime.db.DataSource
 
getConnectionTimeout() - Method in interface lucee.runtime.db.DataSource
 
getConstants() - Method in interface lucee.runtime.config.Config
 
getContentAsByteArray() - Method in interface lucee.commons.net.http.HTTPResponse
 
getContentAsStream() - Method in interface lucee.commons.net.http.HTTPResponse
 
getContentAsString() - Method in interface lucee.commons.net.http.HTTPResponse
 
getContentAsString(String) - Method in interface lucee.commons.net.http.HTTPResponse
 
getContentAsString(InputStream, String) - Static method in class lucee.loader.util.Util
 
getContentLength() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getContentLength() - Method in interface lucee.commons.net.http.HTTPResponse
 
getContentType() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getContentType() - Method in interface lucee.commons.net.http.HTTPResponse
 
getContentType() - Method in interface lucee.runtime.type.scope.FormItem
 
getContext(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getContextPath() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getContextSummary() - Method in interface lucee.runtime.search.SearchResulItem
 
getCookies() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getCopyright() - Method in interface lucee.runtime.video.VideoOutput
 
getCount() - Method in interface lucee.runtime.debug.DebugEntry
 
getCount() - Method in interface lucee.runtime.debug.DebugPage
return count of call the page
getCount() - Method in interface lucee.runtime.debug.ImplicitAccess
 
getCountDeleted() - Method in interface lucee.runtime.search.IndexResult
 
getCountInserted() - Method in interface lucee.runtime.search.IndexResult
 
getCountUpdated() - Method in interface lucee.runtime.search.IndexResult
 
getCreated() - Method in interface lucee.runtime.extension.Extension
 
getCreated() - Method in interface lucee.runtime.search.SearchCollection
 
getCreated() - Method in interface lucee.runtime.type.scope.Application
 
getCreated() - Method in interface lucee.runtime.type.scope.Session
 
getCreated() - Method in interface lucee.runtime.type.scope.storage.StorageScope
 
getCreateTime() - Static method in class lucee.Version
return creattion time of this version
getCreation() - Method in interface lucee.runtime.spooler.SpoolerTask
 
getCreationUtil() - Method in interface lucee.loader.engine.CFMLEngine
returns the decision util
getCreationUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getCredentials() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getCurrentLevel() - Method in class lucee.runtime.PageContext
returns the current level, how deep is the page stack
getCurrentPageSource() - Method in class lucee.runtime.PageContext
 
getCurrentrow(int) - Method in interface lucee.runtime.type.Iterator
return the current position of the internal pointer
getCurrentTag() - Method in class lucee.runtime.PageContext
returns the tag that is in use
getCurrentTemplatePageSource() - Method in class lucee.runtime.PageContext
 
getCursorName() - Method in class lucee.runtime.cfx.QueryWrap
 
getCustom() - Method in interface lucee.runtime.cache.CacheConnection
 
getCustom(int) - Method in interface lucee.runtime.search.SearchResulItem
 
getCustom1() - Method in interface lucee.runtime.search.SearchResulItem
Deprecated.
use instead getCustom(int index)
getCustom2() - Method in interface lucee.runtime.search.SearchResulItem
Deprecated.
use instead getCustom(int index)
getCustom3() - Method in interface lucee.runtime.search.SearchResulItem
Deprecated.
use instead getCustom(int index)
getCustom4() - Method in interface lucee.runtime.search.SearchResulItem
Deprecated.
use instead getCustom(int index)
getCustomInfo() - Method in interface lucee.commons.io.cache.Cache
get all information data available for this cache
getCustomInfo() - Method in interface lucee.commons.io.cache.CacheEntry
get all information data available for this entry
getCustomNames() - Method in interface lucee.runtime.db.DataSource
 
getCustoms() - Method in interface lucee.runtime.db.DataSource
 
getCustomTag(String) - Method in interface lucee.runtime.cfx.CFXTagPool
return custom tag that match the name
getCustomTagExtensions() - Method in interface lucee.runtime.config.Config
 
getCustomTagMappings() - Method in interface lucee.runtime.config.Config
return the mapping to custom tag directory
getCustomTagMappings() - Method in interface lucee.runtime.listener.ApplicationContext
 
getCustomTypeAsString() - Method in interface lucee.runtime.exp.IPageException
Error custom type as String
getCustomTypeAsString() - Method in exception lucee.runtime.exp.PageServletException
 
getCustomValue(String) - Method in interface lucee.runtime.db.DataSource
 
getData() - Method in class coldfusion.xml.rpc.QueryBean
 
getData(int, int) - Method in interface com.allaire.cfx.Query
returns one field of a Query as String
getData(int, int) - Method in class lucee.runtime.cfx.QueryWrap
 
getData(Map<String, Object>) - Method in interface lucee.runtime.monitor.ActionMonitor
 
getData(Map<String, Object>) - Method in interface lucee.runtime.monitor.IntervallMonitor
 
getData(ConfigWeb, Map<String, Object>) - Method in interface lucee.runtime.monitor.RequestMonitor
returns data for a single context
getDatabase() - Method in interface lucee.runtime.db.DataSource
 
getDataFromACollection(String) - Method in interface lucee.runtime.util.QueryStack
getDataFromACollection(PageContext, String) - Method in interface lucee.runtime.util.QueryStack
loop over all Queries and return value at first ocurrence
getDataFromACollection(Collection.Key) - Method in interface lucee.runtime.util.QueryStack
getDataFromACollection(PageContext, Collection.Key) - Method in interface lucee.runtime.util.QueryStack
loop over all Queries and return value at first ocurrence
getDataSource(String) - Method in interface lucee.runtime.config.Config
 
getDataSource(String, DataSource) - Method in interface lucee.runtime.config.Config
 
getDatasource() - Method in interface lucee.runtime.db.DatasourceConnection
 
getDatasource() - Method in interface lucee.runtime.debug.QueryEntry
 
getDataSourceManager() - Method in class lucee.runtime.PageContext
 
getDataSources() - Method in interface lucee.runtime.config.Config
return the all datasources
getDataSourcesAsMap() - Method in interface lucee.runtime.config.Config
 
getDate(int, Calendar) - Method in class lucee.runtime.cfx.QueryWrap
 
getDate(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getDate(String, Calendar) - Method in class lucee.runtime.cfx.QueryWrap
 
getDate(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getDateHeader(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getDay() - Method in interface lucee.runtime.type.dt.TimeSpan
 
getDbCreate() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getDebugger() - Method in class lucee.runtime.PageContext
return debugger of the page Context
getDebuggingData(PageContext) - Method in interface lucee.runtime.debug.Debugger
returns the Debugging Info
getDebuggingData(PageContext, boolean) - Method in interface lucee.runtime.debug.Debugger
 
getDebugTemplate() - Method in interface lucee.runtime.config.Config
Deprecated.
use instead getDebugEntry(ip, defaultValue)
getDecisionUtil() - Method in interface lucee.loader.engine.CFMLEngine
returns the decision util
getDecisionUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getDefault() - Method in interface lucee.runtime.component.Property
 
getDefaultCacheName(int) - Method in interface lucee.runtime.listener.ApplicationContext
return the default cache name for a certain type
getDefaultDataSource() - Method in interface lucee.runtime.config.Config
 
getDefaultDataSource() - Method in interface lucee.runtime.listener.ApplicationContext
 
getDefaultDumpWriter(int) - Method in interface lucee.runtime.config.Config
returns the default DumpWriter
getDefaultEncoding() - Method in interface lucee.runtime.config.Config
 
getDefaultLocation() - Method in interface lucee.runtime.net.s3.Properties
 
getDefaultQueryCache() - Method in class lucee.runtime.CFMLFactory
 
getDefaultResourceProvider() - Method in interface lucee.commons.io.res.Resources
 
getDefaultResourceProvider() - Method in interface lucee.runtime.config.Config
 
getDefaultSecurityManager() - Method in interface lucee.runtime.config.ConfigServer
 
getDefaultType() - Method in interface lucee.runtime.type.FunctionArgument
 
getDefaultValue(PageContext, int) - Method in interface lucee.runtime.type.UDF
 
getDefaultVaue() - Method in interface lucee.runtime.ext.tag.TagMetaDataAttr
return the default value for this attribute or null if no default value is defined
getDeployDirectory() - Method in interface lucee.runtime.config.Config
return directory, where lucee deploy translated cfml classes (java and class files)
getDescription() - Method in interface lucee.runtime.ext.tag.TagMetaData
A description of the tag.
getDescription() - Method in interface lucee.runtime.ext.tag.TagMetaDataAttr
A description of the attribute.
getDescription() - Method in interface lucee.runtime.extension.Extension
 
getDescription() - Method in interface lucee.runtime.type.UDF
 
getDetail() - Method in interface lucee.runtime.exp.IPageException
return detailed error message
getDetail() - Method in exception lucee.runtime.exp.PageServletException
 
getDialect() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getDimension() - Method in interface lucee.runtime.type.Array
return dimension of the array
getDimension() - Method in interface lucee.runtime.video.VideoProfile
 
getDirectory() - Method in interface lucee.runtime.search.SearchEngine
 
getDisplayName() - Method in interface lucee.runtime.Component
 
getDisplayname() - Method in interface lucee.runtime.component.Property
 
getDisplayName() - Method in interface lucee.runtime.search.SearchEngine
 
getDisplayName() - Method in interface lucee.runtime.type.FunctionArgument
 
getDisplayName() - Method in interface lucee.runtime.type.UDF
 
getDisplayPath() - Method in interface lucee.runtime.SourceFile
 
getDisplayType() - Method in interface lucee.runtime.cfx.customtag.CFXTagClass
 
getDocumentation() - Method in interface lucee.runtime.extension.Extension
 
getDocumentCount() - Method in interface lucee.runtime.search.SearchCollection
 
getDocumentCount(String) - Method in interface lucee.runtime.search.SearchCollection
 
getDouble(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getDouble(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getDsnOriginal() - Method in interface lucee.runtime.db.DataSource
 
getDsnTranslated() - Method in interface lucee.runtime.db.DataSource
 
getDumpWriter(String, int) - Method in interface lucee.runtime.config.Config
returns the DumpWriter matching key
getDumpWriter(String) - Method in interface lucee.runtime.config.Config
Deprecated.
use instead getDumpWriter(String key,int defaultType)
getDuration() - Method in interface lucee.runtime.video.VideoInfo
 
getDynamicAttributes() - Method in interface lucee.runtime.component.Property
 
getE(int) - Method in interface lucee.runtime.type.Array
return object a given position, key can only be a integer from 1 to array len
getEncoding() - Method in interface lucee.runtime.type.scope.Form
 
getEncoding() - Method in interface lucee.runtime.type.scope.URL
 
getEndDate() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getEndPosition() - Method in interface lucee.runtime.debug.DebugEntryTemplatePart
end position (0 offset) on this Entry
getEndTime() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getEntry(PageContext, PageSource) - Method in interface lucee.runtime.debug.Debugger
 
getEntry(PageContext, PageSource, String) - Method in interface lucee.runtime.debug.Debugger
 
getEntry(PageContext, PageSource, int, int) - Method in interface lucee.runtime.debug.Debugger
returns a single DebugEntry for a specific postion (startPos,endPos in the PageSource)
getErrorBlock(PageContext, ErrorPage) - Method in interface lucee.runtime.exp.IPageException
return detailed error block of the error
getErrorBlock(PageContext, ErrorPage) - Method in exception lucee.runtime.exp.PageServletException
 
getErrorCode() - Method in interface lucee.runtime.exp.IPageException
Error Code
getErrorCode() - Method in exception lucee.runtime.exp.PageServletException
 
getErrorStatusCode() - Method in interface lucee.runtime.config.Config
 
getErrorTemplate(int) - Method in interface lucee.runtime.config.Config
 
getErrWriter() - Method in interface lucee.runtime.config.Config
 
getException() - Method in interface lucee.runtime.err.ErrorPage
 
getExceptionLogger() - Method in interface lucee.runtime.config.Config
 
getExceptions() - Method in interface lucee.runtime.debug.Debugger
 
getExceptions() - Method in interface lucee.runtime.spooler.SpoolerTask
 
getExceptionUtil() - Method in interface lucee.loader.engine.CFMLEngine
returns the decision util
getExceptionUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getExe() - Method in interface lucee.runtime.debug.QueryEntry
 
getExecutionTime() - Method in class lucee.runtime.PageContext
 
getExecutionTime() - Method in interface lucee.runtime.type.Query
 
getExeTime() - Method in interface lucee.runtime.debug.DebugEntry
 
getExtendedInfo() - Method in interface lucee.runtime.exp.IPageException
return extended info to the error
getExtendedInfo() - Method in exception lucee.runtime.exp.PageServletException
 
getExtends() - Method in interface lucee.runtime.Component
 
getExtension(Resource) - Method in interface lucee.runtime.util.ResourceUtil
Deprecated.
use instead getExtension(Resource res, String defaultValue);
getExtension(Resource, String) - Method in interface lucee.runtime.util.ResourceUtil
get the Extension of a file resource
getExtension(String) - Method in interface lucee.runtime.util.ResourceUtil
Deprecated.
use instead getExtension(String strFile, String defaultValue);
getExtension(String, String) - Method in interface lucee.runtime.util.ResourceUtil
get the Extension of a file resource
getExtensionDirectory() - Method in interface lucee.runtime.config.Config
 
getExtensionProviders() - Method in interface lucee.runtime.config.Config
 
getExtensions() - Method in class lucee.loader.util.ExtensionFilter
 
getExtensions() - Method in interface lucee.runtime.config.Config
 
getFactory() - Method in interface lucee.runtime.config.Config
 
getFDController() - Method in interface lucee.loader.engine.CFMLEngine
returns the FusionDebug Engine
getFDController() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getFetchDirection() - Method in class lucee.runtime.cfx.QueryWrap
 
getFetchSize() - Method in class lucee.runtime.cfx.QueryWrap
 
getFieldName() - Method in interface lucee.runtime.type.scope.FormItem
 
getFile() - Method in interface lucee.runtime.debug.DebugPage
return file represetati9on of the debug page
getFileItems() - Method in interface lucee.runtime.type.scope.Form
 
getFileLimitation() - Method in interface lucee.runtime.video.VideoOutput
 
getFileLoadTime() - Method in interface lucee.runtime.debug.DebugEntryTemplate
 
getFileName() - Method in interface lucee.runtime.PageSource
 
getFldFile() - Method in interface lucee.runtime.config.Config
 
getFloat(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getFloat(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getFontColor() - Method in class lucee.runtime.dump.DumpTable
 
getFormat() - Method in interface lucee.runtime.video.VideoOutput
 
getForum() - Method in interface lucee.runtime.extension.Extension
 
getFramerate() - Method in interface lucee.runtime.video.VideoInfo
 
getFrameRate() - Method in interface lucee.runtime.video.VideoOutput
 
getFramerate() - Method in interface lucee.runtime.video.VideoProfile
 
getFTPPool() - Method in class lucee.runtime.PageContext
 
getFullClassName() - Method in interface lucee.runtime.SourceFile
 
getFullRealpath() - Method in interface lucee.runtime.PageSource
Returns the full name (mapping/relpath).
getFunction(Object, String, Object[]) - Method in class lucee.runtime.PageContext
call a UDF Function and return "return value" of the function
getFunction(Object, Collection.Key, Object[]) - Method in class lucee.runtime.PageContext
call a UDF Function and return "return value" of the function
getFunctionArgument(String, Object) - Method in interface lucee.runtime.type.scope.Argument
 
getFunctionArgument(Collection.Key, Object) - Method in interface lucee.runtime.type.scope.Argument
 
getFunctionArguments() - Method in interface lucee.runtime.type.UDF
return all function arguments of this UDF
getFunctionName() - Method in interface lucee.runtime.type.UDF
 
getFunctionWithNamedValues(Object, String, Object[]) - Method in class lucee.runtime.PageContext
call a UDF Function and return "return value" of the function
getFunctionWithNamedValues(Object, Collection.Key, Object[]) - Method in class lucee.runtime.PageContext
call a UDF Function and return "return value" of the function
getGeneratedKeys() - Method in interface lucee.runtime.type.Query
 
getGetter() - Method in interface lucee.runtime.component.Property
 
getHeader(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getHeaderNames() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getHeaders(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getHeight() - Method in class lucee.runtime.dump.DumpTable
 
getHeight() - Method in interface lucee.runtime.video.VideoInfo
 
getHelper() - Method in interface lucee.runtime.gateway.Gateway
return helper object
getHide() - Method in class lucee.runtime.dump.DumpProperties
 
getHighLightColor() - Method in class lucee.runtime.dump.DumpTable
 
getHighlightType() - Method in class lucee.runtime.dump.DumpRow
 
getHint() - Method in interface lucee.runtime.Component
 
getHint() - Method in interface lucee.runtime.component.Property
 
getHint() - Method in interface lucee.runtime.type.FunctionArgument
 
getHint() - Method in interface lucee.runtime.type.UDF
 
getHoldability() - Method in class lucee.runtime.cfx.QueryWrap
 
getHomeDirectory() - Static method in class lucee.loader.util.Util
returns the Hoome Directory of the System
getHost() - Method in interface lucee.runtime.db.DataSource
 
getHost() - Method in interface lucee.runtime.net.s3.Properties
 
getHostName() - Method in interface lucee.runtime.net.mail.Server
 
getHour() - Method in interface lucee.runtime.type.dt.TimeSpan
 
getHttpServletRequest() - Method in class lucee.runtime.PageContext
return HttpServletRequest, getRequest only returns ServletRequest
getHttpServletResponse() - Method in class lucee.runtime.PageContext
return HttpServletResponse, getResponse only returns ServletResponse
getHTTPUtil() - Method in interface lucee.loader.engine.CFMLEngine
returns the HTTP Util
getHTTPUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getId() - Method in interface lucee.runtime.config.Config
 
getId(Config) - Method in interface lucee.runtime.config.RemoteClient
 
getId() - Method in interface lucee.runtime.debug.DebugEntry
 
getId() - Method in class lucee.runtime.dump.DumpTable
 
getId() - Method in interface lucee.runtime.extension.Extension
 
getId() - Method in interface lucee.runtime.gateway.Gateway
returns the id of the gateway
getId() - Method in interface lucee.runtime.lock.LockData
 
getId() - Method in class lucee.runtime.PageContext
 
getId() - Method in interface lucee.runtime.search.SearchResulItem
 
getId() - Method in interface lucee.runtime.spooler.SpoolerTask
 
getId() - Method in interface lucee.runtime.type.Collection.Key
 
getImage() - Method in interface lucee.runtime.extension.Extension
 
getImplicitAccesses(int, String) - Method in interface lucee.runtime.debug.Debugger
 
getImportDefintions() - Method in class lucee.runtime.Page
 
getIndexElement(Element, String) - Method in interface lucee.runtime.search.SearchEngine
return XML Element Matching index id
getInitException() - Method in interface lucee.runtime.type.scope.Form
 
getInitParameter(String) - Method in class lucee.cli.servlet.ServletConfigImpl
 
getInitParameter(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getInitParameterNames() - Method in class lucee.cli.servlet.ServletConfigImpl
 
getInitParameterNames() - Method in class lucee.cli.servlet.ServletContextImpl
 
getInputStream() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getInputStream() - Method in interface lucee.commons.io.res.Resource
 
getInputStream() - Method in interface lucee.runtime.type.scope.Form
 
getInspectTemplate() - Method in interface lucee.runtime.config.Config
 
getInstalledPatches() - Method in class lucee.loader.engine.CFMLEngineFactory
 
getInstance() - Static method in class com.intergral.fusiondebug.server.FDControllerFactory
returns a singelton instance of the class
getInstance(ServletConfig) - Static method in class lucee.loader.engine.CFMLEngineFactory
returns instance of this factory (singelton-> always the same instance) do auto update when changes occur
getInstance() - Static method in class lucee.loader.engine.CFMLEngineFactory
returns instance of this factory (singelton-> always the same instance) do auto update when changes occur
getInstance(ServletConfig, EngineChangeListener) - Static method in class lucee.loader.engine.CFMLEngineFactory
returns instance of this factory (singelton-> always the same instance)
getInstance(Config) - Method in interface lucee.runtime.cache.CacheConnection
 
getInt(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getInt(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getIntAttribute(String, int) - Method in class com.allaire.cfx.DebugRequest
 
getIntAttribute(String) - Method in class com.allaire.cfx.DebugRequest
 
getIntAttribute(String) - Method in interface com.allaire.cfx.Request
returns attribute as int matching key
getIntAttribute(String, int) - Method in interface com.allaire.cfx.Request
returns attribute as int matching key
getInterval() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getInterval() - Method in interface lucee.runtime.spooler.ExecutionPlan
 
getIntervalAsString() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getIntervall() - Method in interface lucee.runtime.spooler.ExecutionPlan
Deprecated.
use instead getInterval();
getIntervallMonitor(String) - Method in interface lucee.runtime.config.Config
 
getIntervallMonitors() - Method in interface lucee.runtime.config.Config
 
getIntHeader(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getIntVersion() - Static method in class lucee.Version
 
getItems() - Method in interface lucee.runtime.db.SQL
 
getItems() - Method in class lucee.runtime.dump.DumpRow
 
getIterator(String) - Method in class lucee.runtime.PageContext
get variable from string definition and cast it to a Iterator Object
getIterator() - Method in interface lucee.runtime.type.ForEachIteratorable
 
getJavaAccessClass(RefBoolean) - Method in interface lucee.runtime.Component
returns java class to the component interface (all UDFs), this class is generated dynamic when used
getJavaName() - Method in interface lucee.runtime.PageSource
 
getJavaSettings() - Method in interface lucee.runtime.listener.ApplicationContext
 
getJSessionId() - Method in class lucee.runtime.PageContext
 
getJSPFactoriesAsMap() - Method in interface lucee.runtime.config.ConfigServer
 
getKey() - Method in interface lucee.commons.io.cache.CacheEntry
 
getKey() - Method in interface lucee.runtime.search.SearchResulItem
 
getKey() - Method in interface lucee.runtime.type.ref.Reference
 
getKey() - Method in interface lucee.runtime.type.scope.ClusterEntry
 
getKeyAsString() - Method in interface lucee.runtime.type.ref.Reference
Deprecated.
use instead Reference.getKey()
getLabel() - Method in class lucee.runtime.CFMLFactory
 
getLabel() - Method in interface lucee.runtime.config.ConfigWeb
 
getLabel() - Method in interface lucee.runtime.config.RemoteClient
 
getLabel() - Method in interface lucee.runtime.debug.DebugTimer
 
getLabel() - Method in interface lucee.runtime.extension.Extension
 
getLabel() - Method in interface lucee.runtime.spooler.SpoolerEngine
return the label of the engine
getLanguage() - Method in interface lucee.runtime.search.SearchCollection
 
getLastAccess() - Method in interface lucee.runtime.type.scope.Application
 
getLastAccess() - Method in interface lucee.runtime.type.scope.Session
Deprecated. 
getLastAccess() - Method in interface lucee.runtime.type.scope.storage.StorageScope
 
getLastAccessTime() - Method in interface lucee.runtime.PageSource
 
getLastHeader(String) - Method in interface lucee.commons.net.http.HTTPResponse
 
getLastHeaderIgnoreCase(String) - Method in interface lucee.commons.net.http.HTTPResponse
 
getLastUpdate() - Method in interface lucee.runtime.search.SearchCollection
 
getLight(PageContext, Object, String, Object) - Method in interface lucee.runtime.util.VariableUtil
return a property from the given Object, when property doesn't exists return null
getLine() - Method in interface lucee.runtime.debug.DebugTrace
 
getLine() - Method in interface lucee.runtime.debug.ImplicitAccess
 
getLoadTime() - Method in interface lucee.runtime.config.Config
 
getLoadType() - Method in class lucee.runtime.Page
 
getLocalAlways() - Method in interface lucee.runtime.type.scope.Undefined
 
getLocale() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getLocale() - Method in interface lucee.runtime.config.Config
 
getLocale() - Method in class lucee.runtime.PageContext
 
getLocales() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getLocalMode() - Method in interface lucee.runtime.config.Config
 
getLocalMode() - Method in interface lucee.runtime.listener.ApplicationContext
 
getLocalScope() - Method in interface lucee.runtime.type.scope.Caller
 
getLock() - Method in interface lucee.runtime.lock.LockData
 
getLockManager() - Method in interface lucee.runtime.config.ConfigWeb
 
getLockTimeout() - Method in interface lucee.commons.io.res.ResourceLock
 
getLog() - Method in interface lucee.commons.io.log.LogAndSource
 
getLogger() - Method in interface lucee.runtime.schedule.Scheduler
 
getLogger() - Method in interface lucee.runtime.search.SearchCollection
 
getLogger() - Method in interface lucee.runtime.search.SearchEngine
 
getLoginStorage() - Method in interface lucee.runtime.listener.ApplicationContext
 
getLogLevel() - Method in interface lucee.commons.io.log.Log
 
getLong(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getLong(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getLowerString() - Method in interface lucee.runtime.type.Collection.Key
return key as lower case String
getLuceePageContext(HttpServlet, HttpServletRequest, HttpServletResponse, String, boolean, int, boolean) - Method in class lucee.runtime.CFMLFactory
similar to getPageContext Method but return the concret implementation of the lucee PageCOntext and take the HTTP Version of the Servlet Objects
getMailDefaultEncoding() - Method in interface lucee.runtime.config.Config
 
getMailinglist() - Method in interface lucee.runtime.extension.Extension
 
getMailLogger() - Method in interface lucee.runtime.config.Config
 
getMailServers() - Method in interface lucee.runtime.config.Config
 
getMailSpoolInterval() - Method in interface lucee.runtime.config.Config
 
getMailTimeout() - Method in interface lucee.runtime.config.Config
 
getMailto() - Method in interface lucee.runtime.err.ErrorPage
 
getMajorVersion() - Method in class lucee.cli.servlet.ServletContextImpl
 
getMapping() - Method in interface lucee.runtime.PageSource
 
getMappings() - Method in interface lucee.runtime.config.Config
 
getMappings() - Method in interface lucee.runtime.listener.ApplicationContext
 
getMax() - Method in interface lucee.runtime.debug.DebugEntry
 
getMaxFrames() - Method in interface lucee.runtime.video.VideoOutput
 
getMaximalExecutionTime() - Method in interface lucee.runtime.debug.DebugPage
return the maximum execution time of the page
getMaxInactiveInterval() - Method in interface lucee.runtime.type.scope.storage.StorageScope
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxKeys() - Method in class lucee.runtime.dump.DumpProperties
 
getMaxlevel() - Method in class lucee.runtime.dump.DumpProperties
 
getMeta() - Method in interface lucee.runtime.component.Property
 
getMetaCacheTimeout() - Method in interface lucee.runtime.db.DataSource
 
getMetaData() - Method in interface lucee.commons.io.res.ResourceMetaData
 
getMetaData() - Method in class lucee.runtime.cfx.QueryWrap
 
getMetaData(PageContext) - Method in interface lucee.runtime.Component
returns Meta Data to the Component
getMetaData() - Method in interface lucee.runtime.component.Property
 
getMetaData(PageContext) - Method in interface lucee.runtime.Interface
 
getMetaData() - Method in interface lucee.runtime.type.FunctionArgument
 
getMetaData(PageContext) - Method in interface lucee.runtime.type.UDF
 
getMetaDataSimple() - Method in interface lucee.runtime.type.Query
 
getMetainfo() - Method in class lucee.runtime.dump.DumpProperties
 
getMethod() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getMillis() - Method in interface lucee.runtime.type.dt.TimeSpan
 
getMimeType(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getMimeType() - Method in interface lucee.commons.io.res.ContentType
 
getMimeType() - Method in interface lucee.runtime.search.SearchResulItem
 
getMimeType(Resource, String) - Method in interface lucee.runtime.util.ResourceUtil
return the mime type of a file, does not check the extension of the file, it checks the header
getMimeType(byte[], String) - Method in interface lucee.runtime.util.ResourceUtil
return the mime type of a byte array
getMin() - Method in interface lucee.runtime.debug.DebugEntry
 
getMinimalExecutionTime() - Method in interface lucee.runtime.debug.DebugPage
return the minimum execution time of the page
getMinorVersion() - Method in class lucee.cli.servlet.ServletContextImpl
 
getMinute() - Method in interface lucee.runtime.type.dt.TimeSpan
 
getMode() - Method in interface lucee.commons.io.res.Resource
 
getMode() - Method in interface lucee.runtime.listener.ApplicationListener
 
getName() - Method in interface com.allaire.cfx.Query
 
getName() - Method in interface lucee.commons.io.res.Resource
Returns the name of the resource denoted by this abstract pathname.
getName() - Method in interface lucee.commons.net.http.Header
 
getName() - Method in interface lucee.runtime.cache.CacheConnection
 
getName() - Method in class lucee.runtime.cfx.QueryWrap
 
getName() - Method in interface lucee.runtime.Component
 
getName() - Method in interface lucee.runtime.component.ImportDefintion
 
getName() - Method in interface lucee.runtime.component.Property
 
getName() - Method in interface lucee.runtime.db.DataSource
 
getName() - Method in interface lucee.runtime.debug.ImplicitAccess
 
getName() - Method in interface lucee.runtime.debug.QueryEntry
 
getName() - Method in interface lucee.runtime.ext.tag.TagMetaDataAttr
The unique name of the attribute being declared
getName() - Method in interface lucee.runtime.extension.Extension
 
getName() - Method in interface lucee.runtime.listener.ApplicationContext
 
getName() - Method in interface lucee.runtime.lock.LockData
 
getName() - Method in interface lucee.runtime.monitor.Monitor
 
getName() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getName() - Method in interface lucee.runtime.search.SearchCollection
 
getName() - Method in interface lucee.runtime.type.FunctionArgument
 
getName() - Method in interface lucee.runtime.type.FunctionValue
Deprecated.
use instead getNameAsString();
getName() - Method in interface lucee.runtime.type.scope.FormItem
 
getNameAsKey() - Method in interface lucee.runtime.type.FunctionValue
 
getNameAsString() - Method in interface lucee.runtime.type.FunctionValue
 
getNamedDispatcher(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getNCharacterStream(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getNCharacterStream(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getNClob(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getNClob(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getNetwork() - Method in interface lucee.runtime.extension.Extension
 
getNextExecution() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getNormalColor() - Method in class lucee.runtime.dump.DumpTable
 
getNString(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getNString(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getObject(int, Map) - Method in class lucee.runtime.cfx.QueryWrap
 
getObject(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getObject(String, Map) - Method in class lucee.runtime.cfx.QueryWrap
 
getObject(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getObject(int, Class<T>) - Method in class lucee.runtime.cfx.QueryWrap
 
getObject(String, Class<T>) - Method in class lucee.runtime.cfx.QueryWrap
 
getOffset() - Method in interface lucee.runtime.video.VideoOutput
 
getOpenLockNames() - Method in interface lucee.runtime.lock.LockManager
 
getOpenTaskCount() - Method in interface lucee.runtime.spooler.SpoolerEngine
 
getOpenTasksAsQuery(int, int) - Method in interface lucee.runtime.spooler.SpoolerEngine
 
getOperation() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getOperatonUtil() - Method in interface lucee.loader.engine.CFMLEngine
return the operation util
getOperatonUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getOrmConfig() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getORMConfiguration() - Method in interface lucee.runtime.listener.ApplicationContext
 
getORMDatasource() - Method in interface lucee.runtime.listener.ApplicationContext
 
getOutput() - Method in interface lucee.runtime.Component
 
getOutput() - Method in interface lucee.runtime.type.UDF
 
getOutputStream() - Method in interface lucee.commons.io.res.Resource
 
getOutputStream(boolean) - Method in interface lucee.commons.io.res.Resource
 
getOutWriter() - Method in interface lucee.runtime.config.Config
 
getOwnerComponent() - Method in interface lucee.runtime.type.UDF
Deprecated. 
getOwnerName() - Method in interface lucee.runtime.component.Property
 
getPackage() - Method in interface lucee.runtime.component.ImportDefintion
 
getPackageAsPath() - Method in interface lucee.runtime.component.ImportDefintion
 
getPackageName() - Method in interface lucee.runtime.SourceFile
 
getPageException() - Method in interface lucee.runtime.exp.CatchBlock
 
getPageException() - Method in interface lucee.runtime.exp.PageExceptionBox
 
getPageException() - Method in exception lucee.runtime.exp.PageServletException
 
getPageSource() - Method in interface lucee.runtime.Component
 
getPageSource(Mapping[], String, boolean) - Method in interface lucee.runtime.config.Config
Deprecated.
use instead getPageSources or getPageSourceExisting
getPageSource() - Method in interface lucee.runtime.Interface
 
getPageSource(String) - Method in interface lucee.runtime.Mapping
pagesoucre matching given relpath
getPageSource(String, boolean) - Method in interface lucee.runtime.Mapping
 
getPageSource() - Method in class lucee.runtime.Page
 
getPageSource() - Method in interface lucee.runtime.type.UDF
 
getPageSourceExisting(PageContext, Mapping[], String, boolean, boolean, boolean, boolean) - Method in interface lucee.runtime.config.Config
return existing PageSource that match the given criteria, if there is no PageSource null is returned.
getPageSources(PageContext, Mapping[], String, boolean, boolean, boolean) - Method in interface lucee.runtime.config.Config
get all PageSources that match the given criteria
getParameter(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getParameterMap() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getParameterNames() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getParameterValues(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getParent() - Method in interface lucee.commons.io.res.Resource
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class lucee.runtime.ext.tag.TagSupport
 
getParent() - Method in interface lucee.runtime.type.ref.Reference
 
getParentPageContext() - Method in class lucee.runtime.PageContext
 
getParentResource() - Method in interface lucee.commons.io.res.Resource
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getPass() - Method in interface lucee.runtime.video.VideoProfile
 
getPassword() - Method in interface lucee.commons.security.Credentials
 
getPassword() - Method in interface lucee.runtime.db.DataSource
 
getPassword() - Method in interface lucee.runtime.db.DatasourceConnection
 
getPassword() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getPassword() - Method in interface lucee.runtime.net.mail.Server
 
getPassword() - Method in interface lucee.runtime.net.proxy.ProxyData
 
getPassword() - Method in interface lucee.runtime.security.Credential
 
getPath() - Method in interface lucee.commons.io.res.Resource
Converts this abstract pathname into a pathname string.
getPath() - Method in interface lucee.runtime.debug.DebugEntry
 
getPath() - Method in interface lucee.runtime.search.SearchCollection
 
getPathInfo() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getPathToChild(Resource, Resource) - Method in interface lucee.runtime.util.ResourceUtil
return diffrents of one file to a other if first is child of second otherwise return null
getPathTranslated() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getPhyscalFile() - Method in interface lucee.runtime.SourceFile
return file object, based on physical path and relpath
getPhysical(Mapping[], String, boolean) - Method in interface lucee.runtime.config.Config
Deprecated.
use instead getPhysicalResources or getPhysicalResourceExisting
getPhysical() - Method in interface lucee.runtime.Mapping
 
getPhysicalResourceExisting(PageContext, Mapping[], String, boolean, boolean, boolean) - Method in interface lucee.runtime.config.Config
return existing Resource that match the given criteria, if there is no Resource null is returned.
getPhysicalResources(PageContext, Mapping[], String, boolean, boolean, boolean) - Method in interface lucee.runtime.config.Config
get all Resources that match the given criteria
getPlans() - Method in interface lucee.runtime.spooler.SpoolerTask
 
getPort() - Method in interface lucee.runtime.db.DataSource
 
getPort() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getPort() - Method in interface lucee.runtime.net.mail.Server
 
getPort() - Method in interface lucee.runtime.net.proxy.ProxyData
 
getPosition() - Method in interface lucee.runtime.db.SQL
 
getPreparedStatement(SQL, boolean, boolean) - Method in interface lucee.runtime.db.DatasourceConnection
 
getPreparedStatement(SQL, int, int) - Method in interface lucee.runtime.db.DatasourceConnection
 
getProperties(boolean) - Method in interface lucee.runtime.Component
return all properties from component
getProtocol() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getProtocolVersion() - Method in interface lucee.commons.net.http.HTTPResponse
 
getProvider() - Method in interface lucee.runtime.extension.Extension
 
getProxyData() - Method in interface lucee.runtime.config.Config
return default proxy setting password
getProxyData() - Method in interface lucee.runtime.config.RemoteClient
 
getProxyData() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getProxyPassword() - Method in interface lucee.runtime.net.ftp.FTPConnection
return the proxy password
getProxyPort() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getProxyServer() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getProxyUser() - Method in interface lucee.runtime.net.ftp.FTPConnection
return the proxy username
getPsq() - Method in class lucee.runtime.PageContext
returns if single quotes will be preserved inside a query tag (psq=preserve single quote)
getPSQL() - Method in interface lucee.runtime.config.Config
 
getQry() - Method in interface lucee.runtime.debug.QueryEntry
return the query of this entry (can be null, if the quer has not produced a resultset)
getQueries() - Method in interface lucee.runtime.debug.Debugger
 
getQueries() - Method in interface lucee.runtime.util.QueryStack
 
getQuery() - Method in class com.allaire.cfx.DebugRequest
 
getQuery() - Method in interface com.allaire.cfx.Request
return given query
getQuery() - Method in class lucee.runtime.cfx.QueryWrap
 
getQuery(String) - Method in class lucee.runtime.PageContext
get variable from string definition and cast it to a Query Object
getQuery(Object) - Method in class lucee.runtime.PageContext
 
getQuery(PageContext, SQL, String, String, String, Date) - Method in interface lucee.runtime.query.QueryCache
returns a Query from Query Cache or null if no match found
getQuery() - Method in interface lucee.runtime.search.SearchResult
 
getQueryCache() - Method in class lucee.runtime.PageContext
 
getQueryStack() - Method in interface lucee.runtime.type.scope.Undefined
 
getQueryString() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getQueryTime() - Method in interface lucee.runtime.debug.DebugEntryTemplate
 
getQueueLength() - Method in interface lucee.commons.lock.Lock
Returns an estimate of the number of threads waiting to acquire this lock.
getReader() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getReal(String) - Method in interface lucee.commons.io.res.Resource
returns a resource path that is relative to the current resource
getRealFile(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getRealPage(String) - Method in interface lucee.runtime.PageSource
get an new Pagesoure from ralpath
getRealPath(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getRealPath(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getRealpath() - Method in interface lucee.runtime.PageSource
returns the ralpath without the mapping
getRealPathAsVariableString() - Method in interface lucee.runtime.SourceFile
 
getRealResource(String) - Method in interface lucee.commons.io.res.Resource
returns a resource that is relative to the current resource
getRecordcount() - Method in class lucee.runtime.cfx.QueryWrap
 
getRecordcount() - Method in interface lucee.runtime.debug.QueryEntry
 
getRecordcount() - Method in interface lucee.runtime.type.Iterator
return recordcount of the iterator object
getRecordsSearched() - Method in interface lucee.runtime.search.SearchData
return the records searched
getRecordsSearched() - Method in interface lucee.runtime.search.SearchResulItem
 
getRef(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getRef(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getRef() - Method in class lucee.runtime.dump.DumpTable
 
getReference(Object, String) - Method in class lucee.runtime.PageContext
getReference(Object, Collection.Key) - Method in class lucee.runtime.PageContext
 
getRegistry(int) - Static method in class lucee.cli.CLIFactory
 
getRemoteAddr() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getRemoteClientDirectory() - Method in interface lucee.runtime.config.Config
 
getRemoteClientLog() - Method in interface lucee.runtime.config.Config
 
getRemoteClients() - Method in interface lucee.runtime.config.Config
 
getRemoteClients() - Method in interface lucee.runtime.config.ConfigServer
 
getRemoteClientUsage() - Method in interface lucee.runtime.config.Config
 
getRemoteHost() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getRemoteUser() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getRemoteUser() - Method in class lucee.runtime.PageContext
 
getRequestDispatcher(String) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getRequestDispatcher(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getRequestedSessionId() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getRequestMonitor(String) - Method in interface lucee.runtime.config.Config
 
getRequestMonitors() - Method in interface lucee.runtime.config.Config
 
getRequestTimeout() - Method in interface lucee.runtime.config.Config
 
getRequestTimeout() - Method in class lucee.runtime.PageContext
 
getRequestTimeoutLogger() - Method in interface lucee.runtime.config.Config
 
getRequestURI() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getRequestURL() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getResource(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getResource(String) - Method in interface lucee.commons.io.res.ResourceProvider
return a resource that match given path
getResource(String) - Method in interface lucee.commons.io.res.Resources
returns a resource that matching the given path
getResource(String) - Method in interface lucee.runtime.config.Config
 
getResource() - Method in interface lucee.runtime.PageSource
if the pageSource is based on a archive, Lucee returns the ra:// path
getResource() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getResource() - Method in interface lucee.runtime.SourceFile
if the mapping physical path and archive is invalid or not defined, it is possible this method returns null
getResource() - Method in interface lucee.runtime.type.scope.FormItem
 
getResource() - Method in interface lucee.runtime.video.VideoInput
 
getResource() - Method in interface lucee.runtime.video.VideoOutput
 
getResourceAsStream(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getResourceAsStream(String) - Method in class lucee.loader.classloader.LuceeClassLoader
 
getResourceCharset() - Method in interface lucee.runtime.config.Config
 
getResourcePaths(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getResourceProvider() - Method in interface lucee.commons.io.res.Resource
 
getResourceProviders() - Method in interface lucee.commons.io.res.Resources
 
getResourceProviders() - Method in interface lucee.runtime.config.Config
 
getResourceRoot() - Method in class lucee.loader.engine.CFMLEngineFactory
return directory to lucee resource root
getResources() - Method in interface lucee.runtime.listener.JavaSettings
pathes to the directories that contain Java classes or JAR files.
getResourceTranslated(PageContext) - Method in interface lucee.runtime.PageSource
if the pageSource is based on a archive, translate the source to a zip:// Resource
getResourceUtil() - Method in interface lucee.loader.engine.CFMLEngine
returns the Resource Util
getResourceUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getResponseStream() - Method in class lucee.runtime.PageContext
 
getRestCFCLocations() - Method in interface lucee.runtime.listener.ApplicationContext
 
getRestSetting() - Method in interface lucee.runtime.config.Config
 
getRestSettings() - Method in interface lucee.runtime.listener.ApplicationContext
 
getReturnFormat() - Method in interface lucee.runtime.rest.RestSettings
return format of the request, ignored when format is defined as part of the call
getReturnFormat() - Method in interface lucee.runtime.type.UDF
 
getReturnType() - Method in interface lucee.runtime.type.UDF
 
getReturnTypeAsString() - Method in interface lucee.runtime.type.UDF
 
getRoles() - Method in interface lucee.runtime.security.Credential
 
getRoot() - Method in class lucee.cli.servlet.ServletContextImpl
 
getRootDirectory() - Method in interface lucee.runtime.config.Config
 
getRootTemplateDirectory() - Method in class lucee.runtime.PageContext
 
getRootWriter() - Method in class lucee.runtime.PageContext
 
getRow() - Method in class lucee.runtime.cfx.QueryWrap
 
getRowCount() - Method in interface com.allaire.cfx.Query
 
getRowCount() - Method in class lucee.runtime.cfx.QueryWrap
 
getRowId(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getRowId(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getRows() - Method in class lucee.runtime.dump.DumpTable
 
getRPCClassLoader(boolean) - Method in interface lucee.runtime.config.Config
 
getS3() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSameFieldAsArray(int) - Method in interface lucee.runtime.listener.ApplicationContext
merge the field with same name to array if true, otherwise to a comma separated string list
getScale() - Method in interface lucee.runtime.db.SQLItem
 
getScanMode() - Method in interface lucee.runtime.video.VideoProfile
 
getScheduleLogger() - Method in interface lucee.runtime.config.Config
 
getScheduler() - Method in interface lucee.runtime.config.Config
 
getScheduleTask(String) - Method in interface lucee.runtime.schedule.Scheduler
returns a schedule tasks matching given name or throws a exception
getScheduleTask(String, ScheduleTask) - Method in interface lucee.runtime.schedule.Scheduler
returns a schedule tasks matching given name or null
getSchema() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getScheme() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getScheme() - Method in interface lucee.commons.io.res.ResourceProvider
returns the scheme of the resource
getScope() - Method in interface lucee.runtime.debug.ImplicitAccess
 
getScope(Collection.Key) - Method in interface lucee.runtime.type.scope.Undefined
 
getScopeCascadingType() - Method in interface lucee.runtime.config.Config
return how lucee cascade scopes
getScopeNames() - Method in interface lucee.runtime.type.scope.Undefined
 
getScore() - Method in interface lucee.runtime.search.SearchResulItem
 
getScriptProtect() - Method in interface lucee.runtime.config.Config
 
getScriptProtect() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSearchEngine() - Method in interface lucee.runtime.config.Config
 
getSearchEngine() - Method in interface lucee.runtime.search.SearchCollection
 
getSecond() - Method in interface lucee.runtime.type.dt.TimeSpan
 
getSeconds() - Method in interface lucee.runtime.type.dt.TimeSpan
 
getSecretAccessKey() - Method in interface lucee.runtime.net.s3.Properties
 
getSecureJson() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSecureJson() - Method in interface lucee.runtime.type.UDF
returns null when not defined
getSecureJsonPrefix() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSecurityApplicationToken() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSecurityCookieDomain() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSecurityDirectory() - Method in interface lucee.runtime.config.Config
 
getSecurityIdleTimeout() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSecurityKey() - Method in interface lucee.runtime.config.RemoteClient
 
getSecurityManager() - Method in interface lucee.runtime.config.Config
 
getSecurityManager(String) - Method in interface lucee.runtime.config.ConfigServer
 
getServer() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getServer() - Method in interface lucee.runtime.net.proxy.ProxyData
 
getServerId() - Method in interface lucee.runtime.config.ConfigWeb
 
getServerInfo() - Method in class lucee.cli.servlet.ServletContextImpl
 
getServerName() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getServerPassword() - Method in interface lucee.runtime.config.RemoteClient
 
getServerPort() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getServerUsername() - Method in interface lucee.runtime.config.RemoteClient
 
getServlet(String) - Method in class lucee.cli.servlet.ServletContextImpl
 
getServlet() - Method in class lucee.runtime.CFMLFactory
 
getServletConfig() - Method in class lucee.cli.servlet.HTTPServletImpl
 
getServletContext() - Method in class lucee.cli.servlet.HTTPServletImpl
 
getServletContext() - Method in class lucee.cli.servlet.ServletConfigImpl
 
getServletContextName() - Method in class lucee.cli.servlet.ServletContextImpl
 
getServletName() - Method in class lucee.cli.servlet.HTTPServletImpl
 
getServletName() - Method in class lucee.cli.servlet.ServletConfigImpl
 
getServletNames() - Method in class lucee.cli.servlet.ServletContextImpl
 
getServletPath() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getServlets() - Method in class lucee.cli.servlet.ServletContextImpl
 
getSession() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getSession(boolean) - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getSessionCluster() - Method in interface lucee.runtime.config.Config
 
getSessionCluster() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSessionstorage() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSessionTimeout() - Method in interface lucee.runtime.config.Config
 
getSessionTimeout() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSessionType() - Method in interface lucee.runtime.config.Config
 
getSessionType() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSessionType() - Method in class lucee.runtime.PageContext
 
getSetter() - Method in interface lucee.runtime.component.Property
 
getSetting(String) - Method in class com.allaire.cfx.DebugRequest
 
getSetting(String) - Method in interface com.allaire.cfx.Request
returns all the settings
getShort(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getShort(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getShow() - Method in class lucee.runtime.dump.DumpProperties
 
getShowUDFs() - Method in class lucee.runtime.dump.DumpProperties
 
getSize() - Method in interface lucee.runtime.search.SearchCollection
 
getSize() - Method in interface lucee.runtime.search.SearchResulItem
 
getSkipCFCWithError() - Method in interface lucee.runtime.rest.RestSettings
 
getSource() - Method in interface lucee.commons.io.log.LogAndSource
 
getSource() - Method in interface lucee.runtime.listener.ApplicationContext
 
getSource() - Method in interface lucee.runtime.PageSource
 
getSourceLastModified() - Method in class lucee.runtime.Page
return when the source file last time was modified
getSourceName() - Method in interface lucee.runtime.cfx.customtag.CFXTagClass
 
getSpoolerEngine() - Method in interface lucee.runtime.config.Config
 
getSQL() - Method in interface lucee.runtime.debug.QueryEntry
 
getSql() - Method in interface lucee.runtime.type.Query
 
getSqlScript() - Method in interface lucee.runtime.orm.ORMConfiguration
 
getSQLString() - Method in interface lucee.runtime.db.SQL
 
getSQLXML(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getSQLXML(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getSrc() - Method in interface lucee.runtime.debug.DebugEntry
 
getSrc() - Method in interface lucee.runtime.debug.QueryEntry
 
getStackTraceAsString() - Method in interface lucee.runtime.exp.IPageException
returns the java stracktrace as a String
getStackTraceAsString() - Method in exception lucee.runtime.exp.PageServletException
 
getStartDate() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getStartPosition() - Method in interface lucee.runtime.debug.DebugEntryTemplatePart
start position (0 offset) on this Entry
getStartTime() - Method in class lucee.runtime.PageContext
 
getStartTime() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getStartTime() - Method in class lucee.runtime.thread.ChildThread
 
getState() - Method in interface lucee.loader.engine.CFMLEngine
 
getState() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getState() - Method in interface lucee.runtime.gateway.Gateway
returns a string that is used by the event gateway administrator to display status
getStatement() - Method in class lucee.runtime.cfx.QueryWrap
 
getStatusCode() - Method in interface lucee.commons.net.http.HTTPResponse
 
getStatusLine() - Method in interface lucee.commons.net.http.HTTPResponse
 
getStatusText() - Method in interface lucee.commons.net.http.HTTPResponse
 
getStorage() - Method in interface lucee.runtime.type.scope.storage.StorageScope
return the name of the storage used, this is not the storage type!
getStorageType() - Method in interface lucee.runtime.type.scope.storage.StorageScope
 
getStrArchive() - Method in interface lucee.runtime.Mapping
 
getStrConfig() - Method in interface lucee.runtime.extension.Extension
 
getString(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getString(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getString() - Method in interface lucee.runtime.type.Collection.Key
return key as String
getStringInterval() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getStrPhysical() - Method in interface lucee.runtime.Mapping
 
getSuggestion() - Method in interface lucee.runtime.search.SearchData
 
getSuggestion() - Method in interface lucee.runtime.search.SearchResult
 
getSuggestionMax() - Method in interface lucee.runtime.search.SearchData
 
getSuggestionQuery() - Method in interface lucee.runtime.search.SearchData
 
getSummary() - Method in interface lucee.runtime.search.SearchResulItem
 
getSupport() - Method in interface lucee.runtime.extension.Extension
 
getSystemDirectory() - Static method in class lucee.loader.util.Util
 
getTagName() - Method in class lucee.runtime.thread.ChildThread
 
getTask() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getTempDirectory() - Static method in class lucee.loader.util.Util
returns the Temp Directory of the System
getTempDirectory() - Method in interface lucee.runtime.config.Config
return the temp directory
getTemplate() - Method in interface lucee.runtime.debug.DebugTimer
 
getTemplate() - Method in interface lucee.runtime.debug.DebugTrace
 
getTemplate() - Method in interface lucee.runtime.debug.ImplicitAccess
 
getTemplate() - Method in interface lucee.runtime.err.ErrorPage
 
getTemplate() - Method in interface lucee.runtime.type.Query
 
getTemplateCharset() - Method in interface lucee.runtime.config.Config
 
getTemplatePath() - Method in class lucee.runtime.PageContext
array of current template stack
getText() - Method in interface lucee.runtime.debug.DebugTrace
 
getThisScope() - Method in class coldfusion.cfc.CFCProxy
 
getThread() - Method in class lucee.runtime.PageContext
 
getThreadPageContext() - Method in interface lucee.loader.engine.CFMLEngine
 
getThreadPageContext() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getThreadQueue() - Method in interface lucee.runtime.config.Config
 
getThreadScope(String) - Method in class lucee.runtime.PageContext
Deprecated.
use instead setThreadScope(Collection.Key name,Threads t)
getThreadScope(Collection.Key) - Method in class lucee.runtime.PageContext
 
getThreadScopeNames() - Method in class lucee.runtime.PageContext
 
getTime(int, Calendar) - Method in class lucee.runtime.cfx.QueryWrap
 
getTime(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getTime(String, Calendar) - Method in class lucee.runtime.cfx.QueryWrap
 
getTime(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getTime() - Method in interface lucee.runtime.debug.DebugTimer
 
getTime() - Method in interface lucee.runtime.debug.DebugTrace
 
getTime() - Method in interface lucee.runtime.type.scope.ClusterEntry
 
getTimeout() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getTimeout() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getTimeRef() - Method in interface lucee.runtime.type.scope.ClusterEntry
 
getTimeServer() - Method in interface lucee.runtime.config.Config
 
getTimeServerOffset() - Method in interface lucee.runtime.config.Config
 
getTimeSpan() - Method in interface lucee.runtime.type.scope.Application
 
getTimeSpan() - Method in interface lucee.runtime.type.scope.Session
Deprecated. 
getTimeSpan() - Method in interface lucee.runtime.type.scope.storage.StorageScope
 
getTimestamp(int, Calendar) - Method in class lucee.runtime.cfx.QueryWrap
 
getTimestamp(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getTimestamp(String, Calendar) - Method in class lucee.runtime.cfx.QueryWrap
 
getTimestamp(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getTimeZone() - Method in interface lucee.runtime.config.Config
 
getTimeZone() - Method in interface lucee.runtime.db.DataSource
 
getTimeZone() - Method in class lucee.runtime.PageContext
 
getTitle() - Method in class lucee.runtime.dump.DumpTable
returns the title of the DumpTable, if not defined returns null
getTitle() - Method in interface lucee.runtime.search.SearchResulItem
 
getTitle() - Method in interface lucee.runtime.video.VideoOutput
 
getTldFile() - Method in interface lucee.runtime.config.Config
 
getTraceLogger() - Method in interface lucee.runtime.config.Config
 
getTracePointer() - Method in interface lucee.runtime.exp.IPageException
 
getTracePointer() - Method in exception lucee.runtime.exp.PageServletException
 
getTraces() - Method in interface lucee.runtime.debug.Debugger
 
getTransferMode() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getTries() - Method in interface lucee.runtime.spooler.ExecutionPlan
 
getTriggerComponentDataMember() - Method in interface lucee.runtime.config.Config
 
getTriggerComponentDataMember() - Method in interface lucee.runtime.listener.ApplicationContext
 
getType() - Method in class lucee.runtime.cfx.QueryWrap
 
getType() - Method in interface lucee.runtime.component.Property
 
getType() - Method in interface lucee.runtime.config.RemoteClient
 
getType() - Method in interface lucee.runtime.db.SQLItem
 
getType() - Method in interface lucee.runtime.debug.DebugTrace
 
getType() - Method in class lucee.runtime.dump.DumpTable
 
getType() - Method in interface lucee.runtime.err.ErrorPage
 
getType() - Method in interface lucee.runtime.ext.tag.TagMetaDataAttr
The runtime type of the attribute's value For example:String,Number,Boolean,Object,...
getType() - Method in interface lucee.runtime.extension.Extension
 
getType() - Method in interface lucee.runtime.listener.ApplicationListener
 
getType() - Method in interface lucee.runtime.monitor.Monitor
 
getType() - Method in interface lucee.runtime.spooler.SpoolerTask
returns task type as String
getType() - Method in interface lucee.runtime.type.FunctionArgument
 
getType() - Method in interface lucee.runtime.type.QueryColumn
 
getType() - Method in interface lucee.runtime.type.scope.Scope
 
getType() - Method in interface lucee.runtime.video.VideoProfile
 
getTypeAsString() - Method in interface lucee.runtime.err.ErrorPage
Deprecated.
use instead getException();
getTypeAsString() - Method in interface lucee.runtime.exp.IPageException
Error type as String
getTypeAsString() - Method in exception lucee.runtime.exp.PageServletException
 
getTypeAsString() - Method in interface lucee.runtime.type.FunctionArgument
 
getTypeAsString() - Method in interface lucee.runtime.type.QueryColumn
 
getTypeAsString() - Method in interface lucee.runtime.type.scope.Scope
 
getTypes() - Method in interface lucee.runtime.type.Query
 
getTypesAsMap() - Method in interface lucee.runtime.type.Query
 
getUnicodeStream(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getUnicodeStream(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getUpdateCount() - Method in interface lucee.runtime.type.Query
 
getUpdateLocation() - Method in interface lucee.loader.engine.CFMLEngine
 
getUpdateLocation() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getUpdateLocation() - Method in interface lucee.runtime.config.Config
 
getUpdateType() - Method in interface lucee.loader.engine.CFMLEngine
 
getUpdateType() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getUpdateType() - Method in interface lucee.runtime.config.Config
 
getUploadResource(String) - Method in interface lucee.runtime.type.scope.Form
 
getUpperString() - Method in interface lucee.runtime.type.Collection.Key
return key as upper case String
getURL() - Method in interface lucee.commons.net.http.HTTPResponse
 
getURL(int) - Method in class lucee.runtime.cfx.QueryWrap
 
getURL(String) - Method in class lucee.runtime.cfx.QueryWrap
 
getUrl() - Method in interface lucee.runtime.config.RemoteClient
 
getUrl() - Method in interface lucee.runtime.extension.ExtensionProvider
return the url of the extension
getUrl() - Method in interface lucee.runtime.schedule.ScheduleTask
 
getUrl() - Method in interface lucee.runtime.search.SearchResulItem
 
getUrlAsString() - Method in interface lucee.runtime.extension.ExtensionProvider
returns the url of the extension as a string
getURLToken() - Method in class lucee.runtime.PageContext
 
getUsage() - Method in interface lucee.runtime.config.RemoteClient
 
getUsedPageContextLength() - Method in class lucee.runtime.CFMLFactory
 
getUserDefinedFunction() - Method in interface lucee.runtime.type.ComponentMethod
 
getUsername() - Method in interface lucee.commons.security.Credentials
 
getUsername() - Method in interface lucee.runtime.db.DataSource
 
getUsername() - Method in interface lucee.runtime.db.DatasourceConnection
 
getUsername() - Method in interface lucee.runtime.net.ftp.FTPConnection
 
getUsername() - Method in interface lucee.runtime.net.mail.Server
 
getUsername() - Method in interface lucee.runtime.net.proxy.ProxyData
 
getUsername() - Method in interface lucee.runtime.security.Credential
 
getUserPrincipal() - Method in class lucee.cli.servlet.HTTPServletRequestImpl
 
getValue(String) - Method in interface lucee.commons.io.cache.Cache
return value that match the key, throws a CacheException when entry does not exist or is stale
getValue(String, Object) - Method in interface lucee.commons.io.cache.Cache
return value that match the key or the defaultValue when entry does not exist
getValue() - Method in interface lucee.commons.io.cache.CacheEntry
 
getValue() - Method in interface lucee.commons.net.http.Header
 
getValue() - Method in interface lucee.runtime.component.Member
return the value itself
getValue() - Method in interface lucee.runtime.db.SQLItem
 
getValue() - Method in interface lucee.runtime.type.FunctionValue
 
getValue() - Method in interface lucee.runtime.type.scope.ClusterEntry
 
getValueForCF() - Method in interface lucee.runtime.db.SQLItem
 
getVariable(String) - Method in class lucee.runtime.PageContext
 
getVariablesScope() - Method in interface lucee.runtime.type.scope.Caller
 
getVariableUtil() - Method in class lucee.runtime.PageContext
 
getVarName() - Method in interface lucee.runtime.debug.DebugTrace
 
getVarValue() - Method in interface lucee.runtime.debug.DebugTrace
 
getVerifyClient() - Method in interface lucee.runtime.type.UDF
returns null when not defined
getVersion() - Method in interface lucee.loader.engine.CFMLEngine
 
getVersion() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getVersion() - Method in interface lucee.runtime.config.Config
 
getVersion() - Method in interface lucee.runtime.extension.Extension
 
getVersion() - Method in class lucee.runtime.Page
return version definition of the page
getVideo() - Method in interface lucee.runtime.extension.Extension
 
getVideoBitrate() - Method in interface lucee.runtime.video.VideoInfo
 
getVideoBitrate() - Method in interface lucee.runtime.video.VideoProfile
 
getVideoBitrateMax() - Method in interface lucee.runtime.video.VideoProfile
 
getVideoBitrateMin() - Method in interface lucee.runtime.video.VideoProfile
 
getVideoBitrateTolerance() - Method in interface lucee.runtime.video.VideoProfile
 
getVideoCodec() - Method in interface lucee.runtime.video.VideoInfo
 
getVideoCodec() - Method in interface lucee.runtime.video.VideoProfile
 
getVideoDirectory() - Method in interface lucee.runtime.config.Config
 
getVideoExecuterClass() - Method in interface lucee.runtime.config.Config
 
getVideoFormat() - Method in interface lucee.runtime.video.VideoInfo
 
getVideoUtil() - Method in interface lucee.loader.engine.CFMLEngine
 
getVideoUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
getVirtual() - Method in interface lucee.runtime.Mapping
 
getVirtualLowerCase() - Method in interface lucee.runtime.Mapping
 
getVirtualLowerCaseWithSlash() - Method in interface lucee.runtime.Mapping
 
getWarnings() - Method in class lucee.runtime.cfx.QueryWrap
 
getWebCharset() - Method in interface lucee.runtime.config.Config
 
getWidth() - Method in class lucee.runtime.dump.DumpTable
 
getWidth() - Method in interface lucee.runtime.video.VideoInfo
 
getWSDLFile() - Method in interface lucee.runtime.Component
 
getZipUtil() - Method in interface lucee.loader.engine.CFMLEngine
 
getZipUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
 
go(int, int) - Method in interface lucee.runtime.type.Iterator
set the internal pointer to defined position
A B C D E F G H I J K L M N O P Q R S T U V W Z _