- Cache - Interface in lucee.commons.io.cache
-
- CACHE_TYPE_FILE - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_FUNCTION - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_HTTP - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_INCLUDE - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_NONE - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_OBJECT - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_QUERY - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_RESOURCE - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_TEMPLATE - Static variable in interface lucee.runtime.config.Config
-
- CACHE_TYPE_WEBSERVICE - Static variable in interface lucee.runtime.config.Config
-
- CacheConnection - Interface in lucee.runtime.cache
-
- CACHEDWITHIN_FILE - Static variable in interface lucee.runtime.config.Config
-
- CACHEDWITHIN_FUNCTION - Static variable in interface lucee.runtime.config.Config
-
- CACHEDWITHIN_HTTP - Static variable in interface lucee.runtime.config.Config
-
- CACHEDWITHIN_INCLUDE - Static variable in interface lucee.runtime.config.Config
-
- CACHEDWITHIN_QUERY - Static variable in interface lucee.runtime.config.Config
-
- CACHEDWITHIN_RESOURCE - Static variable in interface lucee.runtime.config.Config
-
- CACHEDWITHIN_WEBSERVICE - Static variable in interface lucee.runtime.config.Config
-
- CacheEntry - Interface in lucee.commons.io.cache
-
interface for a entry inside the cache, this interface is read-only
- CacheEntryFilter - Interface in lucee.commons.io.cache
-
- CacheException - Exception in lucee.commons.io.cache.exp
-
Exceptin throwed by Cache or CacheEntry
- CacheException(String) - Constructor for exception lucee.commons.io.cache.exp.CacheException
-
Constructor of the class
- CacheFilter - Interface in lucee.commons.io.cache
-
- CacheHandler - Interface in lucee.runtime.cache.tag
-
- CacheHandlerCollection - Interface in lucee.runtime.cache.tag
-
- CacheHandlerFilter - Interface in lucee.runtime.cache.tag
-
- CacheInfo - Interface in lucee.commons.io.cache
-
- CacheItem - Interface in lucee.runtime.cache.tag
-
- CacheKeyFilter - Interface in lucee.commons.io.cache
-
- CachePro - Interface in lucee.commons.io.cache
-
- calculateDimension(PageContext, VideoInput[], int, String, int, String) - Method in interface lucee.runtime.video.VideoUtil
-
- call(PageContext, String, Object[]) - Method in interface lucee.runtime.Component
-
call a method of the component with no named arguments
- call(PageContext, int, Collection.Key, Object[]) - Method in interface lucee.runtime.Component
-
- call(PageContext) - Method in class lucee.runtime.Page
-
method to invoke a page
- call(PageContext, Collection.Key, Object[]) - Method in interface lucee.runtime.type.Objects
-
calls a method of the object
- call(PageContext, Object[], boolean) - Method in interface lucee.runtime.type.UDF
-
call user defined Funcion with parameters as Object Array
- call(PageContext, Collection.Key, Object[], boolean) - Method in interface lucee.runtime.type.UDF
-
call user defined Funcion with parameters as Object Array
- callConstructor(Class<?>, Object[]) - Method in interface lucee.runtime.util.ClassUtil
-
call constructor of a Class with matching arguments
- callConstructor(Class<?>, Object[], Object) - Method in interface lucee.runtime.util.ClassUtil
-
- Caller - Interface in lucee.runtime.type.scope
-
interface for the caller scope
- callFunction(PageContext, Object, String, Object[]) - Method in interface lucee.runtime.util.VariableUtil
-
call a Function (UDF, Method) with or witout named values
- callFunctionWithNamedValues(PageContext, Object, String, Object[]) - Method in interface lucee.runtime.util.VariableUtil
-
- callFunctionWithNamedValues(PageContext, Object, Collection.Key, Object[]) - Method in interface lucee.runtime.util.VariableUtil
-
call a Function (UDF, Method) with Named Values
- callFunctionWithNamedValues(PageContext, Object, Collection.Key, Struct) - Method in interface lucee.runtime.util.VariableUtil
-
- callFunctionWithoutNamedValues(PageContext, Object, String, Object[]) - Method in interface lucee.runtime.util.VariableUtil
-
- callFunctionWithoutNamedValues(PageContext, Object, Collection.Key, Object[]) - Method in interface lucee.runtime.util.VariableUtil
-
call a Function (UDF, Method) without Named Values
- callMethod(Object, Collection.Key, Object[]) - Method in interface lucee.runtime.util.ClassUtil
-
calls a Method of a Objct
- callMethod(Object, Collection.Key, Object[], Object) - Method in interface lucee.runtime.util.ClassUtil
-
- callStaticMethod(Class<?>, String, Object[]) - Method in interface lucee.runtime.util.ClassUtil
-
calls a Static Method on the given CLass
- callWithNamedValues(PageContext, String, Struct) - Method in interface lucee.runtime.Component
-
call a method of the component with named arguments
- callWithNamedValues(PageContext, int, Collection.Key, Struct) - Method in interface lucee.runtime.Component
-
- callWithNamedValues(Config, Collection.Key, Struct) - Method in class lucee.runtime.net.rpc.client.WebserviceClient
-
- callWithNamedValues(PageContext, Collection.Key, Struct) - Method in class lucee.runtime.net.rpc.client.WebserviceClient
-
- callWithNamedValues(PageContext, Collection.Key, Struct) - Method in interface lucee.runtime.type.Objects
-
call a method of the Object with named arguments
- callWithNamedValues(PageContext, Struct, boolean) - Method in interface lucee.runtime.type.UDF
-
call user defined Funcion with a hashmap of named values
- callWithNamedValues(PageContext, Collection.Key, Struct, boolean) - Method in interface lucee.runtime.type.UDF
-
call user defined Funcion with a struct
- can(int, Password) - Method in interface lucee.loader.engine.CFMLEngine
-
checks if process has the right to do was given with type, the engine
with given password
- can(int, Password) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- CAN_RESTART - Static variable in interface lucee.loader.engine.CFMLEngine
-
Field CAN_RESTART
- CAN_RESTART_ALL - Static variable in interface lucee.loader.engine.CFMLEngine
-
- CAN_RESTART_CONTEXT - Static variable in interface lucee.loader.engine.CFMLEngine
-
- CAN_UPDATE - Static variable in interface lucee.loader.engine.CFMLEngine
-
Field CAN_UPDATE
- cancelRowUpdates() - Method in class lucee.runtime.cfx.QueryWrap
-
- canConvert(Class<?>, Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
check if given Class "from" can be converted to Class "to" without
explicit casting
- canRead() - Method in interface lucee.commons.io.res.Resource
-
- canWrite() - Method in interface lucee.commons.io.res.Resource
-
- Cast - Interface in lucee.runtime.util
-
This class can cast object of one type to a other by CFML rules
- Castable - Interface in lucee.runtime.op
-
Interface to define a Object as Castable, for Lucee Type Casts
- castTo(PageContext, String, Object) - Method in interface lucee.runtime.util.Cast
-
cast a value to a value defined by type argument
- castTo(PageContext, String, Object, boolean) - Method in interface lucee.runtime.util.Cast
-
cast a value to a value defined by type argument
- castTo(PageContext, short, String, Object) - Method in interface lucee.runtime.util.Cast
-
cast a value to a value defined by type argument
- castTo(PageContext, short, Object) - Method in interface lucee.runtime.util.Cast
-
cast a value to a value defined by type argument
- castTo(PageContext, Class, Object) - Method in interface lucee.runtime.util.Cast
-
cast a value to a value defined by type a class
- castToBoolean(Boolean) - Method in interface lucee.runtime.op.Castable
-
cast the castable value to a boolean value
- castToBooleanValue() - Method in interface lucee.runtime.op.Castable
-
cast the castable value to a boolean value
- castToDateTime() - Method in interface lucee.runtime.op.Castable
-
cast the castable value to a date time object
- castToDateTime(DateTime) - Method in interface lucee.runtime.op.Castable
-
cast the castable value to a date time object
- castToDoubleValue() - Method in interface lucee.runtime.op.Castable
-
cast the castable value to a double value
- castToDoubleValue(double) - Method in interface lucee.runtime.op.Castable
-
cast the castable value to a double value
- castToString() - Method in interface lucee.runtime.op.Castable
-
cast the castable value to a string, other than the Method toString, this
Method can throw a Exception
- castToString(String) - Method in interface lucee.runtime.op.Castable
-
cast the castable value to a string, return the default value, when the
method is not castable
- CatchBlock - Interface in lucee.runtime.exp
-
- CFC_EXTENSION - Static variable in interface lucee.runtime.listener.ApplicationListener
-
- CFCProxy - Class in coldfusion.cfc
-
- CFCProxy(String) - Constructor for class coldfusion.cfc.CFCProxy
-
- CFCProxy(String, boolean) - Constructor for class coldfusion.cfc.CFCProxy
-
- CFCProxy(String, Map) - Constructor for class coldfusion.cfc.CFCProxy
-
- CFCProxy(String, Map, boolean) - Constructor for class coldfusion.cfc.CFCProxy
-
- CFMLEngine - Interface in lucee.loader.engine
-
The CFML Engine
- CFMLEngineFactory - Class in lucee.loader.engine
-
Factory to load CFML Engine
- CFMLEngineFactory(ServletConfig) - Constructor for class lucee.loader.engine.CFMLEngineFactory
-
Constructor of the class
- CFMLEngineFactorySupport - Class in lucee.loader.engine
-
- CFMLEngineFactorySupport() - Constructor for class lucee.loader.engine.CFMLEngineFactorySupport
-
- CFMLEngineWrapper - Class in lucee.loader.engine
-
wrapper for a CFMlEngine
- CFMLEngineWrapper(CFMLEngine) - Constructor for class lucee.loader.engine.CFMLEngineWrapper
-
constructor of the class
- CFMLFactory - Class in lucee.runtime
-
implements a JSP Factory, this class procduce JSP Compatible PageContext
Object
this object holds also the must interfaces to coldfusion specified
functionlity
- CFMLFactory() - Constructor for class lucee.runtime.CFMLFactory
-
- CFMLScriptEngineFactory - Class in lucee.runtime.script
-
- CFMLScriptEngineFactory() - Constructor for class lucee.runtime.script.CFMLScriptEngineFactory
-
- CFMLServlet - Class in lucee.loader.servlet
-
- CFMLServlet() - Constructor for class lucee.loader.servlet.CFMLServlet
-
- CFMLServlet - Class in railo.loader.servlet
-
- CFMLServlet() - Constructor for class railo.loader.servlet.CFMLServlet
-
Deprecated.
- CFMLTagEngineFactoryImpl - Class in lucee.runtime.script
-
- CFMLTagEngineFactoryImpl() - Constructor for class lucee.runtime.script.CFMLTagEngineFactoryImpl
-
- CFXTagClass - Interface in lucee.runtime.cfx.customtag
-
interface for a CustomTag Class, a CustomTag Class is Base to generate a
Custom Tag
- CFXTagException - Exception in lucee.runtime.cfx
-
Custom Tag Exception
- CFXTagException(String) - Constructor for exception lucee.runtime.cfx.CFXTagException
-
Constructor of the Exception
- CFXTagException(Throwable) - Constructor for exception lucee.runtime.cfx.CFXTagException
-
Constructor of the Exception
- CFXTagPool - Interface in lucee.runtime.cfx
-
Pool for cfx tags
- CGI - Interface in lucee.runtime.type.scope
-
interface for scope CGI
- cgiScope() - Method in class lucee.runtime.PageContext
-
- changeExtension(Resource, String) - Method in interface lucee.runtime.util.ResourceUtil
-
change extesnion of file and return new file
- CHAR_DOLLAR - Static variable in interface lucee.runtime.util.SystemUtil
-
- CHAR_EURO - Static variable in interface lucee.runtime.util.SystemUtil
-
- CHAR_POUND - Static variable in interface lucee.runtime.util.SystemUtil
-
- charAt(int) - Method in interface lucee.runtime.type.Collection.Key
-
return char at given position
- check() - Method in interface lucee.runtime.Mapping
-
checks the mapping
- checkCopyToOK(Resource, Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
check if copying a file is ok with the rules for the Resource interface,
to not change this rules.
- checkCreateDirectoryOK(Resource, boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
check if directory creation is ok with the rules for the Resource
interface, to not change this rules.
- checkCreateFileOK(Resource, boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
check if file creating is ok with the rules for the Resource interface,
to not change this rules.
- checkFileLocation(Resource) - Method in interface lucee.runtime.security.SecurityManager
-
- checkFileLocation(ConfigWeb, Resource, String) - Method in interface lucee.runtime.security.SecurityManager
-
- checkGetInputStreamOK(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
check if getting a inputstream of the file is ok with the rules for the
Resource interface, to not change this rules.
- checkGetOutputStreamOK(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
check if getting a outputstream of the file is ok with the rules for the
Resource interface, to not change this rules.
- checkMoveToOK(Resource, Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
check if moveing a file is ok with the rules for the Resource interface,
to not change this rules.
- checkPermGenSpace(boolean) - Method in interface lucee.runtime.config.Config
-
if free permspace gen is lower than 10000000 bytes, lucee shrinks all
classloaders
- checkRemoveOK(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
check if removing the file is ok with the rules for the Resource
interface, to not change this rules.
- checkTimeout() - Method in class lucee.runtime.CFMLFactory
-
check timeout of all running threads, downgrade also priority from all
thread run longer than 10 seconds
- checkValue(Object) - Method in interface lucee.runtime.type.scope.ClusterRemote
-
check if the value can distributed over the "cluster"
- ChildThread - Class in lucee.runtime.thread
-
- ChildThread() - Constructor for class lucee.runtime.thread.ChildThread
-
- CIObject - Interface in lucee.runtime
-
- CIPage - Class in lucee.runtime
-
- CIPage() - Constructor for class lucee.runtime.CIPage
-
- ClassDefinition<T> - Interface in lucee.runtime.db
-
- ClassException - Exception in lucee.commons.lang
-
- ClassException(String) - Constructor for exception lucee.commons.lang.ClassException
-
- ClassUtil - Interface in lucee.runtime.util
-
- clean() - Method in interface lucee.commons.lock.KeyLock
-
- clean(PageContext) - Method in interface lucee.runtime.cache.tag.CacheHandler
-
- clean(PageContext) - Method in interface lucee.runtime.cache.tag.CacheHandlerCollection
-
- clean() - Method in interface lucee.runtime.lock.LockManager
-
- clear() - Method in interface lucee.commons.io.cache.CachePro
-
clears the complete Cache
- clear(PageContext) - Method in interface lucee.runtime.cache.tag.CacheHandler
-
- clear(PageContext, CacheHandlerFilter) - Method in interface lucee.runtime.cache.tag.CacheHandler
-
- clear(PageContext) - Method in interface lucee.runtime.cache.tag.CacheHandlerCollection
-
- clear(PageContext, CacheHandlerFilter) - Method in interface lucee.runtime.cache.tag.CacheHandlerCollection
-
- clear() - Method in class lucee.runtime.dump.DumpTable
-
clear all data set in the HTMLBox
- clear() - Method in interface lucee.runtime.engine.ThreadQueue
-
- clear(PageContext) - Method in interface lucee.runtime.orm.ORMSession
-
clear all elements in the default sessions
- clear(PageContext, String) - Method in interface lucee.runtime.orm.ORMSession
-
clear all elements in a specific sessions defined by datasource name
- clear() - Method in class lucee.runtime.PageContext
-
clear the actuell output buffer
- clear(PageContext) - Method in interface lucee.runtime.query.QueryCache
-
clear the cache
- clear(PageContext, QueryCacheFilter) - Method in interface lucee.runtime.query.QueryCache
-
clear the cache
- clear() - Method in interface lucee.runtime.type.Collection
-
clears the collection
- clear() - Method in interface lucee.runtime.util.QueryStack
-
clear the collection stack
- clear(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
- clearCatch() - Method in class lucee.runtime.PageContext
-
clear all catches
- clearRemoteUser() - Method in class lucee.runtime.PageContext
-
clear the remote user
- clearUnused(PageContext) - Method in interface lucee.runtime.query.QueryCache
-
clear expired queries from cache
- clearWarnings() - Method in class lucee.runtime.cfx.QueryWrap
-
- CLI - Class in lucee.cli
-
- CLI() - Constructor for class lucee.cli.CLI
-
- cli(Map<String, String>, ServletConfig) - Method in interface lucee.loader.engine.CFMLEngine
-
- cli(Map<String, String>, ServletConfig) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- Client - Interface in lucee.runtime.type.scope
-
Interface of the scope client
- CLIENT_SCOPE_TYPE_COOKIE - Static variable in interface lucee.runtime.config.Config
-
Field CLIENT_SCOPE_TYPE_COOKIE
- CLIENT_SCOPE_TYPE_DB - Static variable in interface lucee.runtime.config.Config
-
Field CLIENT_SCOPE_TYPE_DB
- CLIENT_SCOPE_TYPE_FILE - Static variable in interface lucee.runtime.config.Config
-
Field CLIENT_SCOPE_TYPE_FILE
- clientScope() - Method in class lucee.runtime.PageContext
-
- clientScopeEL() - Method in class lucee.runtime.PageContext
-
- CLIFactory - Class in lucee.cli
-
- CLIFactory(File, String, Map<String, String>) - Constructor for class lucee.cli.CLIFactory
-
- CLIInvoker - Interface in lucee.cli
-
- CLIInvokerImpl - Class in lucee.cli
-
- CLIInvokerImpl(File, String) - Constructor for class lucee.cli.CLIInvokerImpl
-
- clone() - Method in class lucee.runtime.cfx.QueryWrap
-
- clone() - Method in interface lucee.runtime.db.DataSource
-
- clone(Object) - Method in interface lucee.runtime.db.SQLItem
-
- clone() - Method in interface lucee.runtime.type.Collection
-
- clone() - Method in interface lucee.runtime.type.Query
-
- cloneReadOnly() - Method in interface lucee.runtime.cfx.customtag.CFXTagClass
-
- cloneReadOnly() - Method in interface lucee.runtime.db.DataSource
-
- cloneReadOnly() - Method in interface lucee.runtime.net.mail.Server
-
- cloneSecurityManager() - Method in interface lucee.runtime.security.SecurityManager
-
- close() - Method in class lucee.runtime.cfx.QueryWrap
-
- close() - Method in interface lucee.runtime.db.DatasourceConnection
-
- close(PageContext) - Method in interface lucee.runtime.orm.ORMSession
-
close all elements in the default sessions
- close(PageContext, String) - Method in interface lucee.runtime.orm.ORMSession
-
close all elements in a specific sessions defined by datasource name
- close() - Method in class lucee.runtime.PageContext
-
Close the response stream.
- close() - Method in class lucee.runtime.util.Pack200Util.DevNullOutputStream
-
- closeAll(PageContext) - Method in interface lucee.runtime.orm.ORMSession
-
close all elements in all sessions
- closed() - Method in interface lucee.runtime.spooler.SpoolerTask
-
- closeEL(InputStream) - Static method in class lucee.loader.engine.CFMLEngineFactorySupport
-
close inputstream without a Exception
- closeEL(OutputStream) - Static method in class lucee.loader.engine.CFMLEngineFactorySupport
-
close outputstream without a Exception
- closeEL(InputStream, OutputStream) - Static method in class lucee.loader.util.Util
-
- closeEL(ZipFile) - Static method in class lucee.loader.util.Util
-
- closeEL(InputStream) - Static method in class lucee.loader.util.Util
-
- closeEL(Reader) - Static method in class lucee.loader.util.Util
-
- closeEL(Writer) - Static method in class lucee.loader.util.Util
-
- closeEL(OutputStream) - Static method in class lucee.loader.util.Util
-
- Closer - Class in lucee.cli
-
- Closer(Registry, CLIInvokerImpl, String, long) - Constructor for class lucee.cli.Closer
-
- closeSilent(Statement) - Method in interface lucee.runtime.util.DBUtil
-
close silently a SQL Statement
- closeSilent(Connection) - Method in interface lucee.runtime.util.DBUtil
-
close silently a SQL Connection
- closeSilent(ResultSet) - Method in interface lucee.runtime.util.DBUtil
-
close silently a SQL ResultSet
- closeSilent(InputStream) - Method in interface lucee.runtime.util.IO
-
close stream silently (no Exception)
- closeSilent(OutputStream) - Method in interface lucee.runtime.util.IO
-
close stream silently (no Exception)
- closeSilent(InputStream, OutputStream) - Method in interface lucee.runtime.util.IO
-
close streams silently (no Exception)
- closeSilent(Reader) - Method in interface lucee.runtime.util.IO
-
close streams silently (no Exception)
- closeSilent(Writer) - Method in interface lucee.runtime.util.IO
-
close streams silently (no Exception)
- closeSilent(Object) - Method in interface lucee.runtime.util.IO
-
close any object with a close method silently
- Cluster - Interface in lucee.runtime.type.scope
-
- ClusterEntry - Interface in lucee.runtime.type.scope
-
- ClusterRemote - Interface in lucee.runtime.type.scope
-
- clusterScope() - Method in class lucee.runtime.PageContext
-
- clusterScope(boolean) - Method in class lucee.runtime.PageContext
-
cluster scope
- coldfusion.cfc - package coldfusion.cfc
-
- coldfusion.sql - package coldfusion.sql
-
- coldfusion.xml.rpc - package coldfusion.xml.rpc
-
- Collection - Interface in lucee.runtime.type
-
interface collection, used for all collection types of Lucee (array, struct,
query)
- Collection.Key - Interface in lucee.runtime.type
-
- com.allaire.cfx - package com.allaire.cfx
-
- com.intergral.fusiondebug.server - package com.intergral.fusiondebug.server
-
- commit() - Method in interface lucee.runtime.db.DataSourceManager
-
commit hanging transaction
- commit() - Method in interface lucee.runtime.orm.ORMTransaction
-
- compare(Object, Object) - Method in interface lucee.runtime.util.Operation
-
compares two Objects
- compare(Object, String) - Method in interface lucee.runtime.util.Operation
-
compares a Object with a String
- compare(Object, double) - Method in interface lucee.runtime.util.Operation
-
compares a Object with a double
- compare(Object, boolean) - Method in interface lucee.runtime.util.Operation
-
compares a Object with a boolean
- compare(Object, Date) - Method in interface lucee.runtime.util.Operation
-
compares a Object with a Date
- compare(String, Object) - Method in interface lucee.runtime.util.Operation
-
compares a String with a Object
- compare(String, String) - Method in interface lucee.runtime.util.Operation
-
compares a String with a String
- compare(String, double) - Method in interface lucee.runtime.util.Operation
-
compares a String with a double
- compare(String, boolean) - Method in interface lucee.runtime.util.Operation
-
compares a String with a boolean
- compare(String, Date) - Method in interface lucee.runtime.util.Operation
-
compares a String with a Date
- compare(double, Object) - Method in interface lucee.runtime.util.Operation
-
compares a double with a Object
- compare(double, String) - Method in interface lucee.runtime.util.Operation
-
compares a double with a String
- compare(double, double) - Method in interface lucee.runtime.util.Operation
-
compares a double with a double
- compare(double, boolean) - Method in interface lucee.runtime.util.Operation
-
compares a double with a boolean
- compare(double, Date) - Method in interface lucee.runtime.util.Operation
-
compares a double with a Date
- compare(boolean, Object) - Method in interface lucee.runtime.util.Operation
-
compares a boolean with a Object
- compare(boolean, double) - Method in interface lucee.runtime.util.Operation
-
compares a boolean with a double
- compare(boolean, String) - Method in interface lucee.runtime.util.Operation
-
compares a boolean with a double
- compare(boolean, boolean) - Method in interface lucee.runtime.util.Operation
-
compares a boolean with a boolean
- compare(boolean, Date) - Method in interface lucee.runtime.util.Operation
-
compares a boolean with a Date
- compare(Date, Object) - Method in interface lucee.runtime.util.Operation
-
compares a Date with a Object
- compare(Date, String) - Method in interface lucee.runtime.util.Operation
-
compares a Date with a String
- compare(Date, double) - Method in interface lucee.runtime.util.Operation
-
compares a Date with a double
- compare(Date, boolean) - Method in interface lucee.runtime.util.Operation
-
compares a Date with a boolean
- compare(Date, Date) - Method in interface lucee.runtime.util.Operation
-
compares a Date with a Date
- compareTo(String) - Method in interface lucee.runtime.op.Castable
-
- compareTo(boolean) - Method in interface lucee.runtime.op.Castable
-
- compareTo(double) - Method in interface lucee.runtime.op.Castable
-
- compareTo(DateTime) - Method in interface lucee.runtime.op.Castable
-
- compile(String) - Method in class lucee.runtime.PageContext
-
- compile(PageSource) - Method in class lucee.runtime.PageContext
-
compile a CFML Template
- complete - Static variable in class com.intergral.fusiondebug.server.FDControllerFactory
-
- Component - Interface in lucee.runtime
-
interface for a Component
- ComponentMethod - Interface in lucee.runtime.type
-
- ComponentPage - Class in lucee.runtime
-
- ComponentPage() - Constructor for class lucee.runtime.ComponentPage
-
- ComponentScope - Interface in lucee.runtime
-
- concat(String, String) - Method in interface lucee.runtime.util.Operation
-
concat to Strings
- config - Variable in class lucee.loader.engine.CFMLEngineFactory
-
- Config - Interface in lucee.runtime.config
-
interface for Config Object
- ConfigListener - Interface in lucee.runtime.config
-
- ConfigServer - Interface in lucee.runtime.config
-
Config for the server
- ConfigWeb - Interface in lucee.runtime.config
-
Web Context
- contains(String) - Method in interface lucee.commons.io.cache.Cache
-
check if there is a entry inside the cache that match the given key
- contains(PageContext, Collection.Key) - Method in interface lucee.runtime.Component
-
- contains(int, Collection.Key) - Method in interface lucee.runtime.Component
-
- contains(String, String, String, boolean, boolean) - Method in interface lucee.runtime.util.ListUtil
-
returns if a value of the list contains given value, case sensitive
- containsFunctionArgumentKey(Collection.Key) - Method in interface lucee.runtime.type.scope.Argument
-
- containsKey(int) - Method in interface lucee.runtime.type.Array
-
contains this key
- containsKey(String) - Method in interface lucee.runtime.type.Collection
-
- containsKey(Collection.Key) - Method in interface lucee.runtime.type.Collection
-
contains this key
- containsNoCase(String, String, String, boolean, boolean) - Method in interface lucee.runtime.util.ListUtil
-
returns if a value of the list contains given value, ignore case
- ContentType - Interface in lucee.commons.io.res
-
- contractPath(PageContext, String) - Method in interface lucee.runtime.util.ResourceUtil
-
- convert(PageContext, Object) - Method in interface lucee.runtime.type.CustomType
-
- convert(PageContext, Object, Object) - Method in interface lucee.runtime.type.CustomType
-
- convert(Object, Class<?>, RefInteger) - Method in interface lucee.runtime.util.ClassUtil
-
convert Object from src to trg Type, if possible
- convert(ConfigWeb, VideoInput[], VideoOutput, VideoProfile) - Method in interface lucee.runtime.video.VideoExecuter
-
- convertColumnName(String) - Method in interface lucee.runtime.orm.naming.NamingStrategy
-
Defines the column name to be used for a specified column name.
- ConverterException - Exception in lucee.runtime.converter
-
Exception throwed by a Converter
- ConverterException(String) - Constructor for exception lucee.runtime.converter.ConverterException
-
constructor of the Exception
- convertTableName(String) - Method in interface lucee.runtime.orm.naming.NamingStrategy
-
Defines the table name to be used for a specified table name.
- convertToSimpleMap(String) - Method in interface lucee.runtime.util.ORMUtil
-
- Cookie - Interface in lucee.runtime.type.scope
-
interface for the cookie scope
- cookieScope() - Method in class lucee.runtime.PageContext
-
- copy(InputStream, OutputStream) - Static method in class lucee.loader.engine.CFMLEngineFactorySupport
-
copy a inputstream to a outputstream
- copy(InputStream, OutputStream) - Static method in class lucee.loader.util.Util
-
- copy(InputStream, OutputStream, boolean, boolean) - Static method in class lucee.loader.util.Util
-
- copy(Resource, Resource) - Static method in class lucee.loader.util.Util
-
- copy(InputStream, OutputStream, boolean, boolean) - Method in interface lucee.runtime.util.IO
-
copy data from input stream to output stream
- copy(Reader, Writer, boolean, boolean) - Method in interface lucee.runtime.util.IO
-
copy data from reader to writer
- copy(Resource, Resource) - Method in interface lucee.runtime.util.IO
-
copy content from source to target
- copy(InputStream, Resource, boolean) - Method in interface lucee.runtime.util.IO
-
- copy(Resource, Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
- copyFrom(Resource, boolean) - Method in interface lucee.commons.io.res.Resource
-
copy data of given resource to current
- copyRecursive(Resource, Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
copy a file or directory recursive (with his content)
- copyRecursive(Resource, Resource, ResourceFilter) - Method in interface lucee.runtime.util.ResourceUtil
-
copy a file or directory recursive (with his content)
- copyTo(Resource, boolean) - Method in interface lucee.commons.io.res.Resource
-
copy current resource data to given resource
- core - Variable in class lucee.loader.osgi.BundleCollection
-
- create(PageContext, String) - Method in interface lucee.runtime.orm.ORMSession
-
creates a entity matching the given name
- create() - Method in interface lucee.runtime.search.SearchCollection
-
create a collection
- create64BitHash(CharSequence) - Method in interface lucee.runtime.util.Strings
-
- createAbort() - Method in interface lucee.runtime.util.Excepton
-
create exception "Abort"
- createAbortException(String) - Method in interface lucee.runtime.util.Excepton
-
create exception "AbortException"
- createApplicationException(String) - Method in interface lucee.runtime.util.Excepton
-
create exception "ApplicationException"
- createApplicationException(String, String) - Method in interface lucee.runtime.util.Excepton
-
create exception "ApplicationException"
- createArray() - Method in interface lucee.runtime.util.Creation
-
creates and returns a array instance
- createArray(String, String, boolean, boolean) - Method in interface lucee.runtime.util.Creation
-
creates and returns a array based on a string list
- createArray(int) - Method in interface lucee.runtime.util.Creation
-
creates and returns a array instance
- createCastableStruct(Object) - Method in interface lucee.runtime.util.Creation
-
- createCastableStruct(Object, int) - Method in interface lucee.runtime.util.Creation
-
- createCasterException(String) - Method in interface lucee.runtime.util.Excepton
-
create exception "CasterException"
- createCasterException(Object, String) - Method in interface lucee.runtime.util.Excepton
-
- createCasterException(Object, Class) - Method in interface lucee.runtime.util.Excepton
-
- createClusterEntry(Collection.Key, Serializable, int) - Method in interface lucee.runtime.util.Creation
-
- createCollection(String, Resource, String, boolean) - Method in interface lucee.runtime.search.SearchEngine
-
Creates a new Collection and Store it (creating always a spellindex)
- createComponentFromName(PageContext, String) - Method in interface lucee.runtime.util.Creation
-
creates a component object from (Full)Name, for example
lucee.extensions.net.HTTPUtil
- createComponentFromPath(PageContext, String) - Method in interface lucee.runtime.util.Creation
-
creates a component object from a absolute local path, for example
/Users/susi/Projects/Sorglos/wwwrooot/lucee/extensions/net/HTTPUtil.cfc
- createConfig(File, String, String) - Method in interface lucee.loader.engine.CFMLEngine
-
- createConfig(File, String, String) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- createCustomTypeException(String, String, String, String) - Method in interface lucee.runtime.util.Excepton
-
- createCustomTypeException(String, String, String, String, String) - Method in interface lucee.runtime.util.Excepton
-
- created() - Method in interface lucee.commons.io.cache.CacheEntry
-
when was the entry created.
- created() - Method in interface lucee.runtime.search.SearchCollection
-
return time when collection was created
- createDatabaseException(String) - Method in interface lucee.runtime.util.Excepton
-
create exception "DatabaseException"
- createDatabaseException(String, String) - Method in interface lucee.runtime.util.Excepton
-
create exception "DatabaseException"
- createDatabaseException(String, SQL) - Method in interface lucee.runtime.util.Excepton
-
create exception "DatabaseException"
- createDate(long) - Method in interface lucee.runtime.util.Creation
-
creates and returns a Date instance
- createDate(int, int, int) - Method in interface lucee.runtime.util.Creation
-
creates and returns a Date instance
- createDateTime(long) - Method in interface lucee.runtime.util.Creation
-
creates and returns a DateTime instance
- createDateTime(int, int, int, int, int, int, int) - Method in interface lucee.runtime.util.Creation
-
creates and returns a DateTime instance
- createDirectory(boolean) - Method in interface lucee.commons.io.res.Resource
-
Creates the directory named by this abstract pathname, including any
necessary but nonexistent parent directories if flag
"createParentWhenNotExists" is set to true.
- createDirectorySilent(Resource, boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
- createDocument(Resource, boolean) - Method in interface lucee.runtime.util.XMLUtil
-
creates and returns a xml Document instance
- createDocument(String, boolean) - Method in interface lucee.runtime.util.XMLUtil
-
creates and returns a xml Document instance
- createDocument(InputStream, boolean) - Method in interface lucee.runtime.util.XMLUtil
-
creates and returns a xml Document instance
- createDocument(Resource, boolean) - Method in class lucee.runtime.util.XMLUtilImpl
-
- createDocument(String, boolean) - Method in class lucee.runtime.util.XMLUtilImpl
-
- createDocument(InputStream, boolean) - Method in class lucee.runtime.util.XMLUtilImpl
-
- createException(ORMSession, Component, Throwable) - Method in interface lucee.runtime.util.ORMUtil
-
- createException(ORMSession, Component, String, String) - Method in interface lucee.runtime.util.ORMUtil
-
- createExpressionException(String) - Method in interface lucee.runtime.util.Excepton
-
create exception "ExpressionException"
- createExpressionException(String, String) - Method in interface lucee.runtime.util.Excepton
-
create exception "ExpressionException"
- createFile(boolean) - Method in interface lucee.commons.io.res.Resource
-
Creates a new, empty file named by this abstract pathname if
and only if a file with this name does not yet exist.
- createFileSilent(Resource, boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
- createFilter(Class<T>) - Method in class lucee.cli.servlet.ServletContextImpl
-
- createFlash(String) - Method in interface lucee.runtime.flash.FlashEngine
-
return flash generated by the flashEngine
- createFunctionException(PageContext, String, String, String, String) - Method in interface lucee.runtime.util.Excepton
-
- createFunctionException(PageContext, String, int, String, String, String) - Method in interface lucee.runtime.util.Excepton
-
create exception "FunctionException"
- createFunctionException(PageContext, String, int, int, int) - Method in interface lucee.runtime.util.Excepton
-
- createGUID() - Method in interface lucee.runtime.util.Creation
-
- createHeader(String, String) - Method in interface lucee.runtime.util.HTTPUtil
-
- createHttpServletRequest(File, String, String, String, Cookie[], Map<String, Object>, Map<String, String>, Map<String, Object>, HttpSession) - Method in interface lucee.runtime.util.Creation
-
- createHttpServletResponse(OutputStream) - Method in interface lucee.runtime.util.Creation
-
- createKey(String) - Method in interface lucee.runtime.util.Creation
-
creates a collecton Key out of a String
- createKeyLock() - Method in interface lucee.runtime.util.Creation
-
- createListener(Class<T>) - Method in class lucee.cli.servlet.ServletContextImpl
-
- createLockException(String, String, String) - Method in interface lucee.runtime.util.Excepton
-
create exception "LockException"
- createMapping(Config, String, String, String, short, boolean, boolean, boolean, boolean, boolean, boolean, ApplicationListener, int, int) - Method in interface lucee.runtime.util.Creation
-
- createMissingIncludeException(PageSource) - Method in interface lucee.runtime.util.Excepton
-
create exception "LockException"
- createNativeException(Throwable) - Method in interface lucee.runtime.util.Excepton
-
create exception "NativeException"
- createNewFile() - Method in interface lucee.commons.io.res.Resource
-
- createNewResourceSilent(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
creates a new File
- createPageContext(File, String, String, String, Cookie[], Map<String, Object>, Map<String, String>, Map<String, Object>, OutputStream, long, boolean) - Method in interface lucee.loader.engine.CFMLEngine
-
create and register a PageContext, use releasePageContext when done
- createPageContext(File, String, String, String, Cookie[], Map<String, Object>, Map<String, String>, Map<String, Object>, OutputStream, long, boolean) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- createPageContext(HttpServletRequest, HttpServletResponse, OutputStream) - Method in interface lucee.runtime.util.Creation
-
- createPageRuntimeException(PageException) - Method in interface lucee.runtime.util.Excepton
-
- createProperty(String, String) - Method in interface lucee.runtime.util.Creation
-
- createQuery(String[], int, String) - Method in interface lucee.runtime.util.Creation
-
- createQuery(Collection.Key[], int, String) - Method in interface lucee.runtime.util.Creation
-
creates a query object with given data
- createQuery(String[], String[], int, String) - Method in interface lucee.runtime.util.Creation
-
- createQuery(Collection.Key[], String[], int, String) - Method in interface lucee.runtime.util.Creation
-
creates a query object with given data
- createQuery(DatasourceConnection, SQL, int, int, int, String) - Method in interface lucee.runtime.util.Creation
-
- createRefBoolean(boolean) - Method in interface lucee.runtime.util.Creation
-
- createRefDouble(long) - Method in interface lucee.runtime.util.Creation
-
- createRefInteger(int) - Method in interface lucee.runtime.util.Creation
-
- createRefLong(long) - Method in interface lucee.runtime.util.Creation
-
- createRefString(String) - Method in interface lucee.runtime.util.Creation
-
- createRemoteClientTask(ExecutionPlan[], RemoteClient, Struct, String, String) - Method in interface lucee.runtime.util.Creation
-
- createResource(String, boolean) - Method in interface lucee.runtime.util.Creation
-
- createResource(Resource, short, short) - Method in interface lucee.runtime.util.ResourceUtil
-
create a file if possible, return file if ok, otherwise return null
- createResourceLock(long, boolean) - Method in interface lucee.commons.io.res.Resources
-
- createSearchData(int) - Method in interface lucee.runtime.search.SearchEngine
-
- createSecurityException(String) - Method in interface lucee.runtime.util.Excepton
-
create exception "SecurityException"
- createSecurityException(String, String) - Method in interface lucee.runtime.util.Excepton
-
create exception "SecurityException"
- createServlet(Class<T>) - Method in class lucee.cli.servlet.ServletContextImpl
-
- createSession(PageContext) - Method in interface lucee.runtime.orm.ORMEngine
-
- createStruct() - Method in interface lucee.runtime.util.Creation
-
creates and returns a struct instance
- createStruct(int) - Method in interface lucee.runtime.util.Creation
-
- createStruct(String) - Method in interface lucee.runtime.util.Creation
-
Deprecated.
- createTemplateException(String) - Method in interface lucee.runtime.util.Excepton
-
create exception "TemplateException"
- createTemplateException(String, String) - Method in interface lucee.runtime.util.Excepton
-
create exception "TemplateException"
- createTemporaryStream() - Method in interface lucee.runtime.util.IO
-
- createTime(long) - Method in interface lucee.runtime.util.Creation
-
creates and returns a Time instance
- createTime(int, int, int, int) - Method in interface lucee.runtime.util.Creation
-
creates and returns a Time instance
- createTimeSpan(int, int, int, int) - Method in interface lucee.runtime.util.Creation
-
creates and returns a TimeSpan instance
- createUUID() - Method in interface lucee.runtime.util.Creation
-
- createVideoInput(Resource) - Method in interface lucee.runtime.video.VideoUtil
-
- createVideoOutput(Resource) - Method in interface lucee.runtime.video.VideoUtil
-
- createVideoProfile() - Method in interface lucee.runtime.video.VideoUtil
-
- createXMLException(String) - Method in interface lucee.runtime.util.Excepton
-
create exception "XMLException"
- createXMLException(String, String) - Method in interface lucee.runtime.util.Excepton
-
create exception "XMLException"
- createXMLReader(String) - Method in class lucee.runtime.util.XMLUtilImpl
-
- Creation - Interface in lucee.runtime.util
-
Creation of different Objects
- Credential - Interface in lucee.runtime.security
-
Credential interface
- Credentials - Interface in lucee.commons.security
-
Defines a Credentials, a User Information
- ct(Object, Object) - Method in interface lucee.runtime.util.Operation
-
check if left is inside right
- CustomTag - Interface in com.allaire.cfx
-
Alternative Implementation of Jeremy Allaire's CustomTag Interface
- CustomType - Interface in lucee.runtime.type
-
- cutRowsTo(int) - Method in interface lucee.runtime.type.QueryColumn
-
cuts row to defined size
- 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(PageContext, String) - Method in interface lucee.runtime.cache.tag.CacheHandler
-
- get(int, Collection.Key) - Method in interface lucee.runtime.Component
-
- get(int, Collection.Key, Object) - Method in interface lucee.runtime.Component
-
- 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
-
- 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
-
- 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
-
- getActionMonitor(String) - Method in interface lucee.runtime.config.Config
-
- getActiveComponent() - Method in class lucee.runtime.PageContext
-
- getActiveUDF() - Method in class lucee.runtime.PageContext
-
- getAddional() - Method in interface lucee.runtime.exp.IPageException
-
- getAddional() - Method in exception lucee.runtime.exp.PageServletException
-
- getAdditional() - Method in interface lucee.runtime.exp.IPageException
-
- getAdditional() - Method in exception lucee.runtime.exp.PageServletException
-
- getAddressSize() - Method in interface lucee.runtime.util.SystemUtil
-
- 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
-
- getAllowCompression() - Method in interface lucee.runtime.listener.ApplicationContext
-
- 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
-
- getAMFEngine() - Method in interface lucee.runtime.config.ConfigWeb
-
- getApiKey() - Method in interface lucee.runtime.config.Identification
-
- 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
- getApplicationTimeout() - Method in interface lucee.runtime.config.Config
-
- getApplicationTimeout() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getArchive() - Method in interface lucee.runtime.Mapping
-
- getArchiveClass(String) - Method in interface lucee.runtime.Mapping
-
- getArchiveClass(String, Class<?>) - Method in interface lucee.runtime.Mapping
-
- getArchiveResourceAsStream(String) - 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 return defaultValue
- getAt(String, String, int, boolean, String) - Method in interface lucee.runtime.util.ListUtil
-
gets a value from list
- 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.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.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
-
- getAverageExecutionTime() - Method in interface lucee.runtime.debug.DebugPage
-
return the average execution time of the page
- getBaseAbsName() - Method in interface lucee.runtime.Component
-
- getBaseComponent() - Method in interface lucee.runtime.Component
-
- getBaseComponentPageSource(int) - Method in interface lucee.runtime.config.Config
-
- getBaseComponentTemplate(int) - 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
-
- 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
-
- getBufferOutput() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getBufferOutput(PageContext) - Method in interface lucee.runtime.type.UDF
-
- getBufferSize() - Method in interface lucee.runtime.video.VideoProfile
-
- getBundleCollection() - Method in interface lucee.loader.engine.CFMLEngine
-
- getBundleCollection() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getBundleContext() - Method in interface lucee.loader.engine.CFMLEngine
-
- getBundleContext() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getBundleContext() - Method in class lucee.loader.osgi.BundleCollection
-
- getBundleDirectory() - Method in class lucee.loader.engine.CFMLEngineFactory
-
- 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
-
- getCachedWithin(int) - Method in interface lucee.runtime.config.Config
-
- getCachedWithin(int) - Method in interface lucee.runtime.listener.ApplicationContext
-
- getCachedWithin(int) - Method in class lucee.runtime.PageContext
-
- 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
- getCacheHandlerCollection(int, CacheHandlerCollection) - Method in interface lucee.runtime.config.ConfigWeb
-
- getCacheProvider() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- getCacheType() - Method in interface lucee.runtime.debug.QueryEntry
-
- getCacheType() - Method in interface lucee.runtime.type.Query
-
- getCallName() - Method in interface lucee.runtime.Component
-
- getCallPath() - Method in interface lucee.runtime.Interface
-
- getCanonicalFileEL(File) - Static method in class lucee.loader.util.Util
-
- getCanonicalPath() - Method in interface lucee.commons.io.res.Resource
-
Returns the canonical pathname string of this abstract pathname.
- getCanonicalPathSilent(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
Returns the canonical form of this abstract pathname.
- getCanonicalResource() - Method in interface lucee.commons.io.res.Resource
-
Returns the canonical form of this abstract pathname.
- getCanonicalResourceSilent(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
Returns the canonical form of this abstract pathname.
- getCascading(Collection.Key) - Method in interface lucee.runtime.type.scope.Undefined
-
- getCascading(Collection.Key, Object) - 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
-
- 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
-
- getCategories() - Method in interface lucee.runtime.search.SearchIndex
-
- 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.SearchIndex
-
- getCategoryTree() - Method in interface lucee.runtime.search.SearchResulItem
-
- getCfcLocations() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- getCFID() - Method in class lucee.runtime.PageContext
-
- getCFMLComponentExtension() - Method in interface lucee.Info
-
- getCFMLComponentExtensions() - Method in interface lucee.Info
-
Deprecated.
- 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 class lucee.runtime.CFMLFactory
-
- getCFMLFactory(ServletConfig, HttpServletRequest) - Method in interface lucee.loader.engine.CFMLEngine
-
- getCFMLFactory(ServletConfig, HttpServletRequest) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getCFMLFactory() - Method in class lucee.runtime.PageContext
-
- getCFMLTemplateExtensions() - Method in interface lucee.Info
-
- getCFToken() - Method in class lucee.runtime.PageContext
-
- getCFXTagClass(String) - Method in interface lucee.runtime.cfx.CFXTagPool
-
- getCFXTagPool() - Method in interface lucee.runtime.config.Config
-
- getCGIScopeReadonly() - Method in interface lucee.runtime.listener.ApplicationContext
-
- 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
-
- getCharset() - Method in interface lucee.runtime.util.SystemUtil
-
- getCheckArguments() - Method in interface lucee.runtime.type.scope.Undefined
-
- getChildCount(Resource, ResourceFilter) - Method in interface lucee.runtime.util.ResourceUtil
-
- getChildElementsAsArray(Node) - Method in class lucee.runtime.util.XMLUtilImpl
-
return all Element Children of a node
- getChildNode(Node, short, String, int) - Method in interface lucee.runtime.util.XMLUtil
-
- getChildNode(Node, short, String, int) - Method in class lucee.runtime.util.XMLUtilImpl
-
- getChildNodes(Node, short, String) - Method in interface lucee.runtime.util.XMLUtil
-
return all Children of a node by a defined type as Node List
- getChildNodes(Node, short, String) - Method in class lucee.runtime.util.XMLUtilImpl
-
- getChildNodesAsArray(Node, short) - Method in class lucee.runtime.util.XMLUtilImpl
-
return all Children of a node by a defined type as Node Array
- getChildNodesAsArray(Node, short, String) - Method in class lucee.runtime.util.XMLUtilImpl
-
- getChildNodesAsList(Node, short, String) - Method in class lucee.runtime.util.XMLUtilImpl
-
- getChildThread() - Method in interface lucee.runtime.type.scope.Threads
-
- getChildWithName(String, Element) - Method in interface lucee.runtime.util.XMLUtil
-
- getChildWithName(String, Element) - Method in class lucee.runtime.util.XMLUtilImpl
-
- getClassDefinition() - Method in interface lucee.runtime.cache.CacheConnection
-
- getClassDefinition() - Method in interface lucee.runtime.db.DataSource
-
- getClassDirectory() - Method in interface lucee.runtime.config.Config
-
return directory, where lucee deploy translated cfml classes (java and
class files)
- getClasses() - Method in interface lucee.runtime.cfx.CFXTagPool
-
- getClasses(Object[]) - Method in interface lucee.runtime.util.ClassUtil
-
get all Classes from a Object Array
- getClassLoader() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getClassLoader() - Method in interface lucee.runtime.config.Config
-
- getClassLoaderDirectory() - Static method in class lucee.loader.engine.CFMLEngineFactorySupport
-
- getClassLoaderRoot(ClassLoader) - Static method in class lucee.loader.engine.CFMLEngineFactory
-
returns the path where the classloader is located
- getClassName() - Method in interface lucee.runtime.db.ClassDefinition
-
- getClassName() - Method in interface lucee.runtime.PageSource
-
- getClassRootDirectory() - Method in interface lucee.runtime.Mapping
-
- getClassUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
- getClassUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getClazz() - Method in interface lucee.runtime.component.Property
-
- getClazz() - Method in interface lucee.runtime.db.ClassDefinition
-
- getClazz(Class<T>) - Method in interface lucee.runtime.db.ClassDefinition
-
- getClazz() - Method in interface lucee.runtime.monitor.Monitor
-
- 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
-
Deprecated.
- 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
-
- getCollection(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
- 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
- getColumnCount() - Method in interface lucee.runtime.type.Query
-
- 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
-
- getColumnName(ResultSetMetaData, int) - Method in interface lucee.runtime.util.DBUtil
-
- getColumnNames() - Method in interface com.allaire.cfx.Query
-
- getColumnNames() - Method in class lucee.runtime.cfx.QueryWrap
-
- getColumnNames() - Method in interface lucee.runtime.type.Query
-
- getColumnNames(Query) - Method in interface lucee.runtime.util.DBUtil
-
- 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
-
- 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
- getCompileTime(PageContext, PageSource, long) - Method in interface lucee.runtime.util.TemplateUtil
-
- getCompileTime(PageContext, PageSource) - Method in interface lucee.runtime.util.TemplateUtil
-
- 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
-
- getComponentJavaAccess(PageContext, Component, RefBoolean, boolean, boolean, boolean, boolean, boolean) - Method in interface lucee.runtime.util.TemplateUtil
-
generate a ComponentJavaAccess (CJA) class from a component
a CJA is a dynamic genarted java class that has all method defined inside
a component as java methods.
- getComponentMappings() - Method in interface lucee.runtime.config.Config
-
- getComponentMappings() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getComponentName() - Method in interface lucee.runtime.PageSource
-
- getComponentPropertiesClass(PageContext, Component) - Method in interface lucee.runtime.util.TemplateUtil
-
- 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(Password) - Method in interface lucee.loader.engine.CFMLEngine
-
- getConfigServer(String, long) - Method in interface lucee.loader.engine.CFMLEngine
-
- getConfigServer(Password) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getConfigServer(String, long) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getConfigServer(String) - Method in interface lucee.runtime.config.Config
-
- getConfigServer(String, long) - Method in interface lucee.runtime.config.Config
-
- getConfigServer(Password) - Method in interface lucee.runtime.config.ConfigWeb
-
- getConfigServerDir() - Method in interface lucee.runtime.config.ConfigWeb
-
- getConfiguration(PageContext) - Method in interface lucee.runtime.orm.ORMEngine
-
- getConfigWeb(String) - Method in interface lucee.runtime.config.ConfigServer
-
- getConfigWebs() - Method in interface lucee.runtime.config.ConfigServer
-
- getConnection(Config, String, String) - Method in interface lucee.runtime.db.DataSource
-
- getConnection() - Method in interface lucee.runtime.db.DatasourceConnection
-
- getConnection(PageContext, String, String, String) - Method in interface lucee.runtime.db.DataSourceManager
-
- 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
-
- getConnectionString() - Method in interface lucee.runtime.db.DataSource
-
- getConnectionStringTranslated() - 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 interface lucee.commons.net.http.HTTPResponse
-
- getContentType() - Method in interface lucee.commons.net.http.HTTPResponse
-
- getContentType() - Method in interface lucee.runtime.type.scope.FormItem
-
- getContentType(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
- getContext(String) - Method in class lucee.cli.servlet.ServletContextImpl
-
- getContextPath() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getContextSummary() - Method in interface lucee.runtime.search.SearchResulItem
-
- 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
-
- getCpuUsage(long) - Method in interface lucee.runtime.util.SystemUtil
-
- 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.VersionInfo
-
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
-
- getCurrentPageSource(PageSource) - 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
- getCurrentTemplateDialect() - Method in class lucee.runtime.PageContext
-
- 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.SearchIndex
-
- getCustom1() - Method in interface lucee.runtime.search.SearchResulItem
-
- getCustom2() - Method in interface lucee.runtime.search.SearchIndex
-
- getCustom2() - Method in interface lucee.runtime.search.SearchResulItem
-
- getCustom3() - Method in interface lucee.runtime.search.SearchIndex
-
- getCustom3() - Method in interface lucee.runtime.search.SearchResulItem
-
- getCustom4() - Method in interface lucee.runtime.search.SearchIndex
-
- getCustom4() - Method in interface lucee.runtime.search.SearchResulItem
-
- 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
-
- getCustomType(String) - 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
-
- getDatabaseName(DatasourceConnection) - Method in interface lucee.runtime.util.DBUtil
-
- getDataFromACollection(PageContext, Collection.Key, Object) - 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
-
- getDataSource(String) - Method in interface lucee.runtime.listener.ApplicationContext
-
- getDataSource(String, DataSource) - Method in interface lucee.runtime.listener.ApplicationContext
-
- getDataSource(String) - Method in class lucee.runtime.PageContext
-
- getDataSource(String, DataSource) - Method in class lucee.runtime.PageContext
-
- getDataSource(PageContext, String, DataSource) - Method in interface lucee.runtime.util.ORMUtil
-
- getDataSource(PageContext, String) - Method in interface lucee.runtime.util.ORMUtil
-
- getDataSource(PageContext, Component, DataSource) - Method in interface lucee.runtime.util.ORMUtil
-
if the given component has defined a datasource in the meta data, lucee
is returning this datasource,
otherwise the default orm datasource is returned
- getDataSource(PageContext, Component) - Method in interface lucee.runtime.util.ORMUtil
-
if the given component has defined a datasource in the meta data, lucee
is returning this datasource,
otherwise the default orm datasource is returned
- getDatasourceConnection(PageContext, DataSource, String, String) - Method in interface lucee.runtime.util.DBUtil
-
- getDatasourceConnection(PageContext, String, String, String) - Method in interface lucee.runtime.util.DBUtil
-
- getDataSourceManager() - Method in class lucee.runtime.PageContext
-
- getDataSourceName(PageContext, Component) - Method in interface lucee.runtime.util.ORMUtil
-
- getDataSourceName(PageContext, Component, String) - Method in interface lucee.runtime.util.ORMUtil
-
- getDataSources() - Method in interface lucee.runtime.config.Config
-
return the all datasources
- getDataSources() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getDataSources() - Method in interface lucee.runtime.orm.ORMSession
-
- 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
-
- getDay() - Method in interface lucee.runtime.type.dt.TimeSpan
-
- getDbCreate() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- getDBUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
- getDBUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- 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
-
- getDecisionUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
returns the decision util
- getDecisionUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getDeclaredMethods(Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
return all methods that are defined by the Class itself (not extended)
- 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
-
- getDefaultDataSource(PageContext) - Method in interface lucee.runtime.util.ORMUtil
-
- getDefaultDataSource(PageContext, DataSource) - Method in interface lucee.runtime.util.ORMUtil
-
- 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
-
- 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
-
- getDefaultSessionTrackingModes() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getDefaultType() - Method in interface lucee.runtime.type.FunctionArgument
-
- getDefaultValue(PageContext, int) - Method in interface lucee.runtime.type.UDF
-
- getDefaultValue(PageContext, int, Object) - 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
- getDefDataSource() - Method in interface lucee.runtime.listener.ApplicationContext
-
default datasource name (String) or datasource (DataSource Object)
- getDelimIndex(String, int, char[], boolean) - Method in interface lucee.runtime.util.ListUtil
-
returns the 0-based delimiter position for the specified item
- getDeployDirectory() - Method in interface lucee.runtime.config.Config
-
- 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
-
- getDialect() - Method in interface lucee.runtime.PageSource
-
- 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.PageSource
-
- getDisplayType() - Method in interface lucee.runtime.cfx.customtag.CFXTagClass
-
- getDocument(NodeList) - Method in interface lucee.runtime.util.XMLUtil
-
return the Owner Document of a Node List
- getDocument(Node) - Method in interface lucee.runtime.util.XMLUtil
-
- getDocument(NodeList) - Method in class lucee.runtime.util.XMLUtilImpl
-
- getDocument(Node) - Method in class lucee.runtime.util.XMLUtilImpl
-
- 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
-
- 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
- getEffectiveMajorVersion() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getEffectiveMinorVersion() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getEffectiveSessionTrackingModes() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getEmbededObject(Object) - Method in interface lucee.runtime.type.ObjectWrap
-
returns embeded Object EL
- getEmbededObject() - Method in interface lucee.runtime.type.ObjectWrap
-
returns embeded Object
- 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
-
- getEndLine() - Method in interface lucee.runtime.debug.DebugEntryTemplatePart
-
- getEndPosition() - Method in interface lucee.runtime.debug.DebugEntryTemplatePart
-
end position (0 offset) on this Entry
- getEndTime() - Method in interface lucee.runtime.schedule.ScheduleTask
-
- getEngine() - Method in class lucee.runtime.CFMLFactory
-
- getEngine() - Method in interface lucee.runtime.config.ConfigServer
-
- getEngine() - Method in interface lucee.runtime.orm.ORMSession
-
engine from session
- getEngineName() - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- getEngineVersion() - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- getEntityNames() - Method in interface lucee.runtime.orm.ORMSession
-
- 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
-
- 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 interface lucee.runtime.cache.tag.CacheItem
-
- getExecutionTime() - 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
-
- getExposeMessage() - Method in exception lucee.runtime.exp.PageException
-
- 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
-
- getExtends() - Method in interface lucee.runtime.Interface
-
- getExtension(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
- 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
-
- 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
-
- getExtensionResourceFilter(String, boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
- getExtensionResourceFilter(String[], boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
- getExtensions() - Method in class lucee.loader.util.ExtensionFilter
-
- getExtensions() - Method in interface lucee.runtime.config.Config
-
- getExtensions() - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- getExtensions() - Method in interface lucee.runtime.search.SearchIndex
-
- getFactory() - Method in interface lucee.runtime.config.ConfigWeb
-
- getFDController() - Method in interface lucee.loader.engine.CFMLEngine
-
returns the FusionDebug Engine
- getFDController() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getFelix(File, Map<String, Object>) - Method in class lucee.loader.engine.CFMLEngineFactory
-
- getFelixCacheDirectory() - Method in class lucee.loader.engine.CFMLEngineFactory
-
- getFetchDirection() - Method in class lucee.runtime.cfx.QueryWrap
-
- getFetchSize() - Method in class lucee.runtime.cfx.QueryWrap
-
- getField(Object, String) - Method in interface lucee.runtime.util.ClassUtil
-
to get a visible Field of a object
- getField(Object, String, Object) - Method in interface lucee.runtime.util.ClassUtil
-
- getFieldName() - Method in interface lucee.runtime.type.scope.FormItem
-
- getFieldNames(Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
return all field names as String array
- getFieldsIgnoreCase(Class<?>, String) - Method in interface lucee.runtime.util.ClassUtil
-
same like method getField from Class but ignore case from field name
- getFieldsIgnoreCase(Class<?>, String, Field[]) - Method in interface lucee.runtime.util.ClassUtil
-
- 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
-
- getFileResourceProvider() - Method in interface lucee.runtime.util.ResourceUtil
-
- getFilterRegistration(String) - Method in class lucee.cli.servlet.ServletContextImpl
-
- getFilterRegistrations() - Method in class lucee.cli.servlet.ServletContextImpl
-
- 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
-
- getFragments() - Method in interface lucee.runtime.debug.DebugOutputLog
-
- getFramerate() - Method in interface lucee.runtime.video.VideoInfo
-
- getFrameRate() - Method in interface lucee.runtime.video.VideoOutput
-
- getFramerate() - Method in interface lucee.runtime.video.VideoProfile
-
- getFreeBytes() - Method in interface lucee.runtime.util.SystemUtil
-
- getFreePermGenSpacePromille() - Method in interface lucee.runtime.util.SystemUtil
-
- getFreePermGenSpaceSize() - Method in interface lucee.runtime.util.SystemUtil
-
- getFullNullSupport() - Method in interface lucee.runtime.config.Config
-
- getFullVersionInfo() - Method in interface lucee.Info
-
- 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
-
- getGenericData() - Method in interface lucee.runtime.debug.Debugger
-
returning the generic data set for this request
- getGetter() - Method in interface lucee.runtime.component.Property
-
- getHandleUnQuotedAttrValueAsString() - Method in interface lucee.runtime.config.Config
-
- getHashFromValue() - Method in interface lucee.runtime.cache.tag.CacheItem
-
- 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.engine.CFMLEngineFactorySupport
-
- getHomeDirectory() - Static method in class lucee.loader.util.Util
-
- getHomeDirectory() - Method in interface lucee.runtime.util.ResourceUtil
-
- getHomeDirectory() - Method in interface lucee.runtime.util.SystemUtil
-
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
-
- getHTMLUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
- getHTMLUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- 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.Identification
-
- getId(Config) - Method in interface lucee.runtime.config.RemoteClient
-
- getId() - Method in interface lucee.runtime.db.ClassDefinition
-
- 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.SearchIndex
-
- getId() - Method in interface lucee.runtime.search.SearchResulItem
-
- getId() - Method in interface lucee.runtime.spooler.SpoolerTask
-
- getIdentification() - Method in interface lucee.loader.engine.CFMLEngine
-
- getIdentification() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getIdentification() - Method in interface lucee.runtime.config.Config
-
- getIdentification() - Method in interface lucee.runtime.config.ConfigServer
-
- getIdentification() - Method in interface lucee.runtime.config.ConfigWeb
-
- getIds(Property[]) - Method in interface lucee.runtime.util.ORMUtil
-
- 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
-
- getIndex() - Method in interface lucee.runtime.type.UDF
-
- getIndexesAsQuery() - Method in interface lucee.runtime.search.SearchCollection
-
- getInfo() - Method in interface lucee.loader.engine.CFMLEngine
-
- getInfo() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- 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 interface lucee.commons.io.res.Resource
-
- getInputStream() - Method in interface lucee.runtime.type.scope.Form
-
- getInspectTemplate() - Method in interface lucee.runtime.config.Config
-
- getInspectTemplate() - Method in interface lucee.runtime.Mapping
-
- 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
-
- getInstance(String, CacheHandler) - Method in interface lucee.runtime.cache.tag.CacheHandlerCollection
-
- getInstanceMatchingObject(Object, CacheHandler) - Method in interface lucee.runtime.cache.tag.CacheHandlerCollection
-
based on the cachedWithin Object we choose the right Cachehandler and
return it
- getInstrumentation() - Method in interface lucee.loader.engine.CFMLEngine
-
- getInstrumentation() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getInstrumentation() - Static method in class lucee.runtime.instrumentation.Agent
-
- getInstrumentation(Instrumentation) - Static method in class lucee.runtime.instrumentation.Agent
-
- 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
- getInterfaces() - Method in interface lucee.runtime.Component
-
- 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
-
- getIntervallMonitor(String) - Method in interface lucee.runtime.config.Config
-
- getIntervallMonitors() - Method in interface lucee.runtime.config.Config
-
- getIntVersion() - Static method in class lucee.VersionInfo
-
- getIOUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
returns the IO util
- getIOUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- 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
-
- getJavaAccessClass(PageContext, RefBoolean, boolean, boolean, boolean, boolean) - Method in interface lucee.runtime.Component
-
- getJavaAccessClass(PageContext, RefBoolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface lucee.runtime.Component
-
- getJavaName() - Method in interface lucee.runtime.PageSource
-
- getJavaSettings() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getJREArch() - Method in interface lucee.runtime.util.SystemUtil
-
return the JRE (Java Runtime Engine) architecture, this can be different
from the operating system architecture
- getJSessionId() - Method in class lucee.runtime.PageContext
-
- getJspConfigDescriptor() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getJSPFactoriesAsMap() - Method in interface lucee.runtime.config.ConfigServer
-
- getKey() - Method in interface lucee.commons.io.cache.CacheEntry
-
- getKey() - Method in interface lucee.runtime.search.SearchIndex
-
- 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
-
- getKeywords() - Method in interface lucee.runtime.search.SuggestionItem
-
- getKeywordScore() - Method in interface lucee.runtime.search.SuggestionItem
-
- 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.orm.ORMEngine
-
- getLabel() - Method in interface lucee.runtime.spooler.SpoolerEngine
-
return the label of the engine
- getLanguage() - Method in interface lucee.runtime.search.SearchCollection
-
- getLanguage() - Method in interface lucee.runtime.search.SearchIndex
-
- getLanguageName() - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- getLanguageVersion() - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- 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
-
- getLevel() - Method in interface lucee.Info
-
- 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.DebugDump
-
- getLine() - Method in interface lucee.runtime.debug.DebugTextFragment
-
- getLine() - Method in interface lucee.runtime.debug.DebugTrace
-
- getLine() - Method in interface lucee.runtime.debug.ImplicitAccess
-
- getListenerMode() - Method in interface lucee.runtime.Mapping
-
mapping can have a specific listener mode to overwrite the listener mode
coming from the Application Context
- getListenerType() - Method in interface lucee.runtime.Mapping
-
mapping can have a specific listener type to overwrite the listener mode
coming from the Application Context
- getListUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
- getListUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getLoaderVersion() - Method in interface lucee.runtime.util.SystemUtil
-
- 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 interface lucee.runtime.config.Config
-
- getLocale() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getLocale() - Method in class lucee.runtime.PageContext
-
- getLocalExtensionProviderDirectory() - Method in interface lucee.runtime.config.Config
-
- 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(String) - Method in interface lucee.runtime.config.Config
-
- getLog() - Method in interface lucee.runtime.db.DataSource
-
- getLogger() - Method in interface lucee.runtime.search.SearchCollection
-
- getLoginCaptcha() - Method in interface lucee.runtime.config.Config
-
- getLoginDelay() - Method in interface lucee.runtime.config.Config
-
- 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
- getLuceeComponentExtension() - Method in interface lucee.Info
-
- getLuceeComponentExtensions() - Method in interface lucee.Info
-
Deprecated.
- getLuceeExtensions() - Method in class lucee.runtime.CFMLFactory
-
- getLuceePageContext(HttpServlet, HttpServletRequest, HttpServletResponse, String, boolean, int, boolean) - Method in class lucee.runtime.CFMLFactory
-
- getLuceePageContext(HttpServlet, HttpServletRequest, HttpServletResponse, String, boolean, int, boolean, boolean, long, boolean, 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
- getLuceeTemplateExtensions() - Method in interface lucee.Info
-
- getMacAddress() - Method in interface lucee.runtime.util.SystemUtil
-
- getMailDefaultCharset() - Method in interface lucee.runtime.config.Config
-
- getMailinglist() - Method in interface lucee.runtime.extension.Extension
-
- 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
-
- getMember(int, Collection.Key, boolean, boolean) - Method in interface lucee.runtime.Component
-
- getMemoryUsageAsQuery(int) - Method in interface lucee.runtime.util.SystemUtil
-
- getMemoryUsageAsStruct(int) - Method in interface lucee.runtime.util.SystemUtil
-
- getMemoryUsageCompact(int) - Method in interface lucee.runtime.util.SystemUtil
-
- getMeta() - Method in interface lucee.runtime.cache.tag.CacheItem
-
- 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
-
Deprecated.
- getMetaData(PageContext, boolean) - 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
-
- getMetaStructItem(Collection.Key) - Method in interface lucee.runtime.Component
-
- getMethodCallSyntax(String, String, String...) - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- getMethodIgnoreCase(Class<?>, String, Class<?>[]) - Method in interface lucee.runtime.util.ClassUtil
-
- getMethodIgnoreCase(Class<?>, String, Class<?>[], Method) - Method in interface lucee.runtime.util.ClassUtil
-
- 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
-
- getMimeType(byte[], String) - Method in interface lucee.runtime.util.ResourceUtil
-
- getMimeTypes() - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- 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
-
- getMode() - Method in interface lucee.runtime.orm.ORMEngine
-
- getModifier() - Method in interface lucee.runtime.Component
-
- getModifier() - Method in interface lucee.runtime.component.Member
-
return Member.MODIFIER_FINAL, Member.MODIFIER_ABSTRACT or
Member.MODIFIER_NONE
- getModifier() - Method in interface lucee.runtime.type.UDFProperties
-
- 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 interface lucee.runtime.cache.tag.CacheItem
-
- 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.ClassDefinition
-
- 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.search.SearchCollection
-
- getName() - Method in interface lucee.runtime.type.FunctionArgument
-
- getName() - Method in interface lucee.runtime.type.FunctionValue
-
- getName() - Method in interface lucee.runtime.type.scope.FormItem
-
- getName(Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
- 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
-
- getNames() - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- 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
-
- getNetworkTimeout() - Method in interface lucee.runtime.db.DataSource
-
network timeout in seconds
- 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<String, Class<?>>) - Method in class lucee.runtime.cfx.QueryWrap
-
- getObject(int) - Method in class lucee.runtime.cfx.QueryWrap
-
- getObject(String, Map<String, Class<?>>) - 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
-
- getObject(ResultSet, int, Class) - Method in interface lucee.runtime.util.DBUtil
-
- getObject(ResultSet, String, Class) - Method in interface lucee.runtime.util.DBUtil
-
- getOffset() - Method in interface lucee.runtime.video.VideoOutput
-
- getOpenLockNames() - Method in interface lucee.commons.lock.KeyLock
-
- 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
-
- getOrigin() - Method in interface lucee.runtime.config.Password
-
- getOrmConfig() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- getORMConfiguration() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getORMDatasource() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getORMDataSource() - Method in interface lucee.runtime.listener.ApplicationContext
-
orm datasource name (String) or datasource (DataSource Object)
- getORMEngine(PageContext) - Method in interface lucee.runtime.config.Config
-
- getORMSession(boolean) - Method in class lucee.runtime.PageContext
-
- getORMUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
- getORMUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getOSArch() - Method in interface lucee.runtime.util.SystemUtil
-
return the operating system architecture
- getOSSpecificLineSeparator() - Method in interface lucee.runtime.util.SystemUtil
-
- getOutput() - Method in interface lucee.runtime.Component
-
- getOutput() - Method in interface lucee.runtime.debug.DebugDump
-
- getOutput() - Method in interface lucee.runtime.type.UDF
-
- getOutputStatement(String) - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- 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
-
- 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
-
- getPageSource() - Method in interface lucee.runtime.Interface
-
- getPageSource(String) - Method in interface lucee.runtime.Mapping
-
pagesoucre matching given realpath
- 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
-
- getPageSources(PageContext, Mapping[], String, boolean, boolean, boolean, boolean) - Method in interface lucee.runtime.config.Config
-
get all PageSources that match the given criteria
- getParameter(String) - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- 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.config.Password
-
- getPassword() - Method in interface lucee.runtime.db.DataSource
-
- getPassword() - Method in interface lucee.runtime.db.DatasourceConnection
-
- 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
-
- getPatchDirectory() - Method in class lucee.loader.engine.CFMLEngineFactory
-
- 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
-
- 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
- getPatterns() - Method in interface lucee.runtime.cache.tag.CacheHandlerCollection
-
- getPayload() - Method in interface lucee.runtime.cache.tag.CacheItem
-
- getPermGenFreeSpaceAsAPercentageOfAvailable() - Method in interface lucee.runtime.util.SystemUtil
-
- getPhyscalFile() - Method in interface lucee.runtime.PageSource
-
return file object, based on physical path and realpath
- getPhysical(Mapping[], String, boolean) - Method in interface lucee.runtime.config.Config
-
- getPhysical() - Method in interface lucee.runtime.Mapping
-
- getPhysicalClass(String) - Method in interface lucee.runtime.Mapping
-
- getPhysicalClass(String, byte[]) - 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.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
-
- getPrintWriter(int) - Method in interface lucee.runtime.util.SystemUtil
-
get the printer writer for System.out or System.err
- getProgram(String...) - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- getProperties(boolean) - Method in interface lucee.runtime.Component
-
- getProperties(boolean, boolean, boolean, boolean) - Method in interface lucee.runtime.Component
-
return all properties from component
- getProperty(Object, String) - Method in interface lucee.runtime.util.ClassUtil
-
to get a visible Propety (Field or Getter) of a object
- getProperty(Object, String, Object) - Method in interface lucee.runtime.util.ClassUtil
-
to get a visible Propety (Field or Getter) of a object
- getPropertyKeys(Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
- getPropertyValue(Component, String, Object) - Method in interface lucee.runtime.util.ORMUtil
-
- 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
-
- 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.SearchIndex
-
- getQuery() - Method in interface lucee.runtime.search.SearchResult
-
- getQueryStack() - Method in interface lucee.runtime.type.scope.Undefined
-
- 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.
- getRawSession(String) - Method in interface lucee.runtime.orm.ORMSession
-
- getRawSessionFactory(String) - Method in interface lucee.runtime.orm.ORMSession
-
- getReader(InputStream, Charset) - Method in interface lucee.runtime.util.IO
-
- getReader(Resource, Charset) - Method in interface lucee.runtime.util.IO
-
- getReal(String) - Method in interface lucee.commons.io.res.Resource
-
returns a resource path that is relative to the current resource
- getRealeaseTime() - Method in interface lucee.Info
-
- 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.ServletContextImpl
-
- getRealpath() - Method in interface lucee.runtime.PageSource
-
returns the ralpath without the mapping
- getRealpathWithVirtual() - Method in interface lucee.runtime.PageSource
-
Returns the full name (mapping/realpath).
- getRealResource(String) - Method in interface lucee.commons.io.res.Resource
-
returns a resource that is relative to the current resource
- getRealSize(Resource, ResourceFilter) - Method in interface lucee.runtime.util.ResourceUtil
-
return the size of the Resource, other than method length of Resource
this method return the size of all files in a directory
- 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
-
- getRememberMe() - Method in interface lucee.runtime.config.Config
-
- getRemoteClientDirectory() - 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
-
- getRemoteUser() - Method in class lucee.runtime.PageContext
-
- getRequestDialect() - Method in class lucee.runtime.PageContext
-
- getRequestDispatcher(String) - Method in class lucee.cli.servlet.ServletContextImpl
-
- 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 interface lucee.runtime.listener.ApplicationContext
-
- getRequestTimeout() - Method in class lucee.runtime.PageContext
-
- getRequestTimeoutException() - Method in class lucee.runtime.PageContext
-
- 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
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.schedule.ScheduleTask
-
- getResource() - Method in interface lucee.runtime.type.scope.FormItem
-
- getResource(PageContext, PageSource, Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
- getResource(Bundle, String) - Method in interface lucee.runtime.util.SystemUtil
-
- 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
-
- getResourceCharset() - Method in interface lucee.runtime.config.Config
-
- getResourceCharset() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getResourceCharset() - Method in class lucee.runtime.PageContext
-
- 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.
- getResourcesTranslated() - Method in interface lucee.runtime.listener.JavaSettings
-
- 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
-
- getReturnFormat(int) - 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
-
- getRootElement(Node) - Method in interface lucee.runtime.util.XMLUtil
-
return the root Element from a node
- getRootElement(Node) - Method in class lucee.runtime.util.XMLUtilImpl
-
- 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
-
- getRuningContextRoot() - Method in interface lucee.runtime.util.SystemUtil
-
- getS3() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getSalt() - Method in interface lucee.runtime.config.Password
-
- 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
-
- 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 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
-
- getScopeCascading() - Method in interface lucee.runtime.listener.ApplicationContext
-
- 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
-
- getScriptEngine() - Method in class lucee.runtime.script.BaseScriptEngineFactory
-
- getScriptEngineFactory(int) - Method in interface lucee.loader.engine.CFMLEngine
-
- getScriptEngineFactory(int) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getScriptProtect() - Method in interface lucee.runtime.config.Config
-
- getScriptProtect() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getSearchEngine(PageContext) - Method in interface lucee.runtime.config.ConfigWeb
-
- getSearchEngine() - Method in interface lucee.runtime.search.SearchCollection
-
- getSearchEngineClassDefinition() - Method in interface lucee.runtime.config.Config
-
- getSearchEngineDirectory() - Method in interface lucee.runtime.config.Config
-
- 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.Identification
-
- 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
-
- getSecurityToken() - Method in interface lucee.runtime.config.Identification
-
- getSeparator(ResourceProvider) - Method in interface lucee.runtime.util.ResourceUtil
-
- getServer() - Method in interface lucee.runtime.net.proxy.ProxyData
-
- getServerIdentification() - Method in interface lucee.runtime.config.IdentificationWeb
-
- getServerInfo() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getServerPassword() - Method in interface lucee.runtime.config.RemoteClient
-
- 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
-
- getServletConfigs() - Method in interface lucee.loader.engine.CFMLEngine
-
- getServletConfigs() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- 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
-
- getServletRegistration(String) - Method in class lucee.cli.servlet.ServletContextImpl
-
- getServletRegistrations() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getServlets() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getSessionCluster() - Method in interface lucee.runtime.config.Config
-
- getSessionCluster() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getSessionCookieConfig() - Method in class lucee.cli.servlet.ServletContextImpl
-
- 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
-
- getSlaveCount() - Method in class lucee.loader.osgi.BundleCollection
-
- getSlaves() - Method in class lucee.loader.osgi.BundleCollection
-
- getSnippet() - Method in interface lucee.runtime.debug.DebugEntryTemplatePart
-
- getSource() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getSource() - Method in interface lucee.runtime.PageSource
-
- getSource() - Method in interface lucee.runtime.type.UDF
-
- 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
-
- getSourcePathForClass(Class<?>, String) - Method in interface lucee.runtime.util.ClassUtil
-
returns the path to the directory or jar file that the Class was loaded
from
- getSourcePathForClass(String, String) - Method in interface lucee.runtime.util.ClassUtil
-
tries to load the Class and returns the path that it was loaded from
- 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
-
- getStartLine() - Method in interface lucee.runtime.debug.DebugEntryTemplatePart
-
- getStartPosition() - Method in interface lucee.runtime.debug.DebugEntryTemplatePart
-
start position (0 offset) on this Entry
- getStartTime() - Method in interface lucee.runtime.debug.QueryEntry
-
- 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.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
-
- getStringUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
returns the IO util
- getStringUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getStrPhysical() - Method in interface lucee.runtime.Mapping
-
- getSubPages() - Method in class lucee.runtime.Page
-
- 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
-
- getSuppressContent() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getSuppressWSBeforeArg() - Method in interface lucee.runtime.config.ConfigWeb
-
- getSystemDirectory() - Static method in class lucee.loader.engine.CFMLEngineFactorySupport
-
- getSystemDirectory() - Static method in class lucee.loader.util.Util
-
- getSystemDirectory() - Method in interface lucee.runtime.util.ResourceUtil
-
- getSystemDirectory() - Method in interface lucee.runtime.util.SystemUtil
-
- getSystemUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
- getSystemUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getTagAttributeDefaultValues(PageContext) - Method in interface lucee.runtime.listener.ApplicationContext
-
- getTagAttributeDefaultValues(PageContext, String) - Method in interface lucee.runtime.listener.ApplicationContext
-
- getTagEngineFactory(int) - Method in interface lucee.loader.engine.CFMLEngine
-
- getTagEngineFactory(int) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getTagName() - Method in class lucee.runtime.thread.ChildThread
-
- getTask() - Method in interface lucee.runtime.schedule.ScheduleTask
-
- getTempDirectory() - Static method in class lucee.loader.engine.CFMLEngineFactorySupport
-
returns the Temp Directory of the System
- getTempDirectory() - Static method in class lucee.loader.util.Util
-
- getTempDirectory() - Method in interface lucee.runtime.config.Config
-
return the temp directory
- getTempDirectory() - Method in interface lucee.runtime.util.ResourceUtil
-
- getTempDirectory() - Method in interface lucee.runtime.util.SystemUtil
-
returns the Temp Directory of the System
- getTempFile(String, boolean) - Method in interface lucee.runtime.util.SystemUtil
-
returns the a unique temp file (with no auto delete)
- getTemplate() - Method in interface lucee.runtime.debug.DebugDump
-
- getTemplate() - Method in interface lucee.runtime.debug.DebugTextFragment
-
- 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
- getTemplateUtil() - Method in interface lucee.loader.engine.CFMLEngine
-
- getTemplateUtil() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- getText() - Method in interface lucee.runtime.debug.DebugTextFragment
-
- getText() - Method in interface lucee.runtime.debug.DebugTrace
-
- getThisScope() - Method in class coldfusion.cfc.CFCProxy
-
- getThread() - Method in class lucee.runtime.PageContext
-
- getThreadConfig() - Method in interface lucee.loader.engine.CFMLEngine
-
- getThreadConfig() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- 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
-
- getThreadScope(Collection.Key) - Method in class lucee.runtime.PageContext
-
- getThreadScopeNames() - Method in class lucee.runtime.PageContext
-
- getThreadTimeZone() - Method in interface lucee.loader.engine.CFMLEngine
-
- getThreadTimeZone() - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- 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.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 interface lucee.runtime.listener.ApplicationContext
-
- 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.SearchIndex
-
- getTitle() - Method in interface lucee.runtime.search.SearchResulItem
-
- getTitle() - Method in interface lucee.runtime.video.VideoOutput
-
- getTldFile() - Method in interface lucee.runtime.config.Config
-
- getTotalBytes() - Method in interface lucee.runtime.util.SystemUtil
-
- getTracePointer() - Method in interface lucee.runtime.exp.IPageException
-
- getTracePointer() - Method in exception lucee.runtime.exp.PageServletException
-
- getTraces() - Method in interface lucee.runtime.debug.Debugger
-
- getTraces(PageContext) - Method in interface lucee.runtime.debug.Debugger
-
- getTransaction(String, boolean) - Method in interface lucee.runtime.orm.ORMSession
-
- getTransformerFactory() - Method in interface lucee.runtime.util.XMLUtil
-
- getTransformerFactory() - Method in class lucee.runtime.util.XMLUtilImpl
-
- 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.Password
-
- 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.orm.naming.NamingStrategy
-
- getType() - Method in interface lucee.runtime.search.SearchIndex
-
- 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
-
- 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
-
- getTypeAsString(Node, boolean) - Method in class lucee.runtime.util.XMLUtilImpl
-
returns the Node Type As String
- getTypeChecking() - Method in interface lucee.runtime.listener.ApplicationContext
-
- 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.CFMLEngineFactory
-
- 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() - Method in class lucee.runtime.CFMLFactory
-
- 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
- getUrlpath() - Method in interface lucee.runtime.search.SearchIndex
-
- getURLS(String, URL) - Method in interface lucee.runtime.util.HTMLUtil
-
returns all urls in a html 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.mail.Server
-
- getUsername() - Method in interface lucee.runtime.net.proxy.ProxyData
-
- getUsername() - Method in interface lucee.runtime.security.Credential
-
- 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.lang.types.RefString
-
- 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.Info
-
- 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.db.ClassDefinition
-
- getVersion() - Method in interface lucee.runtime.extension.Extension
-
- getVersion() - Method in class lucee.runtime.Page
-
return version definition of the page
- getVersionAsString() - Method in interface lucee.runtime.db.ClassDefinition
-
- getVersionName() - Method in interface lucee.Info
-
- getVersionNameExplanation() - Method in interface lucee.Info
-
- 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
-
- getVirtualServerName() - Method in class lucee.cli.servlet.ServletContextImpl
-
- getWarnings() - Method in class lucee.runtime.cfx.QueryWrap
-
- getWebCharset() - Method in interface lucee.runtime.config.Config
-
- getWebCharset() - Method in interface lucee.runtime.listener.ApplicationContext
-
- getWebCharset() - Method in class lucee.runtime.PageContext
-
- getWidth() - Method in class lucee.runtime.dump.DumpTable
-
- getWidth() - Method in interface lucee.runtime.video.VideoInfo
-
- getWriter(PageContext, HttpServletRequest, HttpServletResponse) - Method in interface lucee.runtime.config.ConfigWeb
-
- getWSDLFile() - Method in interface lucee.runtime.Component
-
- getWSType() - Method in interface lucee.runtime.listener.ApplicationContext
-
- 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
- id() - Method in interface lucee.runtime.cache.tag.CacheHandler
-
- id() - Method in interface lucee.runtime.Component
-
- id() - Method in interface lucee.runtime.db.DataSource
-
- id() - Method in interface lucee.runtime.type.UDF
-
unique identifier for the function
- Identification - Interface in lucee.runtime.config
-
- IdentificationServer - Interface in lucee.runtime.config
-
- IdentificationWeb - Interface in lucee.runtime.config
-
- idleTimeSpan() - Method in interface lucee.commons.io.cache.CacheEntry
-
time in milliseconds after which the object is flushed from the cache if
it is not accessed during that time.
- ignoreScopes() - Method in class lucee.runtime.PageContext
-
if set to true Lucee ignores all scope names and handles them as regular
keys for the undefined scope
- imp(Object, Object) - Method in interface lucee.runtime.util.Operation
-
Implication: The statement A IMP B is the equivalent of the logical
statement
"If A Then B." A IMP B is False only if A is True and B is False.
- implementation(PageContext) - Method in interface lucee.runtime.type.UDF
-
abstract method for the function Body
- ImplicitAccess - Interface in lucee.runtime.debug
-
- ImportDefintion - Interface in lucee.runtime.component
-
- inc() - Method in interface lucee.runtime.debug.ImplicitAccess
-
- index(PageContext, String, short, String, String, String, String, String[], String, boolean, String, String[], long, String, String, String, String) - Method in interface lucee.runtime.search.SearchCollection
-
updates a index of a collection
- indexCustom(String, QueryColumn, QueryColumn, QueryColumn[], String, QueryColumn, QueryColumn, QueryColumn, QueryColumn) - Method in interface lucee.runtime.search.SearchCollection
-
updates a collection with a custom
- indexFile(String, String, Resource, String) - Method in interface lucee.runtime.search.SearchCollection
-
updates a collection with a file
- indexPath(String, String, Resource, String[], boolean, String) - Method in interface lucee.runtime.search.SearchCollection
-
updates a collection with a path
- IndexResult - Interface in lucee.runtime.search
-
- indexURL(String, String, URL, String[], boolean, String, long) - Method in interface lucee.runtime.search.SearchCollection
-
updates a collection with a url
- info(String, String) - Method in interface lucee.commons.io.log.Log
-
log level info
- Info - Interface in lucee
-
Info to this Version
- info(ConfigWeb, VideoInput) - Method in interface lucee.runtime.video.VideoExecuter
-
- inInvoke() - Static method in class coldfusion.cfc.CFCProxy
-
- init(Config, String, Struct) - Method in interface lucee.commons.io.cache.Cache
-
initialize the cache
- init(String, Map<String, String>) - Method in interface lucee.commons.io.res.ResourceProvider
-
this class is called by the "Resources" at startup
- init(ServletConfig) - Method in class lucee.loader.servlet.AMFServlet
-
- init(ServletConfig) - Method in class lucee.loader.servlet.CFMLServlet
-
- init(ServletConfig) - Method in class lucee.loader.servlet.FileServlet
-
- init(ServletConfig) - Method in class lucee.loader.servlet.LuceeServlet
-
- init(ServletConfig) - Method in class lucee.loader.servlet.RestServlet
-
- init(ConfigWeb, String, int) - Method in interface lucee.runtime.cache.tag.CacheHandler
-
- init(Config) - Method in interface lucee.runtime.debug.Debugger
-
- init(PageContext, Map<String, String>) - Method in interface lucee.runtime.engine.ExecutionLog
-
- init(GatewayEngine, String, String, Map<String, String>) - Method in interface lucee.runtime.gateway.Gateway
-
method to initialize the gateway
- init(ConfigServer, String, boolean) - Method in interface lucee.runtime.monitor.Monitor
-
- init(ConfigWeb, Map<String, String>) - Method in interface lucee.runtime.net.amf.AMFEngine
-
method to initialize the engine
- init(PageContext, String, String, String, ProxyData) - Method in class lucee.runtime.net.rpc.client.WebserviceClient
-
- init(PageContext) - Method in interface lucee.runtime.orm.ORMEngine
-
- init(Config, Resource) - Method in interface lucee.runtime.search.SearchEngine
-
- init(ConfigServer) - Method in interface lucee.runtime.type.scope.Cluster
-
- init(ConfigServer, Cluster) - Method in interface lucee.runtime.type.scope.ClusterRemote
-
- initBody(BodyTag, int) - Method in class lucee.runtime.PageContext
-
init body of a tag
- initialize(PageContext) - Method in interface lucee.runtime.type.scope.Scope
-
Initalize Scope
- insert(int, Object) - Method in interface lucee.runtime.type.Array
-
insert a value add defined position
- insert(int, String, Object) - Method in interface lucee.runtime.type.scope.Argument
-
insert a key in argument scope at defined position
- insertAt(String, int, String, String, boolean) - Method in interface lucee.runtime.util.ListUtil
-
casts a list to Array object, remove all empty items at start and end of
the list and store count to info
- insertRow() - Method in class lucee.runtime.cfx.QueryWrap
-
- INSPECT_ALWAYS - Static variable in interface lucee.runtime.config.Config
-
- INSPECT_NEVER - Static variable in interface lucee.runtime.config.Config
-
- INSPECT_ONCE - Static variable in interface lucee.runtime.config.Config
-
- INSPECT_UNDEFINED - Static variable in interface lucee.runtime.config.Config
-
- install(ConfigWeb, Struct) - Method in interface lucee.runtime.video.VideoExecuter
-
- installBundle(BundleContext, String, InputStream) - Static method in class lucee.loader.osgi.BundleUtil
-
- instanceOf(String) - Method in interface lucee.runtime.Component
-
check if Component is instance of this type
- instanceOf(String) - Method in interface lucee.runtime.Interface
-
- Interface - Interface in lucee.runtime
-
- InterfacePage - Class in lucee.runtime
-
- InterfacePage() - Constructor for class lucee.runtime.InterfacePage
-
- INTERVAL_DAY - Static variable in interface lucee.runtime.schedule.ScheduleTask
-
Field INTERVAL_DAY
- INTERVAL_MONTH - Static variable in interface lucee.runtime.schedule.ScheduleTask
-
Field INTERVAL_MONTH
- INTERVAL_ONCE - Static variable in interface lucee.runtime.schedule.ScheduleTask
-
Field INTERVAL_ONCE
- INTERVAL_WEEK - Static variable in interface lucee.runtime.schedule.ScheduleTask
-
Field INTERVAL_WEEK
- IntervallMonitor - Interface in lucee.runtime.monitor
-
- intKeys() - Method in interface lucee.runtime.type.Array
-
- invoke(String, Object[]) - Method in class coldfusion.cfc.CFCProxy
-
- invoke(String, Object[], HttpServletRequest, HttpServletResponse) - Method in class coldfusion.cfc.CFCProxy
-
- invoke(String, Object[], HttpServletRequest, HttpServletResponse, OutputStream) - Method in class coldfusion.cfc.CFCProxy
-
- invoke(Map<String, String>) - Method in interface lucee.cli.CLIInvoker
-
- invoke(Map<String, String>) - Method in class lucee.cli.CLIInvokerImpl
-
- invoke(PageContext, Object[]) - Method in class lucee.runtime.ext.function.BIF
-
- invokeListener(Gateway, String, Map<?, ?>) - Method in interface lucee.runtime.gateway.GatewayEngine
-
invoke given method on cfc listener
- IO - Interface in lucee.runtime.util
-
- IPageException - Interface in lucee.runtime.exp
-
interface of the root business exception of Lucee
- is(String, Object) - Method in interface lucee.runtime.util.Decision
-
- isAbsolute() - Method in interface lucee.commons.io.res.Resource
-
Tests whether this abstract pathname is absolute.
- isAccessors() - Method in interface lucee.runtime.Component
-
has accessors set
- isAfterLast() - Method in class lucee.runtime.cfx.QueryWrap
-
- isAllowURLRequestTimeout() - Method in interface lucee.runtime.config.ConfigWeb
-
- isAnyType(String) - Method in interface lucee.runtime.util.Decision
-
- isArchive() - Method in interface lucee.commons.io.res.Resource
-
- isArray(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a array
- isAttributesSupported() - Method in interface lucee.commons.io.res.ResourceProvider
-
returns if the resource support attributes for his resources
- isAutoCommit() - Method in interface lucee.runtime.db.DataSourceManager
-
- isBasePeristent() - Method in interface lucee.runtime.Component
-
- isBeforeFirst() - Method in class lucee.runtime.cfx.QueryWrap
-
- isBinary(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a binary
- isBind() - Method in interface lucee.runtime.type.scope.Argument
-
- isBind() - Method in interface lucee.runtime.type.scope.BindScope
-
- isBind() - Method in interface lucee.runtime.type.scope.Variables
-
- isBlob() - Method in interface lucee.runtime.db.DataSource
-
- isBodyRuntimeExpressionValue() - Method in interface lucee.runtime.ext.tag.TagMetaData
-
is the body of the tag parsed like inside a cfoutput
- isBoolean(Object) - Method in interface lucee.runtime.util.Decision
-
tests if value is a Boolean (Numbers are not acctepeted)
- isBoolean(String) - Method in interface lucee.runtime.util.Decision
-
tests if value is a Boolean
- isBundle() - Method in interface lucee.runtime.db.ClassDefinition
-
- isBytecode(InputStream) - Method in interface lucee.runtime.util.ClassUtil
-
check if given stream is a bytecode stream, if yes remove bytecode mark
- isBytecode(byte[]) - Method in interface lucee.runtime.util.ClassUtil
-
- isCached() - Method in class lucee.runtime.cfx.QueryWrap
-
- isCached() - Method in interface lucee.runtime.type.Query
-
is query from cache or not
- isCaseSensitive() - Method in interface lucee.commons.io.res.ResourceProvider
-
returns if the resources of the provider are case-sensitive or not
- isCastableTo(String, Object, boolean, boolean, int) - Method in interface lucee.runtime.util.Decision
-
- isCastableToArray(Object) - Method in interface lucee.runtime.util.Decision
-
- isCastableToBinary(Object, boolean) - Method in interface lucee.runtime.util.Decision
-
- isCastableToBoolean(Object) - Method in interface lucee.runtime.util.Decision
-
- isCastableToDate(Object) - Method in interface lucee.runtime.util.Decision
-
- isCastableToNumeric(Object) - Method in interface lucee.runtime.util.Decision
-
- isCastableToString(Object) - Method in interface lucee.runtime.util.Decision
-
- isCastableToStruct(Object) - Method in interface lucee.runtime.util.Decision
-
- isChildOf(Resource, Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
check if file is a child of given directory
- isClassNameEqualTo(String) - Method in interface lucee.runtime.db.ClassDefinition
-
- isClassNameEqualTo(String, boolean) - Method in interface lucee.runtime.db.ClassDefinition
-
- isClientCookies() - Method in interface lucee.runtime.config.Config
-
- isClientManagement() - Method in interface lucee.runtime.config.Config
-
- isClob() - Method in interface lucee.runtime.db.DataSource
-
- isClosed() - Method in class lucee.runtime.cfx.QueryWrap
-
- isClosure(Object) - Method in interface lucee.runtime.util.Decision
-
- isComponent(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a Component
- isCreditCard(Object) - Method in interface lucee.runtime.util.Decision
-
- isDate(Object, boolean) - Method in interface lucee.runtime.util.Decision
-
tests if value is DateTime Object
- isDefaultCfcLocation() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- isDirectory() - Method in interface lucee.commons.io.res.Resource
-
Tests whether the resource denoted by this abstract pathname is a
directory.
- isDomainCookies() - Method in interface lucee.runtime.config.Config
-
- isEmpty(String) - Static method in class lucee.loader.util.Util
-
check if string is empty (null or "")
- isEmpty(String, boolean) - Static method in class lucee.loader.util.Util
-
check if string is empty (null or "")
- isEmpty() - Method in class lucee.runtime.cfx.QueryWrap
-
- isEmpty() - Method in class lucee.runtime.dump.DumpTable
-
- isEmpty() - Method in interface lucee.runtime.type.Iterator
-
- isEmpty(String) - Method in interface lucee.runtime.util.Decision
-
- isEmpty(String, boolean) - Method in interface lucee.runtime.util.Decision
-
- isEmpty(Object) - Method in interface lucee.runtime.util.Decision
-
- isEmpty() - Method in interface lucee.runtime.util.QueryStack
-
- isEmpty(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
return if Resource is empty, means is directory and has no children or a
empty file,
if not exist return false.
- isEmpty(String) - Method in interface lucee.runtime.util.Strings
-
- isEmpty(String, boolean) - Method in interface lucee.runtime.util.Strings
-
- isEmptyDirectory(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
- isEmptyDirectory(Resource, ResourceFilter) - Method in interface lucee.runtime.util.ResourceUtil
-
return Boolean.True when directory is empty, Boolean.FALSE when directory
s not empty and null if directory does not exists
- isEmptyFile(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
- isEntity() - Method in interface lucee.runtime.Component
-
- isEqual(Config, String) - Method in interface lucee.runtime.config.Password
-
- isExpired() - Method in interface lucee.runtime.type.scope.Application
-
- isExpired() - Method in interface lucee.runtime.type.scope.Session
-
- isExpired() - Method in interface lucee.runtime.type.scope.storage.StorageScope
-
- isExtensionEnabled() - Method in interface lucee.runtime.config.Config
-
- isFile() - Method in interface lucee.commons.io.res.Resource
-
Tests whether the file denoted by this abstract pathname is a normal
file.
- isFirst() - Method in class lucee.runtime.cfx.QueryWrap
-
- isFSCaseSensitive() - Method in interface lucee.runtime.util.SystemUtil
-
returns if the file system case sensitive or not
- isFunction(Object) - Method in interface lucee.runtime.util.Decision
-
- isGUid(Object) - Method in interface lucee.runtime.util.Decision
-
- isHex(String) - Method in interface lucee.runtime.util.Decision
-
tests if String value is Hex Value
- isHidden() - Method in interface lucee.commons.io.res.Resource
-
- isHidden() - Method in interface lucee.runtime.Mapping
-
- isHidden() - Method in interface lucee.runtime.schedule.ScheduleTask
-
- isIdentical(CFMLEngine) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- isInitalized() - Method in interface lucee.runtime.type.scope.Scope
-
return if the scope is Initialiesd
- isInstaneOf(String, Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
check if Class is instanceof a a other Class
- isInstaneOf(String, String) - Method in interface lucee.runtime.util.ClassUtil
-
- isInstaneOf(Class<?>, String) - Method in interface lucee.runtime.util.ClassUtil
-
check if Class is instanceof a a other Class
- isInstaneOf(Class<?>, Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
check if Class is instanceof a a other Class
- isInstaneOfIgnoreCase(Class<?>, String) - Method in interface lucee.runtime.util.ClassUtil
-
- isLambda(Object) - Method in interface lucee.runtime.util.Decision
-
- isLast() - Method in class lucee.runtime.cfx.QueryWrap
-
- isLeapYear(int) - Method in interface lucee.runtime.util.Decision
-
tests if year is a leap year
- isLifecycleTimeout() - Method in interface lucee.runtime.db.DatasourceConnection
-
is life cycle timeout
- isLinux() - Method in interface lucee.runtime.util.SystemUtil
-
- isLogEnabled() - Method in interface lucee.runtime.monitor.Monitor
-
- isMacOSX() - Method in interface lucee.runtime.util.SystemUtil
-
- isMailSpoolEnable() - Method in interface lucee.runtime.config.Config
-
- isModeSupported() - Method in interface lucee.commons.io.res.ResourceProvider
-
returns if the resource support mode for his resources
- isMonitoringEnabled() - Method in interface lucee.runtime.config.Config
-
- isNativeArray(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a native java array
- isNewerThan(Version, Version) - Static method in class lucee.loader.util.Util
-
check left value against right value
- isNulls() - Method in interface lucee.runtime.db.SQLItem
-
- isNumber(Object) - Method in interface lucee.runtime.util.Decision
-
tests if value is Numeric
- isNumber(String) - Method in interface lucee.runtime.util.Decision
-
tests if String value is Numeric
- isNumeric(Object) - Method in interface lucee.runtime.util.Decision
-
- isNumeric(String) - Method in interface lucee.runtime.util.Decision
-
- isObject(Object) - Method in interface lucee.runtime.util.Decision
-
returns if object is a CFML object
- isOfType(int, Throwable) - Method in interface lucee.runtime.util.Excepton
-
check if exception is of given type
- isOracle(Connection) - Method in interface lucee.runtime.util.DBUtil
-
checks if this is a oracle connection
- isORMEnabled() - Method in interface lucee.runtime.listener.ApplicationContext
-
- isPassByReference() - Method in interface lucee.runtime.type.FunctionArgument
-
- isPaused() - Method in interface lucee.runtime.schedule.ScheduleTask
-
- isPeristent() - Method in interface lucee.runtime.component.Property
-
- isPersistent() - Method in interface lucee.runtime.Component
-
is a persistent component (orm)
- isPhysicalFirst() - Method in interface lucee.runtime.Mapping
-
- isProxyEnableFor(String) - Method in interface lucee.runtime.config.Config
-
return if proxy is enabled or not
- isPublish() - Method in interface lucee.runtime.schedule.ScheduleTask
-
- isQuery(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a Query
- isReadable() - Method in interface lucee.commons.io.res.Resource
-
Tests whether the application can read the resource denoted by this
abstract pathname.
- isReadOnly() - Method in interface lucee.runtime.cache.CacheConnection
-
- isReadOnly() - Method in interface lucee.runtime.cfx.customtag.CFXTagClass
-
- isReadOnly() - Method in interface lucee.runtime.db.DataSource
-
- isReadOnly() - Method in interface lucee.runtime.extension.ExtensionProvider
-
is the extension readonly
- isReadOnly() - Method in interface lucee.runtime.lock.LockData
-
Deprecated.
- isReadonly() - Method in interface lucee.runtime.Mapping
-
- isReadOnly() - Method in interface lucee.runtime.net.mail.Server
-
- isRelated(Property) - Method in interface lucee.runtime.util.ORMUtil
-
- isRequired() - Method in interface lucee.runtime.component.Property
-
- isRequired() - Method in interface lucee.runtime.ext.tag.TagMetaDataAttr
-
Whether the attribute is required.
- isRequired() - Method in interface lucee.runtime.type.FunctionArgument
-
- isResolveURL() - Method in interface lucee.runtime.schedule.ScheduleTask
-
- isRuntimeExpressionValue() - Method in interface lucee.runtime.ext.tag.TagMetaDataAttr
-
Whether the attribute's value can be dynamically calculated at runtime.
- isSessionManagement() - Method in interface lucee.runtime.config.Config
-
- isSetClientCookies() - Method in interface lucee.runtime.listener.ApplicationContext
-
- isSetClientManagement() - Method in interface lucee.runtime.listener.ApplicationContext
-
- isSetDomainCookies() - Method in interface lucee.runtime.listener.ApplicationContext
-
- isSetSessionManagement() - Method in interface lucee.runtime.listener.ApplicationContext
-
- isShowVersion() - Method in interface lucee.runtime.config.Config
-
- isSimpleValue(Object) - Method in interface lucee.runtime.util.Decision
-
tests if value is a simple value (Number,String,Boolean,Date,Printable)
- isSimpleVariableName(String) - Method in interface lucee.runtime.util.Decision
-
- isSolaris() - Method in interface lucee.runtime.util.SystemUtil
-
- isSSL() - Method in interface lucee.runtime.net.mail.Server
-
- isStorage() - Method in interface lucee.runtime.cache.CacheConnection
-
- isStorage() - Method in interface lucee.runtime.db.DataSource
-
- isStruct(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a struct
- isSuppressWhitespace() - Method in interface lucee.runtime.config.Config
-
- isSystem() - Method in interface lucee.commons.io.res.Resource
-
- isSystemBundle(Bundle) - Static method in class lucee.loader.osgi.BundleUtil
-
- isTimeout() - Method in interface lucee.runtime.db.DatasourceConnection
-
- isTLS() - Method in interface lucee.runtime.net.mail.Server
-
- isTopLevel() - Method in interface lucee.runtime.Mapping
-
- isTrusted() - Method in interface lucee.runtime.Mapping
-
- isUNCPath(String) - Method in interface lucee.runtime.util.ResourceUtil
-
- isUnix() - Method in interface lucee.runtime.util.SystemUtil
-
- isUserDefinedFunction(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a binary
- isUUID(String) - Method in interface lucee.runtime.util.Decision
-
tests if String value is UUID Value
- isValid() - Method in interface lucee.runtime.cfx.customtag.CFXTagClass
-
- isValid(DataSource) - Method in interface lucee.runtime.orm.ORMSession
-
is session valid or not
- isValid() - Method in interface lucee.runtime.orm.ORMSession
-
- isValid() - Method in interface lucee.runtime.schedule.ScheduleTask
-
- isValid(double) - Method in interface lucee.runtime.util.Decision
-
Checks if number is valid (not infinity or NaN)
- isValidAccess(int) - Method in interface lucee.runtime.Component
-
check if value is a valid access modifier constant
- isValueSet() - Method in interface lucee.runtime.db.SQLItem
-
- isVariableName(String) - Method in interface lucee.runtime.util.Decision
-
- isWddx(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a WDDX Object
- isWildcard() - Method in interface lucee.runtime.component.ImportDefintion
-
- isWindows() - Method in interface lucee.runtime.util.SystemUtil
-
- isWrapperFor(Class<?>) - Method in class lucee.runtime.cfx.QueryWrap
-
- isWriteable() - Method in interface lucee.commons.io.res.Resource
-
Tests whether the application can modify the resource denoted by this
abstract pathname.
- isXML(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a XML Object
- isXMLDocument(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a XML Document Object
- isXMLElement(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a XML Element Object
- isXMLRootElement(Object) - Method in interface lucee.runtime.util.Decision
-
tests if object is a XML Root Element Object
- Iterator - Interface in lucee.runtime.type
-
Interface for a simple Iterator
- Iteratorable - Interface in lucee.runtime.type
-
interface that define that in a class a iterator is available
- save(PageContext, Object, boolean) - Method in interface lucee.runtime.orm.ORMSession
-
insert entity into datasource, even the entry already exist
- saveMapping() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- savepoint() - Method in interface lucee.runtime.db.DataSourceManager
-
- SCAN_MODE_INTERLACED - Static variable in interface lucee.runtime.video.VideoProfile
-
- SCAN_MODE_PROGRESSIV - Static variable in interface lucee.runtime.video.VideoProfile
-
- ScheduleException - Exception in lucee.runtime.schedule
-
Scheduler Exception
- ScheduleException(String) - Constructor for exception lucee.runtime.schedule.ScheduleException
-
constructor of the class
- Scheduler - Interface in lucee.runtime.schedule
-
Scheduler interface
- ScheduleTask - Interface in lucee.runtime.schedule
-
a single scheduler task
- scope(int) - Method in class lucee.runtime.PageContext
-
returns matching scope
- Scope - Interface in lucee.runtime.type.scope
-
abstract class for all scopes
- SCOPE_APPLICATION - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Application
- SCOPE_ARGUMENTS - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Arguments
- SCOPE_CALLER - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Caller
- SCOPE_CGI - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope CGI
- SCOPE_CLIENT - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Client
- SCOPE_CLUSTER - Static variable in interface lucee.runtime.type.scope.Scope
-
- SCOPE_COOKIE - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Cookie
- SCOPE_COUNT - Static variable in interface lucee.runtime.type.scope.Scope
-
- SCOPE_FORM - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Form
- SCOPE_LOCAL - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Local
- SCOPE_REQUEST - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Request
- SCOPE_SERVER - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Server
- SCOPE_SESSION - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Session
- SCOPE_SMALL - Static variable in interface lucee.runtime.config.Config
-
Define a small scope cascading
- SCOPE_STANDARD - Static variable in interface lucee.runtime.config.Config
-
Define a standart scope cascading (like other cf versions)
- SCOPE_STRICT - Static variable in interface lucee.runtime.config.Config
-
Define a strict scope cascading
- SCOPE_UNDEFINED - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Undefined
- SCOPE_URL - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope URL
- SCOPE_VAR - Static variable in interface lucee.runtime.type.scope.Scope
-
- SCOPE_VARIABLES - Static variable in interface lucee.runtime.type.scope.Scope
-
Scope Variables
- SCRIPT_PROTECT_ALL - Static variable in interface lucee.runtime.listener.ApplicationContext
-
- SCRIPT_PROTECT_CGI - Static variable in interface lucee.runtime.listener.ApplicationContext
-
- SCRIPT_PROTECT_COOKIE - Static variable in interface lucee.runtime.listener.ApplicationContext
-
- SCRIPT_PROTECT_FORM - Static variable in interface lucee.runtime.listener.ApplicationContext
-
- SCRIPT_PROTECT_NONE - Static variable in interface lucee.runtime.listener.ApplicationContext
-
- SCRIPT_PROTECT_URL - Static variable in interface lucee.runtime.listener.ApplicationContext
-
- ScriptConvertable - Interface in lucee.runtime.converter
-
Converter to convert Object to a String
- search(SearchData, Query, String, String, short, int, int, String, String[]) - Method in interface lucee.runtime.search.SearchCollection
-
search the collection
- SEARCH_TYPE_EXPLICIT - Static variable in interface lucee.runtime.search.SearchCollection
-
Field SEARCH_TYPE_EXPLICIT
- SEARCH_TYPE_SIMPLE - Static variable in interface lucee.runtime.search.SearchCollection
-
Field SEARCH_TYPE_SIMPLE
- SearchCollection - Interface in lucee.runtime.search
-
a Search Collection
- searchComponent(PageContext, PageSource, String, Boolean, Boolean, boolean, boolean) - Method in interface lucee.runtime.util.TemplateUtil
-
- SearchData - Interface in lucee.runtime.search
-
- SearchEngine - Interface in lucee.runtime.search
-
interface for a Search Engine
- SearchException - Exception in lucee.runtime.search
-
Search Exception
- SearchException(String) - Constructor for exception lucee.runtime.search.SearchException
-
constructor o the class
- SearchException(Exception) - Constructor for exception lucee.runtime.search.SearchException
-
- SearchIndex - Interface in lucee.runtime.search
-
- SearchInfo - Interface in lucee.runtime.search
-
- searchInterface(PageContext, PageSource, String, boolean) - Method in interface lucee.runtime.util.TemplateUtil
-
- searchPage(PageContext, PageSource, String, Boolean, Boolean) - Method in interface lucee.runtime.util.TemplateUtil
-
- SearchResulItem - Interface in lucee.runtime.search
-
a singl result item
- SearchResult - Interface in lucee.runtime.search
-
- secondaryCacheEnabled() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- SecurityManager - Interface in lucee.runtime.security
-
interface for Security Manager
- sendMessage(Map<?, ?>) - Method in interface lucee.runtime.gateway.Gateway
-
sends a message based on given data
- serialize() - Method in interface lucee.runtime.converter.ScriptConvertable
-
- serialize(Set<Object>) - Method in interface lucee.runtime.converter.ScriptConvertable
-
convert object to String
- serialize(Object) - Method in class lucee.runtime.PageContext
-
- Server - Interface in lucee.runtime.net.mail
-
DTO of a single Mailserver
- Server - Interface in lucee.runtime.type.scope
-
interface for scope server
- serverScope() - Method in class lucee.runtime.PageContext
-
- service(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in interface lucee.loader.engine.CFMLEngine
-
method to invoke the engine for a regular Lucee call
- service(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- service(HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.servlet.AMFServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.servlet.CFMLServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.servlet.FileServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.servlet.LuceeServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.servlet.RestServlet
-
- service(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in interface lucee.runtime.net.amf.AMFEngine
-
Main entry point for the AMF (Flex) Engine
- serviceAMF(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in interface lucee.loader.engine.CFMLEngine
-
method to invoke the engine for AMF
- serviceAMF(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- serviceCFML(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in interface lucee.loader.engine.CFMLEngine
-
method to invoke the engine for CFML
- serviceCFML(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- serviceFile(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in interface lucee.loader.engine.CFMLEngine
-
method to invoke the engine for a simple file
- serviceFile(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- serviceRest(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in interface lucee.loader.engine.CFMLEngine
-
method to invoke the engine for a Rest Requests
- serviceRest(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- ServletConfigImpl - Class in lucee.cli.servlet
-
- ServletConfigImpl(ServletContextImpl, String) - Constructor for class lucee.cli.servlet.ServletConfigImpl
-
- ServletContextImpl - Class in lucee.cli.servlet
-
- ServletContextImpl(File, Map<String, Object>, Map<String, String>, int, int) - Constructor for class lucee.cli.servlet.ServletContextImpl
-
- Session - Interface in lucee.runtime.type.scope
-
- SESSION_TYPE_APPLICATION - Static variable in interface lucee.runtime.config.Config
-
Field SESSION_TYPE_APPLICATION
- SESSION_TYPE_JEE - Static variable in interface lucee.runtime.config.Config
-
Field SESSION_TYPE_J2EE
- sessionScope() - Method in class lucee.runtime.PageContext
-
- set(PageContext, String, Object, CacheItem) - Method in interface lucee.runtime.cache.tag.CacheHandler
-
- set(long) - Method in interface lucee.runtime.debug.DebugPage
-
sets the execution time of the page
- set(Object, Collection.Key, Object) - Method in class lucee.runtime.PageContext
-
set property at a collection object
- set(PageContext, SQL, String, String, String, Object, Date) - Method in interface lucee.runtime.query.QueryCache
-
sets a Query to Cache
- set(String, Object) - Method in interface lucee.runtime.type.Collection
-
- set(Collection.Key, Object) - Method in interface lucee.runtime.type.Collection
-
sets a value to the collection
- set(PageContext, Collection.Key, Object) - Method in interface lucee.runtime.type.Objects
-
sets a property (Data Member) value of the object
- set(int, Object) - Method in interface lucee.runtime.type.QueryColumn
-
set method with a int as key
- set(PageContext, Object) - Method in interface lucee.runtime.type.ref.Reference
-
- set(PageContext, Object, String, Object) - Method in interface lucee.runtime.util.VariableUtil
-
- set(PageContext, Object, Collection.Key, Object) - Method in interface lucee.runtime.util.VariableUtil
-
- setAllowCompression(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setAllowImplicidQueryCall(boolean) - Method in interface lucee.runtime.type.scope.Undefined
-
- setAppendix(String) - Method in interface lucee.runtime.ext.tag.AppendixTag
-
sets the appendix of the tag
- setAppendix(String) - Method in interface lucee.runtime.servlet.jsp.TagPro
-
- setApplicationContext(ApplicationContext) - Method in class lucee.runtime.PageContext
-
- setApplicationExecution(boolean) - Method in class coldfusion.cfc.CFCProxy
-
- setApplicationTimeout(TimeSpan) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setArchive(boolean) - Method in interface lucee.commons.io.res.Resource
-
- setArgument(Object) - Method in interface lucee.runtime.type.scope.Argument
-
- setAspectRatio(int) - Method in interface lucee.runtime.video.VideoProfile
-
sets the aspectRatio (VideoOutput.ASPECT_RATIO_xxx)
- setAspectRatio(String) - Method in interface lucee.runtime.video.VideoProfile
-
- setAt(String, int, Object) - Method in interface lucee.runtime.type.Query
-
- setAt(Collection.Key, int, Object) - Method in interface lucee.runtime.type.Query
-
set a value at the defined position
- setAtEL(String, int, Object) - Method in interface lucee.runtime.type.Query
-
- setAtEL(Collection.Key, int, Object) - Method in interface lucee.runtime.type.Query
-
set a value at the defined position
- setAttribute(String, Object) - Method in class lucee.cli.servlet.ServletContextImpl
-
- setAttribute(short, boolean) - Method in interface lucee.commons.io.res.Resource
-
sets a attribute on the resource if supported otherwise it will ign
- setAttribute(Resource, String) - Method in interface lucee.runtime.util.ResourceUtil
-
sets a attribute to the resource
- setAudioBitrate(long) - Method in interface lucee.runtime.video.VideoProfile
-
- setAudioCodec(String) - Method in interface lucee.runtime.video.VideoProfile
-
- setAudioSamplerate(double) - Method in interface lucee.runtime.video.VideoProfile
-
- setAuthor(String) - Method in interface lucee.runtime.video.VideoOutput
-
sets a author to the output video
- setAutoFlush(boolean) - Method in class coldfusion.cfc.CFCProxy
-
- setBind(boolean) - Method in interface lucee.runtime.type.scope.Argument
-
sets if scope is binded to a other variable for using outside of a udf
- setBind(boolean) - Method in interface lucee.runtime.type.scope.BindScope
-
sets if scope is binded to a other variable for using outside of a udf
- setBind(boolean) - Method in interface lucee.runtime.type.scope.Variables
-
sets if scope is binded to a closure
- setBodyContent(BodyContent) - Method in class lucee.runtime.ext.tag.BodyTagSupport
-
- setBorderColor(String) - Method in class lucee.runtime.dump.DumpTable
-
- setBufferOutput(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setBufferSize(long) - Method in interface lucee.runtime.video.VideoProfile
-
- setCached(boolean) - Method in interface lucee.runtime.type.Query
-
sets if query is form cache or not
- setCachedWithin(int, Object) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setCacheType(String) - Method in interface lucee.runtime.type.Query
-
- setCatch(Throwable) - Method in class lucee.runtime.PageContext
-
sets a excption
- setCatch(PageException) - Method in class lucee.runtime.PageContext
-
- setCatch(PageException, boolean, boolean) - Method in class lucee.runtime.PageContext
-
- setCFOutputOnly(boolean) - Method in class lucee.runtime.PageContext
-
sets state of cfoutput only
- setCFOutputOnly(short) - Method in class lucee.runtime.PageContext
-
sets state of cfoutput only
- setCGIScopeReadonly(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setCharset(Charset) - Method in interface lucee.runtime.util.SystemUtil
-
- setClientCluster(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setClientstorage(String) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setClientTimeout(TimeSpan) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setClosed(boolean) - Method in interface lucee.runtime.spooler.SpoolerTask
-
- setColumnList(String[]) - Method in class coldfusion.xml.rpc.QueryBean
-
- setCommand(String, List<String>) - Method in interface lucee.runtime.video.VideoInput
-
- setCommand(String, String[]) - Method in interface lucee.runtime.video.VideoInput
-
- setComment(String) - Method in class lucee.runtime.dump.DumpTable
-
- setComment(String) - Method in interface lucee.runtime.video.VideoOutput
-
sets a comment to the output video
- setComponentMappings(Mapping[]) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setConfigListener(ConfigListener) - Method in interface lucee.runtime.config.ConfigServer
-
- setCookie(Collection.Key, Object, Object, boolean, String, String) - Method in interface lucee.runtime.type.scope.Cookie
-
Deprecated.
- setCookie(Collection.Key, Object, int, boolean, String, String) - Method in interface lucee.runtime.type.scope.Cookie
-
Deprecated.
- setCookie(Collection.Key, Object, Object, boolean, String, String, boolean, boolean, boolean) - Method in interface lucee.runtime.type.scope.Cookie
-
set a cookie value
- setCookie(Collection.Key, Object, int, boolean, String, String, boolean, boolean, boolean) - Method in interface lucee.runtime.type.scope.Cookie
-
set a cookie value
- setCookieEL(Collection.Key, Object, int, boolean, String, String) - Method in interface lucee.runtime.type.scope.Cookie
-
Deprecated.
- setCookieEL(Collection.Key, Object, int, boolean, String, String, boolean, boolean, boolean) - Method in interface lucee.runtime.type.scope.Cookie
-
set a cookie value
- setCopyright(String) - Method in interface lucee.runtime.video.VideoOutput
-
sets a copyright to the output video
- setCustomTagMappings(Mapping[]) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setData(Object[][]) - Method in class coldfusion.xml.rpc.QueryBean
-
- setData(int, int, String) - Method in interface com.allaire.cfx.Query
-
sets value at a defined position in Query
- setData(int, int, String) - Method in class lucee.runtime.cfx.QueryWrap
-
- setDataSources(DataSource[]) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setDefaultCacheName(int, String) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setDefaultDataSource(String) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setDefDataSource(Object) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setDetail(String) - Method in interface lucee.runtime.exp.IPageException
-
sets detailed error message
- setDetail(String) - Method in exception lucee.runtime.exp.PageServletException
-
- setDimension(int, int) - Method in interface lucee.runtime.video.VideoProfile
-
- setDynamicAttribute(String, String, Object) - Method in interface lucee.runtime.ext.tag.DynamicAttributes
-
- setDynamicAttribute(String, Collection.Key, Object) - Method in interface lucee.runtime.ext.tag.DynamicAttributes
-
- setE(int, Object) - Method in interface lucee.runtime.type.Array
-
set value at defined position
- setEL(int, Object) - Method in interface lucee.runtime.type.Array
-
set value at defined position, on error return null
- setEL(String, Object) - Method in interface lucee.runtime.type.Collection
-
- setEL(Collection.Key, Object) - Method in interface lucee.runtime.type.Collection
-
sets a value to the collection, if key doesn't exist, dont throw a
exception, returns null
- setEL(PageContext, Collection.Key, Object) - Method in interface lucee.runtime.type.Objects
-
sets a property (Data Member) value of the object
- setEL(int, Object) - Method in interface lucee.runtime.type.QueryColumn
-
setExpressionLess method with a int as key
- setEL(PageContext, Object) - Method in interface lucee.runtime.type.ref.Reference
-
- setEL(PageContext, Object, String, Object) - Method in interface lucee.runtime.util.VariableUtil
-
- setEL(PageContext, Object, Collection.Key, Object) - Method in interface lucee.runtime.util.VariableUtil
-
sets a value to the Object
- setEncoding(ApplicationContext, String) - Method in interface lucee.runtime.type.scope.Form
-
- setEncoding(ApplicationContext, String) - Method in interface lucee.runtime.type.scope.URL
-
- setEngine(CFMLEngine) - Method in class lucee.loader.engine.CFMLEngineWrapper
-
- setEntity(boolean) - Method in interface lucee.runtime.Component
-
- setEntry(ClusterEntry) - Method in interface lucee.runtime.type.scope.Cluster
-
- setErrorCode(String) - Method in interface lucee.runtime.exp.IPageException
-
sets the Error Code
- setErrorCode(String) - Method in exception lucee.runtime.exp.PageServletException
-
- setErrorPage(ErrorPage) - Method in class lucee.runtime.PageContext
-
sets the error page
- setException(String) - Method in interface lucee.runtime.err.ErrorPage
-
sets the exception attribute
- setExecutionTime(long) - Method in class lucee.runtime.PageContext
-
- setExecutionTime(long) - Method in interface lucee.runtime.type.Query
-
sets the execution Time of the query
- setExposeMessage(boolean) - Method in exception lucee.runtime.exp.PageException
-
- setExtendedInfo(String) - Method in interface lucee.runtime.exp.IPageException
-
sets extended info to the error
- setExtendedInfo(String) - Method in exception lucee.runtime.exp.PageServletException
-
- setFetchDirection(int) - Method in class lucee.runtime.cfx.QueryWrap
-
- setFetchSize(int) - Method in class lucee.runtime.cfx.QueryWrap
-
- setField(Object, String, Object) - Method in interface lucee.runtime.util.ClassUtil
-
assign a value to a visible Field of a object
- setFileLimitation(int) - Method in interface lucee.runtime.video.VideoOutput
-
- setFirst(Node, Node) - Method in interface lucee.runtime.util.XMLUtil
-
- setFirst(Node, Node) - Method in class lucee.runtime.util.XMLUtilImpl
-
- setFontColor(String) - Method in class lucee.runtime.dump.DumpTable
-
- setFormat(String) - Method in interface lucee.runtime.video.VideoOutput
-
- setFrameRate(int) - Method in interface lucee.runtime.video.VideoOutput
-
- setFramerate(double) - Method in interface lucee.runtime.video.VideoProfile
-
sets the framerate (default 25)
- setFunctionArgumentNames(Set<Collection.Key>) - Method in interface lucee.runtime.type.scope.Argument
-
- setFunctionScopes(Local, Argument) - Method in class lucee.runtime.PageContext
-
- setFunctionScopes(Local, Argument) - Method in interface lucee.runtime.type.scope.Undefined
-
sets the functions scopes
- setHeader(String, String) - Method in class lucee.runtime.PageContext
-
write a value to the header of the response
- setHeight(String) - Method in class lucee.runtime.dump.DumpTable
-
- setHidden(boolean) - Method in interface lucee.commons.io.res.Resource
-
- setHidden(boolean) - Method in interface lucee.runtime.schedule.ScheduleTask
-
- setHighLightColor(String) - Method in class lucee.runtime.dump.DumpTable
-
- setId(String) - Method in class lucee.runtime.dump.DumpTable
-
- setId(String) - Method in interface lucee.runtime.spooler.SpoolerTask
-
- setInitParameter(String, String) - Method in class lucee.cli.servlet.ServletContextImpl
-
- setKey(Collection.Key) - Method in interface lucee.runtime.type.scope.ClusterEntry
-
- setLabel(String) - Method in class lucee.runtime.CFMLFactory
-
- setLastAccessTime(long) - Method in interface lucee.runtime.PageSource
-
sets time last accessed page
- setLastAccessTime() - Method in interface lucee.runtime.PageSource
-
set time last accessed (now)
- setLastExecution(long) - Method in interface lucee.runtime.spooler.SpoolerTask
-
- setLastModified(long) - Method in interface lucee.commons.io.res.Resource
-
Sets the last-modified time of the file or directory named by this
abstract pathname.
- setLoadType(byte) - Method in class lucee.runtime.Page
-
- setLocale(Locale) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setLocale(Locale) - Method in class lucee.runtime.PageContext
-
- setLocale(String) - Method in class lucee.runtime.PageContext
-
- setLocalMode(int) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setLockTimeout(long) - Method in interface lucee.commons.io.res.ResourceLock
-
- setLoginStorage(int) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setLogLevel(int) - Method in interface lucee.commons.io.log.Log
-
- setMailto(String) - Method in interface lucee.runtime.err.ErrorPage
-
sets the mailto attribute
- setMappings(Mapping[]) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setMaxFrames(long) - Method in interface lucee.runtime.video.VideoOutput
-
- setMaxInactiveInterval(int) - Method in interface lucee.runtime.type.scope.storage.StorageScope
-
Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
- setMetaData(String, Object) - Method in interface lucee.runtime.servlet.jsp.TagPro
-
- setMode(int) - Method in interface lucee.commons.io.res.Resource
-
- setMode(int) - Method in interface lucee.runtime.listener.ApplicationListener
-
- setMode(int) - Method in interface lucee.runtime.type.scope.Undefined
-
sets mode of scope
- setNextExecution(long) - Method in interface lucee.runtime.schedule.ScheduleTask
-
- setNextExecution(long) - Method in interface lucee.runtime.spooler.SpoolerTask
-
- setNormalColor(String) - Method in class lucee.runtime.dump.DumpTable
-
- setNulls(boolean) - Method in interface lucee.runtime.db.SQLItem
-
- setOffset(double) - Method in interface lucee.runtime.video.VideoOutput
-
set time offset of the output file based on input file in seconds
- setORMConfiguration(ORMConfiguration) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setORMDatasource(String) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setORMDataSource(Object) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setORMEnabled(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setOutput(boolean) - Method in interface lucee.runtime.debug.Debugger
-
sets if toHTML print html output info or not
- setOutputLog(DebugOutputLog) - Method in interface lucee.runtime.debug.Debugger
-
- setPageContext(PageContext) - Method in class lucee.runtime.ext.tag.TagSupport
-
sets a Lucee PageContext
- setPageContext(PageContext) - Method in class lucee.runtime.ext.tag.TagSupport
-
- setPageSource(PageSource) - Method in class lucee.runtime.Page
-
- setParent(Tag) - Method in class lucee.runtime.ext.tag.TagSupport
-
- setPass(int) - Method in interface lucee.runtime.video.VideoProfile
-
- setPassword(String) - Method in interface lucee.runtime.net.proxy.ProxyData
-
- setPort(int) - Method in interface lucee.runtime.net.proxy.ProxyData
-
- setPosition(int) - Method in interface lucee.runtime.db.SQL
-
- setPrintWriter(int, PrintWriter) - Method in interface lucee.runtime.util.SystemUtil
-
set the printer writer for System.out or System.err
- setProperty(Property) - Method in interface lucee.runtime.Component
-
- setProperty(Object, String, Object) - Method in interface lucee.runtime.util.ClassUtil
-
assign a value to a visible Property (Field or Setter) of a object
- setPropertyEL(Object, String, Object) - Method in interface lucee.runtime.util.ClassUtil
-
assign a value to a visible Property (Field or Setter) of a object
- setPsq(boolean) - Method in class lucee.runtime.PageContext
-
sets if inside a query tag single quote will be preserved (preserve
single quote)
- setQueryStack(QueryStack) - Method in interface lucee.runtime.type.scope.Undefined
-
sets a individual query stack to the undefined scope
- setReadable(boolean) - Method in interface lucee.commons.io.res.Resource
-
- setReadOnly() - Method in interface lucee.commons.io.res.Resource
-
- setRef(String) - Method in class lucee.runtime.dump.DumpTable
-
- setRemoteUser(Credential) - Method in class lucee.runtime.PageContext
-
- setRequestTimeout(TimeSpan) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setRequestTimeout(long) - Method in class lucee.runtime.PageContext
-
- setResource(Resource) - Method in interface lucee.runtime.video.VideoOutput
-
- setResourceCharset(Charset) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setResources(Resources) - Method in interface lucee.commons.io.res.ResourceProvider
-
- setS3(Properties) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setScale(int) - Method in interface lucee.runtime.db.SQLItem
-
- setScanMode(int) - Method in interface lucee.runtime.video.VideoProfile
-
- setScope(Variables, Local, Argument, boolean) - Method in interface lucee.runtime.type.scope.Caller
-
sets the scopes
- setScopeCascading(short) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setScriptProtect(int) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setScriptProtecting(ApplicationContext, boolean) - Method in interface lucee.runtime.type.scope.Form
-
- setScriptProtecting(ApplicationContext, boolean) - Method in interface lucee.runtime.type.scope.URL
-
- setSecureJson(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSecureJsonPrefix(String) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSecuritySettings(String, String, int) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setServer(String) - Method in interface lucee.runtime.net.proxy.ProxyData
-
- setSessionCluster(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSessionstorage(String) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSessionTimeout(TimeSpan) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class lucee.cli.servlet.ServletContextImpl
-
- setSessionType(short) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSetClientCookies(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSetClientManagement(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSetDomainCookies(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSetSessionManagement(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSilent() - Method in class lucee.runtime.PageContext
-
sets the pagecontext silent
- setSQLString(String) - Method in interface lucee.runtime.db.SQL
-
- setStorage(String) - Method in interface lucee.runtime.type.scope.storage.StorageScope
-
sets the name of the storage used, this is not the storage type!
- setSuggestionQuery(String) - Method in interface lucee.runtime.search.SearchData
-
- setSuppressContent(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setSystem(boolean) - Method in interface lucee.commons.io.res.Resource
-
- setTagAttributeDefaultValues(PageContext, Struct) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setTemplate(PageSource) - Method in interface lucee.runtime.err.ErrorPage
-
sets the template attribute
- setThisScope(Map) - Method in class coldfusion.cfc.CFCProxy
-
- setThreadScope(String, Threads) - Method in class lucee.runtime.PageContext
-
- setThreadScope(Collection.Key, Threads) - Method in class lucee.runtime.PageContext
-
- setTime(long) - Method in interface lucee.runtime.type.scope.ClusterEntry
-
- setTimeZone(TimeZone) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setTimeZone(TimeZone) - Method in class lucee.runtime.PageContext
-
- setTitle(String) - Method in class lucee.runtime.dump.DumpTable
-
- setTitle(String) - Method in interface lucee.runtime.video.VideoOutput
-
sets a title to the output video
- setTracePointer(int) - Method in interface lucee.runtime.exp.IPageException
-
- setTracePointer(int) - Method in exception lucee.runtime.exp.PageServletException
-
- setTriggerComponentDataMember(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setType(int) - Method in interface lucee.runtime.db.SQLItem
-
- setType(short) - Method in interface lucee.runtime.err.ErrorPage
-
- setType(String) - Method in interface lucee.runtime.video.VideoProfile
-
set the type of the output format (see constants "TYPE_xxx" of this
class)
- setTypeAsString(String) - Method in interface lucee.runtime.err.ErrorPage
-
- setTypeChecking(boolean) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setUpdateLocation(URL) - Method in interface lucee.runtime.config.ConfigServer
-
- setUpdateLocation(String) - Method in interface lucee.runtime.config.ConfigServer
-
- setUpdateLocation(String, URL) - Method in interface lucee.runtime.config.ConfigServer
-
- setUpdateType(String) - Method in interface lucee.runtime.config.ConfigServer
-
- setUsername(String) - Method in interface lucee.runtime.net.proxy.ProxyData
-
- setValid(boolean) - Method in interface lucee.runtime.schedule.ScheduleTask
-
- setValue(boolean) - Method in interface lucee.commons.lang.types.RefBoolean
-
- setValue(double) - Method in interface lucee.commons.lang.types.RefDouble
-
- setValue(int) - Method in interface lucee.commons.lang.types.RefInteger
-
- setValue(long) - Method in interface lucee.commons.lang.types.RefLong
-
- setValue(String) - Method in interface lucee.commons.lang.types.RefString
-
- setValue(Object) - Method in interface lucee.runtime.db.SQLItem
-
- setValue(Serializable) - Method in interface lucee.runtime.type.scope.ClusterEntry
-
- setValue(TimeZone, PreparedStatement, int, SQLItem) - Method in interface lucee.runtime.util.DBUtil
-
Deprecated.
- setValue(PageContext, TimeZone, PreparedStatement, int, SQLItem) - Method in interface lucee.runtime.util.DBUtil
-
fill a SQLItem to into a PreparedStatement
- setVariable(String, String) - Method in class com.allaire.cfx.DebugResponse
-
- setVariable(String, String) - Method in interface com.allaire.cfx.Response
-
sets a variable to response
- setVariable(String, Object) - Method in class lucee.runtime.PageContext
-
sets a value by string syntax ("scopename.key.key" "url.name")
- setVariableScope(Variables) - Method in interface lucee.runtime.type.scope.Undefined
-
change the variable scope
- setVariablesScope(Variables) - Method in class lucee.runtime.PageContext
-
set a other variable scope
- setVideoBitrate(long) - Method in interface lucee.runtime.video.VideoProfile
-
set video bitrate in kbit/s (default 200)
- setVideoBitrateMax(long) - Method in interface lucee.runtime.video.VideoProfile
-
set max video bitrate tolerance (in kbit/s)
- setVideoBitrateMin(long) - Method in interface lucee.runtime.video.VideoProfile
-
set min video bitrate tolerance (in kbit/s)
- setVideoBitrateTolerance(long) - Method in interface lucee.runtime.video.VideoProfile
-
set video bitrate tolerance (in kbit/s)
- setVideoCodec(String) - Method in interface lucee.runtime.video.VideoProfile
-
- setWebCharset(Charset) - Method in interface lucee.runtime.listener.ApplicationContext
-
- setWidth(String) - Method in class lucee.runtime.dump.DumpTable
-
- setWritable(boolean) - Method in interface lucee.commons.io.res.Resource
-
- setWSType(short) - Method in interface lucee.runtime.listener.ApplicationContext
-
- SharedScope - Interface in lucee.runtime.type.scope
-
scope that is used for multiple requests, attention scope can be used from
muliple threads ad same state, make no internal state!
- similarKeyMessage(Collection.Key[], String, String, String, String, boolean) - Method in interface lucee.runtime.util.Excepton
-
- size() - Method in interface lucee.commons.io.cache.CacheEntry
-
the size of the object
- size(PageContext) - Method in interface lucee.runtime.cache.tag.CacheHandler
-
- size(PageContext) - Method in interface lucee.runtime.cache.tag.CacheHandlerCollection
-
- size() - Method in class lucee.runtime.cfx.QueryWrap
-
- size(int) - Method in interface lucee.runtime.Component
-
- size() - Method in interface lucee.runtime.engine.ThreadQueue
-
- size(PageContext) - Method in interface lucee.runtime.query.QueryCache
-
- size() - Method in interface lucee.runtime.type.Collection
-
- skipCFCWithError() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- SMTPException - Exception in lucee.runtime.net.mail
-
SMTP Exception
- SMTPException(String) - Constructor for exception lucee.runtime.net.mail.SMTPException
-
constructor of the class
- sort(Collection.Key, int) - Method in class lucee.runtime.cfx.QueryWrap
-
- sort(Collection.Key) - Method in class lucee.runtime.cfx.QueryWrap
-
- sort(String, int) - Method in class lucee.runtime.cfx.QueryWrap
-
- sort(String) - Method in class lucee.runtime.cfx.QueryWrap
-
- sort(String, String) - Method in interface lucee.runtime.type.Array
-
- sort(String) - Method in interface lucee.runtime.type.Query
-
- sort(Collection.Key) - Method in interface lucee.runtime.type.Query
-
sorts a query by a column, direction is asc
- sort(String, int) - Method in interface lucee.runtime.type.Query
-
- sort(Collection.Key, int) - Method in interface lucee.runtime.type.Query
-
sorts a query by a column
- sort(String, String, String, String) - Method in interface lucee.runtime.util.ListUtil
-
sorts a string list
- sortIgnoreEmpty(String, String, String, String) - Method in interface lucee.runtime.util.ListUtil
-
sorts a string list
- sortIt(Comparator) - Method in interface lucee.runtime.type.Array
-
- SpoolerEngine - Interface in lucee.runtime.spooler
-
- SpoolerTask - Interface in lucee.runtime.spooler
-
- SQL - Interface in lucee.runtime.db
-
represent a SQL Statment
- SQLItem - Interface in lucee.runtime.db
-
a Item of a SQL Statement
- start(BundleContext) - Method in class lucee.loader.osgi.BundleActivatorImpl
-
- start(CFMLEngineFactory, List<Bundle>) - Static method in class lucee.loader.osgi.BundleUtil
-
- start(CFMLEngineFactory, Bundle) - Static method in class lucee.loader.osgi.BundleUtil
-
- start(Bundle) - Static method in class lucee.loader.osgi.BundleUtil
-
- start(int, String) - Method in interface lucee.runtime.engine.ExecutionLog
-
- start(Bundle) - Method in interface lucee.runtime.util.ClassUtil
-
- startIfNecessary(CFMLEngineFactory, Bundle) - Static method in class lucee.loader.osgi.BundleUtil
-
- STARTING - Static variable in interface lucee.runtime.gateway.Gateway
-
- startsWithIgnoreCase(String, String) - Method in interface lucee.runtime.util.Strings
-
- STATE_ALPHA - Static variable in interface lucee.Info
-
- STATE_BETA - Static variable in interface lucee.Info
-
- STATE_FINAL - Static variable in interface lucee.Info
-
- STATE_RC - Static variable in interface lucee.Info
-
- staticScope() - Method in interface lucee.runtime.Component
-
- STATUS_OK - Static variable in interface lucee.runtime.util.HTTPUtil
-
Field STATUS_OK
- stop(BundleContext) - Method in class lucee.loader.osgi.BundleActivatorImpl
-
- stop(Thread) - Method in interface lucee.runtime.util.SystemUtil
-
- stop(PageContext, Throwable, Log) - Method in interface lucee.runtime.util.SystemUtil
-
- STOPPED - Static variable in interface lucee.runtime.gateway.Gateway
-
- STOPPING - Static variable in interface lucee.runtime.gateway.Gateway
-
- StorageScope - Interface in lucee.runtime.type.scope.storage
-
scope that can be stored, in a storage
- store(Config) - Method in interface lucee.runtime.type.scope.storage.StorageScope
-
store content on persistent layer
- str(PageContext, int, int) - Method in class lucee.runtime.Page
-
- StringConverter - Interface in lucee.runtime.converter
-
- Strings - Interface in lucee.runtime.util
-
- Struct - Interface in lucee.runtime.type
-
- subject() - Method in interface lucee.runtime.spooler.SpoolerTask
-
returns a short info to the task
- SuggestionItem - Interface in lucee.runtime.search
-
- supportsGetGeneratedKeys() - Method in interface lucee.runtime.db.DatasourceConnection
-
- SystemUtil - Interface in lucee.runtime.util
-
- TagMetaData - Interface in lucee.runtime.ext.tag
-
- TagMetaDataAttr - Interface in lucee.runtime.ext.tag
-
- TagPro - Interface in lucee.runtime.servlet.jsp
-
- TagSupport - Class in lucee.runtime.ext.tag
-
Implementation of the Tag
- TagSupport() - Constructor for class lucee.runtime.ext.tag.TagSupport
-
- Task - Interface in lucee.runtime.spooler
-
- TemplateUtil - Interface in lucee.runtime.util
-
- terminated() - Method in class lucee.runtime.thread.ChildThread
-
this method is invoked when thread is terminated by user interaction
- Test - Class in lucee.intergral.fusiondebug.server
-
- Test() - Constructor for class lucee.intergral.fusiondebug.server.Test
-
- test(ConfigWeb) - Method in interface lucee.runtime.video.VideoExecuter
-
- threadCall(PageContext, int) - Method in class lucee.runtime.Page
-
- ThreadQueue - Interface in lucee.runtime.engine
-
- Threads - Interface in lucee.runtime.type.scope
-
- throwCatch() - Method in class lucee.runtime.PageContext
-
return throwed exception
- Time - Class in lucee.runtime.type.dt
-
time interface
- Time(long) - Constructor for class lucee.runtime.type.dt.Time
-
constructor of the class
- Time() - Constructor for class lucee.runtime.type.dt.Time
-
constructor of the class
- TimeSpan - Interface in lucee.runtime.type.dt
-
defines a time span
- to(String, Object, boolean) - Method in interface lucee.runtime.util.Cast
-
cast to given type
- toArray() - Method in interface lucee.runtime.type.Array
-
- toArray(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Array Object
- toArray(Object, Array) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Array Object
- toArray(String, String) - Method in interface lucee.runtime.util.ListUtil
-
casts a list to Array object
- toArray(String, String, boolean, boolean) - Method in interface lucee.runtime.util.ListUtil
-
- toArrayClass(Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
return a array Class based on the given Class (opposite from
Class.getComponentType())
- toArrayRemoveEmpty(String, String) - Method in interface lucee.runtime.util.ListUtil
-
casts a list to Array object remove Empty Elements
- toArrayTrim(String, String) - Method in interface lucee.runtime.util.ListUtil
-
casts a list to Array object, remove all empty items at start and end of
the list
- toBase64(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Base64 value
- toBase64(Object, String) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Base64 value
- toBigDecimal(Object) - Method in interface lucee.runtime.util.Cast
-
- toBigDecimal(Object, BigDecimal) - Method in interface lucee.runtime.util.Cast
-
- toBinary(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Binary
- toBinary(Object, byte[]) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Binary
- toBlob(Connection, Object) - Method in interface lucee.runtime.util.DBUtil
-
create a blog Object
- toBoolean() - Method in interface lucee.commons.lang.types.RefBoolean
-
- toBoolean(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a Boolean Object(reference type)
- toBoolean(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a Boolean Object(reference type)
- toBoolean(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a Boolean Object(reference type)
- toBoolean(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Boolean Object(reference type)
- toBoolean(String) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Boolean Object(reference type)
- toBoolean(Object, Boolean) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a boolean value (refrence type), Exception Less
- toBoolean(String, Boolean) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a boolean value (refrence type), Exception Less
- toBooleanValue() - Method in interface lucee.commons.lang.types.RefBoolean
-
- toBooleanValue(String) - Static method in class lucee.loader.util.Util
-
- toBooleanValue(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a boolean value (do nothing)
- toBooleanValue(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a boolean value (primitive value type)
- toBooleanValue(char) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a boolean value (primitive value type)
- toBooleanValue(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a boolean value (primitive value type)
- toBooleanValue(Object, boolean) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a boolean value (primitive value type), Exception Less
- toBooleanValue(String) - Method in interface lucee.runtime.util.Cast
-
cast a String to a boolean value (primitive value type)
- toBooleanValue(String, boolean) - Method in interface lucee.runtime.util.Cast
-
cast a String to a boolean value (primitive value type), return 1 for
true, 0 for false and -1 if can't cast to a boolean type
- toBufferedInputStream(InputStream) - Static method in class lucee.loader.util.Util
-
- toBufferedInputStream(InputStream) - Method in interface lucee.runtime.util.IO
-
- toBufferedOutputStream(OutputStream) - Static method in class lucee.loader.util.Util
-
- toBufferedOutputStream(OutputStream) - Method in interface lucee.runtime.util.IO
-
- toBufferedReader(Reader) - Method in interface lucee.runtime.util.IO
-
- toByte(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a Byte Object(reference type)
- toByte(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a Byte Object(reference type)
- toByte(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a Byte Object(reference type)
- toByte(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Byte Object(reference type)
- toByte(Object, Byte) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Byte Object(reference type)
- toBytes(Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
- toBytes(String) - Method in interface lucee.runtime.video.VideoUtil
-
- toByteValue(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a byte value
- toByteValue(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a byte value (primitive value type)
- toByteValue(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a byte value (do nothing)
- toByteValue(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a byte value (primitive value type)
- toByteValue(Object, byte) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a byte value (primitive value type)
- toCalendar(long, TimeZone, Locale) - Method in interface lucee.runtime.util.Cast
-
- toCharacter(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a Character Object(reference type)
- toCharacter(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a Character Object(reference type)
- toCharacter(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a Character Object(reference type)
- toCharacter(Object, Character) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Character Object(reference type)
- toCharacter(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Character Object(reference type)
- toCharset(String) - Method in interface lucee.runtime.util.Cast
-
- toCharset(String, Charset) - Method in interface lucee.runtime.util.Cast
-
- toCharValue(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a char value
- toCharValue(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a char value (primitive value type)
- toCharValue(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a char value (do nothing)
- toCharValue(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a char value (primitive value type)
- toCharValue(Object, char) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a char value (primitive value type)
- toClob(Connection, Object) - Method in interface lucee.runtime.util.DBUtil
-
create a clob Object
- toCollection(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Collection
- toCollection(Object, Collection) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Collection, if not returns null
- toColor(Object) - Method in interface lucee.runtime.util.Cast
-
cast to a color object
- toComponent(Object) - Method in interface lucee.runtime.util.Cast
-
- toComponent(Object, Component) - Method in interface lucee.runtime.util.Cast
-
- toComponentType(Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
- toDate(boolean, TimeZone) - Method in interface lucee.runtime.util.Cast
-
cast a boolean to a DateTime Object
- toDate(char, TimeZone) - Method in interface lucee.runtime.util.Cast
-
cast a char to a DateTime Object
- toDate(double, TimeZone) - Method in interface lucee.runtime.util.Cast
-
cast a double to a DateTime Object
- toDate(Object, TimeZone) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a DateTime Object
- toDate(String, TimeZone) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a DateTime Object
- toDate(Object, boolean, TimeZone, DateTime) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a DateTime Object
- toDate(String, boolean, TimeZone, DateTime) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a DateTime Object
- toDate(Locale, String, TimeZone) - Method in interface lucee.runtime.util.Cast
-
parse a string to a Datetime Object
- toDate(Locale, String, TimeZone, DateTime) - Method in interface lucee.runtime.util.Cast
-
parse a string to a Datetime Object, returns null if can't convert
- toDateTime(Object, TimeZone) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a DateTime Object
- toDateTime(Object, TimeZone, DateTime) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a DateTime Object
- toDatetime(Object, TimeZone) - Method in interface lucee.runtime.util.Cast
-
Deprecated.
- toDecimal(Object) - Method in interface lucee.runtime.util.Cast
-
cast a double to a decimal value (String:xx.xx)
- toDecimal(Object, String) - Method in interface lucee.runtime.util.Cast
-
cast a double to a decimal value (String:xx.xx)
- toDecimal(char) - Method in interface lucee.runtime.util.Cast
-
cast a char to a decimal value (String:xx.xx)
- toDecimal(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean to a decimal value (String:xx.xx)
- toDecimal(double) - Method in interface lucee.runtime.util.Cast
-
cast a double to a decimal value (String:xx.xx)
- toDialect(String) - Method in class lucee.runtime.CFMLFactory
-
- toDouble() - Method in interface lucee.commons.lang.types.RefDouble
-
- toDouble() - Method in interface lucee.commons.lang.types.RefInteger
-
- toDouble(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Double Object (reference Type)
- toDouble(Object, Double) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Double Object (reference Type)
- toDouble(String) - Method in interface lucee.runtime.util.Cast
-
cast a String to a Double Object (reference Type)
- toDouble(String, Double) - Method in interface lucee.runtime.util.Cast
-
cast a String to a Double Object (reference Type)
- toDouble(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a Double Object (reference Type)
- toDouble(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a Double Object (reference Type)
- toDouble(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a Double Object (reference Type)
- toDoubleValue() - Method in interface lucee.commons.lang.types.RefDouble
-
- toDoubleValue() - Method in interface lucee.commons.lang.types.RefInteger
-
- toDoubleValue() - Method in class lucee.runtime.type.dt.DateTime
-
- toDoubleValue(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a double value (primitive value Type)
- toDoubleValue(String) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a double value (primitive value Type)
- toDoubleValue(Object, double) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a double value (primitive value Type)
- toDoubleValue(String, double) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a double value (primitive value Type), if can't return
Double.NaN
- toDoubleValue(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a double value (do nothing)
- toDoubleValue(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a double value (primitive value type)
- toDoubleValue(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a double value (primitive value type)
- toDumpData(PageContext, int, DumpProperties) - Method in class lucee.runtime.cfx.QueryWrap
-
- toDumpData(PageContext, int, DumpProperties, int) - Method in interface lucee.runtime.Component
-
- toDumpData(PageContext, int, DumpProperties) - Method in interface lucee.runtime.dump.Dumpable
-
method to print out information to a object as HTML
- toDumpData(PageContext, int, DumpProperties) - Method in exception lucee.runtime.exp.PageServletException
-
- toDumpTable(Struct, String, PageContext, int, DumpProperties) - Method in interface lucee.runtime.util.Cast
-
- toExactResource(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
transalte the path of the file to a existing file path by changing case
of letters
Works only on Linux, becasue
Example Unix:
we have a existing file with path "/usr/virtual/myFile.txt"
now you call this method with path "/Usr/Virtual/myfile.txt"
the result of the method will be "/usr/virtual/myFile.txt"
if there are more file with rhe same name but different cases
Example:
/usr/virtual/myFile.txt
/usr/virtual/myfile.txt
/Usr/Virtual/myFile.txt
the nearest case wil returned
- toFile(Object) - Method in interface lucee.runtime.util.Cast
-
convert a object to a File
- toFile(Object, File) - Method in interface lucee.runtime.util.Cast
-
convert a object to a File
- toFloat(Object) - Method in interface lucee.runtime.util.Cast
-
- toFloat(Object, Float) - Method in interface lucee.runtime.util.Cast
-
- toFloatValue(Object) - Method in interface lucee.runtime.util.Cast
-
- toFloatValue(Object, float) - Method in interface lucee.runtime.util.Cast
-
- toFrameworkBundleParent(String) - Static method in class lucee.loader.osgi.BundleUtil
-
- toHashString() - Method in interface lucee.runtime.db.SQL
-
- toHerz(String) - Method in interface lucee.runtime.video.VideoUtil
-
- toHTTPTimeString(Date) - Static method in class lucee.loader.util.Util
-
- toHTTPTimeString() - Static method in class lucee.loader.util.Util
-
- toInputSource(Resource, Charset) - Method in interface lucee.runtime.util.XMLUtil
-
- toInputSource(Object) - Method in interface lucee.runtime.util.XMLUtil
-
- toInputSource(Resource, Charset) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toInputSource(PageContext, Object) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toInputSource(PageContext, String) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toInputSource(PageContext, String, boolean) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toInputSource(Object) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toInt() - Method in interface lucee.commons.lang.types.RefInteger
-
- toInteger() - Method in interface lucee.commons.lang.types.RefInteger
-
- toInteger(boolean) - Method in interface lucee.runtime.util.Cast
-
casts a boolean to a Integer
- toInteger(char) - Method in interface lucee.runtime.util.Cast
-
casts a char to a Integer
- toInteger(double) - Method in interface lucee.runtime.util.Cast
-
casts a double to a Integer
- toInteger(Object) - Method in interface lucee.runtime.util.Cast
-
casts a Object to a Integer
- toInteger(Object, Integer) - Method in interface lucee.runtime.util.Cast
-
casts a Object to a Integer
- toIntValue(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a int value (primitive value type)
- toIntValue(Object, int) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a int value (primitive value type)
- toIntValue(String) - Method in interface lucee.runtime.util.Cast
-
cast a String to a int value (primitive value type)
- toIntValue(String, int) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a double value (primitive value Type), if can't return
Integer.MIN_VALUE
- toIntValue(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a int value (primitive value type)
- toIntValue(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a int value (primitive value type)
- toIntValue(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a int value (primitive value type)
- toIOException(Throwable) - Method in interface lucee.runtime.util.Excepton
-
- toIterator(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Iterator or get Iterator from Object
- toKey(Object) - Method in interface lucee.runtime.util.Cast
-
- toKey(String) - Method in interface lucee.runtime.util.Cast
-
- toKey(Object, Collection.Key) - Method in interface lucee.runtime.util.Cast
-
- toKey(Object) - Method in interface lucee.runtime.util.Decision
-
- toKey(Object, Collection.Key) - Method in interface lucee.runtime.util.Decision
-
- toList() - Method in interface lucee.runtime.type.Array
-
- toList(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Array Object
- toList(Object, List) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Array Object
- toList(Object, boolean) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Array Object
- toList(Object, boolean, List) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Array Object
- toList(String[], String) - Method in interface lucee.runtime.util.ListUtil
-
convert a string array to string list
- toList(Collection.Key[], String) - Method in interface lucee.runtime.util.ListUtil
-
- toList(Array, String) - Method in interface lucee.runtime.util.ListUtil
-
convert Array Object to string list
- toList(List<?>, String) - Method in interface lucee.runtime.util.ListUtil
-
- toList(Set<String>) - Method in interface lucee.runtime.util.ListUtil
-
- toList(String[]) - Method in interface lucee.runtime.util.ListUtil
-
- toListEL(List<String>, String) - Method in interface lucee.runtime.util.ListUtil
-
input is already a String List, so no casting necessary
- toListRemoveEmpty(String, char) - Method in interface lucee.runtime.util.ListUtil
-
- toListTrim(String[], String) - Method in interface lucee.runtime.util.ListUtil
-
convert a string array to string list, removes empty values at begin and
end of the list
- toLocale(String) - Method in interface lucee.runtime.util.Cast
-
casts a string to a Locale
- toLocale(String, Locale) - Method in interface lucee.runtime.util.Cast
-
casts a string to a Locale
- toLong() - Method in interface lucee.commons.lang.types.RefLong
-
- toLong(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a Long Object(reference type)
- toLong(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a Long Object(reference type)
- toLong(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a Long Object(reference type)
- toLong(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Long Object(reference type)
- toLong(Object, Long) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Long Object(reference type)
- toLongValue() - Method in interface lucee.commons.lang.types.RefLong
-
- toLongValue(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a long value
- toLongValue(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a long value (primitive value type)
- toLongValue(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a long value (do nothing)
- toLongValue(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a long value (primitive value type)
- toLongValue(Object, long) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a long value (primitive value type)
- toMap(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Map Object
- toMap(Object, Map) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Map Object
- toMap(Object, boolean) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Map Object
- toMap(Object, boolean, Map) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Map Object
- toMillis(String) - Method in interface lucee.runtime.video.VideoUtil
-
- toNativeArray(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a "native" Java Array
- toNativeArray(Object, Object[]) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a "native" Java Array
- toNode(Object) - Method in interface lucee.runtime.util.XMLUtil
-
- toNode(Object) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toNull(Object) - Method in interface lucee.runtime.util.Cast
-
casts a Object to null
- toNull(Object, Object) - Method in interface lucee.runtime.util.Cast
-
casts a Object to null
- toPageException(Throwable) - Method in interface lucee.runtime.util.Cast
-
cast a Throwable Object to a PageException Object
- toPageRuntimeException(Throwable) - Method in interface lucee.runtime.util.Cast
-
cast a Throwable Object to a PageRuntimeException Object
(RuntimeException)
- toPageSource(Resource, PageSource) - Method in class lucee.runtime.PageContext
-
- toPattern() - Method in interface lucee.commons.io.cache.CacheFilter
-
a string pattern of the filter, this is used when the filtering is made
natively by the implementation
- toQuery(PageContext, Object, String) - Method in interface lucee.runtime.orm.ORMSession
-
- toQuery(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Query Object
- toQuery(Object, Query) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Query Object
- toQuery(Object, boolean) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Query Object
- toQuery(Object, boolean, Query) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Query Object
- toQueryString() - Method in interface lucee.runtime.config.Identification
-
- toRef(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a reference type (Object), in that case this method to
nothing, because a Object is already a reference type
- toRef(String) - Method in interface lucee.runtime.util.Cast
-
cast a String to a reference type (Object), in that case this method to
nothing, because a String is already a reference type
- toRef(Collection) - Method in interface lucee.runtime.util.Cast
-
cast a Collection to a reference type (Object), in that case this method
to nothing, because a Collection is already a reference type
- toRef(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to his (CFML) reference type String
- toRef(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to his (CFML) reference type Boolean
- toRef(byte) - Method in interface lucee.runtime.util.Cast
-
cast a byte value to his (CFML) reference type Boolean
- toRef(short) - Method in interface lucee.runtime.util.Cast
-
cast a short value to his (CFML) reference type Integer
- toRef(int) - Method in interface lucee.runtime.util.Cast
-
cast a int value to his (CFML) reference type Integer
- toRef(float) - Method in interface lucee.runtime.util.Cast
-
cast a float value to his (CFML) reference type Float
- toRef(long) - Method in interface lucee.runtime.util.Cast
-
cast a long value to his (CFML) reference type Long
- toRef(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to his (CFML) reference type Double
- toReferenceClass(Class<?>) - Method in interface lucee.runtime.util.ClassUtil
-
convert a primitive Class Type to a Reference Type (Example: int to
java.lang.Integer)
- toResource(Object) - Method in interface lucee.runtime.util.Cast
-
convert a object to a Resource
- toResource(Object, Resource) - Method in interface lucee.runtime.util.Cast
-
convert a object to a Resource
- toResourceExisting(PageContext, String) - Method in interface lucee.runtime.util.ResourceUtil
-
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current
position (get from PageContext)
file must exist otherwise throw exception
- toResourceExistingParent(PageContext, String) - Method in interface lucee.runtime.util.ResourceUtil
-
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current
position (get from PageContext)
at least parent must exist
- toResourceExistingParent(PageContext, String, boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
cast a String (argumet destination) to a File Object,
if destination is not a absolute, file object will be relative to current
position (get from PageContext)
at least parent must exist
- toResourceNotExisting(PageContext, String) - Method in interface lucee.runtime.util.ResourceUtil
-
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current
position (get from PageContext)
existing file is prefered but dont must exist
- toResourceNotExisting(PageContext, String, boolean, boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
- toSerializable(Object) - Method in interface lucee.runtime.util.Cast
-
cast Object to a Serializable Object
- toSerializable(Object, Serializable) - Method in interface lucee.runtime.util.Cast
-
cast Object to a Serializable Object
- toSet(String, String, boolean) - Method in interface lucee.runtime.util.ListUtil
-
- toSet(String[]) - Method in interface lucee.runtime.util.ListUtil
-
- toShort(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a Short Object(reference type)
- toShort(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a Short Object(reference type)
- toShort(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a Byte Object(reference type)
- toShort(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Short Object(reference type)
- toShort(Object, Short) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Short Object(reference type)
- toShortValue(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a short value
- toShortValue(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a short value (primitive value type)
- toShortValue(char) - Method in interface lucee.runtime.util.Cast
-
cast a char value to a short value (do nothing)
- toShortValue(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a short value (primitive value type)
- toShortValue(Object, short) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a short value (primitive value type)
- toSQL(String, SQLItem[]) - Method in interface lucee.runtime.util.DBUtil
-
- toSQLItem(Object, int) - Method in interface lucee.runtime.util.DBUtil
-
- toSqlType(SQLItem) - Method in interface lucee.runtime.util.DBUtil
-
converts the value defined inside a SQLItem to the type defined in stat
item
- toSQLType(String) - Method in interface lucee.runtime.util.DBUtil
-
cast a String SQL Type to type defined in java.sql.Types
- toString(InputStream) - Static method in class lucee.loader.engine.CFMLEngineFactorySupport
-
read String data from a InputStream and returns it as String Object
- toString(InputStream) - Static method in class lucee.loader.util.Util
-
- toString() - Method in class lucee.runtime.cfx.QueryWrap
-
- toString(PageContext, DumpData, boolean) - Method in interface lucee.runtime.dump.DumpWriter
-
cast dumpdata to a string
- toString(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a String
- toString(Object, String) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a String dont throw a exception, if can't cast to a
string return a empty string
- toString(double) - Method in interface lucee.runtime.util.Cast
-
cast a double value to a String
- toString(long) - Method in interface lucee.runtime.util.Cast
-
cast a long value to a String
- toString(int) - Method in interface lucee.runtime.util.Cast
-
cast a int value to a String
- toString(boolean) - Method in interface lucee.runtime.util.Cast
-
cast a boolean value to a String
- toString(SQLItem) - Method in interface lucee.runtime.util.DBUtil
-
Cast a SQL Item to a String (Display) Value
- toString(InputStream, Charset) - Method in interface lucee.runtime.util.IO
-
converts a InputStream to a String
- toString(Resource, Charset) - Method in interface lucee.runtime.util.IO
-
reads the content of a Resource
- toString(byte[], Charset) - Method in interface lucee.runtime.util.IO
-
converts a byte array to a String
- toString(Reader) - Method in interface lucee.runtime.util.IO
-
reads readers data as String
- toString(Resource, String) - Method in interface lucee.runtime.util.ResourceUtil
-
Deprecated.
- toString(Resource, Charset) - Method in interface lucee.runtime.util.ResourceUtil
-
- toString(Node, boolean, boolean, String, String, String) - Method in interface lucee.runtime.util.XMLUtil
-
- toString(NodeList, boolean, boolean) - Method in interface lucee.runtime.util.XMLUtil
-
- toString(Node, String) - Method in interface lucee.runtime.util.XMLUtil
-
- toString(Node, boolean, boolean, String, String, String) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toString(NodeList, boolean, boolean) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toString(Node, String) - Method in class lucee.runtime.util.XMLUtilImpl
-
- toStringArray(Array) - Method in interface lucee.runtime.util.ListUtil
-
cast a Object Array to a String Array
- toStringArray(Set<String>) - Method in interface lucee.runtime.util.ListUtil
-
- toStringArray(List<String>) - Method in interface lucee.runtime.util.ListUtil
-
- toStringArray(Array, String) - Method in interface lucee.runtime.util.ListUtil
-
cast a Object Array to a String Array
- toStringArray(String, String) - Method in interface lucee.runtime.util.ListUtil
-
- toStringArrayTrim(Array) - Method in interface lucee.runtime.util.ListUtil
-
cast a Object Array to a String Array and trim all values
- toStringType(int) - Method in interface lucee.runtime.util.DBUtil
-
cast a type defined in java.sql.Types to String SQL Type
- toStruct() - Method in interface lucee.runtime.net.s3.Properties
-
- toStruct() - Method in interface lucee.runtime.orm.ORMConfiguration
-
- toStruct(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Struct Object
- toStruct(Object, Struct) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Struct Object
- toStruct(Object, Struct, boolean) - Method in interface lucee.runtime.util.Cast
-
- toStruct() - Method in interface lucee.runtime.video.VideoInfo
-
returns the information as Struct
- toTimespan(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a TimeSpan Object (alias for toTimeSpan)
- toTimespan(Object, TimeSpan) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a TimeSpan Object (alias for toTimeSpan)
- toTimespan(long) - Method in interface lucee.runtime.util.Cast
-
convert milliseconds to a timespan
- toTimeZone(Object) - Method in interface lucee.runtime.util.Cast
-
- toTimeZone(Object, TimeZone) - Method in interface lucee.runtime.util.Cast
-
- toTypeName(Object) - Method in interface lucee.runtime.util.Cast
-
return the type name of a object (string, boolean, int aso.), type is not
same like class name
- touch(Object, Collection.Key) - Method in class lucee.runtime.PageContext
-
touch a new property, if property doesn't existset a Struct, otherwise do
nothing
- touch(PageContext) - Method in interface lucee.runtime.type.ref.Reference
-
create it when not exist
- touch() - Method in interface lucee.runtime.type.scope.Application
-
sets the last access timestamp to now
- touch() - Method in interface lucee.runtime.type.scope.Session
-
sets the last access timestamp to now
- touch() - Method in interface lucee.runtime.type.scope.storage.StorageScope
-
- touch(Resource) - Method in interface lucee.runtime.util.ResourceUtil
-
similar to linux bash fuction touch, create file if not exist otherwise
change last modified date
- touchAfterRequest(PageContext) - Method in interface lucee.runtime.type.scope.SharedScope
-
release scope only for current request, scope will be used again
- touchBeforeRequest(PageContext) - Method in interface lucee.runtime.type.scope.SharedScope
-
Initalize Scope only for this request, scope was already used
- touchEL(PageContext) - Method in interface lucee.runtime.type.ref.Reference
-
create it when not exist
- toURI(String) - Method in interface lucee.runtime.util.HTTPUtil
-
- toURI(String, int) - Method in interface lucee.runtime.util.HTTPUtil
-
- toURL(String, int) - Method in interface lucee.runtime.util.HTTPUtil
-
- toURL(String, int, boolean) - Method in interface lucee.runtime.util.HTTPUtil
-
- toURL(String) - Method in interface lucee.runtime.util.HTTPUtil
-
cast a string to a url
- toUUId(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a UUID
- toUUId(Object, Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a UUID
- toVariableName(String, boolean) - Static method in class lucee.loader.util.Util
-
- toVariableName(Object) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Variable Name
- toVariableName(Object, String) - Method in interface lucee.runtime.util.Cast
-
cast a Object to a Variable Name
- toVariableName(Object, Object) - Method in interface lucee.runtime.util.Cast
-
Deprecated.
- toVariableName(String, boolean, boolean) - Method in interface lucee.runtime.util.Strings
-
- toVersion(String, Version) - Static method in class lucee.loader.engine.CFMLEngineFactorySupport
-
cast a lucee string version to a int version
- toVoid(Object) - Method in interface lucee.runtime.util.Cast
-
cast a value to void (Empty String)
- toVoid(Object, Object) - Method in interface lucee.runtime.util.Cast
-
cast a value to void (Empty String)
- TP - Class in lucee.loader
-
Simple class only used the load local classloader
- TP() - Constructor for class lucee.loader.TP
-
- trace(String, String) - Method in interface lucee.commons.io.log.Log
-
log level trace
- transform(InputSource, InputSource, Map<String, Object>) - Method in interface lucee.runtime.util.XMLUtil
-
transform a XML Object to a other format, with help of a XSL Stylesheet
- transform(Document, InputSource, Map<String, Object>) - Method in interface lucee.runtime.util.XMLUtil
-
transform a XML Document to a other format, with help of a XSL Stylesheet
- transform(InputSource, InputSource, Map<String, Object>) - Method in class lucee.runtime.util.XMLUtilImpl
-
- transform(Document, InputSource, Map<String, Object>) - Method in class lucee.runtime.util.XMLUtilImpl
-
- translatePath(String, boolean, boolean) - Method in interface lucee.runtime.util.ResourceUtil
-
- translatePathName(String) - Method in interface lucee.runtime.util.ResourceUtil
-
- tries() - Method in interface lucee.runtime.spooler.SpoolerTask
-
returns how many tries to send are already done
- trim(String[]) - Method in interface lucee.runtime.util.ListUtil
-
trims a string array, removes all empty array positions at the start and
the end of the array
- trim(String, String, boolean) - Method in interface lucee.runtime.util.ListUtil
-
trims a string list, remove all empty delimiter at start and the end
- trimItems(String[]) - Method in interface lucee.runtime.util.ListUtil
-
trim every single item of the array
- trimItems(Array) - Method in interface lucee.runtime.util.ListUtil
-
trim every single item of the array
- TRUE - Static variable in class lucee.runtime.Page
-
- TYPE_4XM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_8BPS - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_AAC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_AASC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ABORT - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_ABORT
- TYPE_ABORT_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_ABORT_EXP
- TYPE_AC3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ACCESS_READ - Static variable in interface lucee.runtime.security.SecurityManager
-
- TYPE_ACCESS_WRITE - Static variable in interface lucee.runtime.security.SecurityManager
-
- TYPE_ACTION - Static variable in interface lucee.runtime.monitor.Monitor
-
- TYPE_ADPCM_4XM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_ADX - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_CT - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_EA - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_IMA_DK3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_IMA_DK4 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_IMA_QT - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_IMA_SMJPEG - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_IMA_WAV - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_IMA_WS - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_MS - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_SBPRO_2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_SBPRO_3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_SBPRO_4 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_SWF - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_XA - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ADPCM_YAMAHA - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ALAC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_AMR_NB - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_AMR_WB - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_APPLICATION_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_APPLICATION_EXP
- TYPE_ASV1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ASV2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_AVS - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_BMP - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_CACHE - Static variable in interface lucee.runtime.security.SecurityManager
-
- TYPE_CAMSTUDIO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_CAMTASIA - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_CASTER_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_CASTER_EXP
- TYPE_CFX_SETTING - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_CFX_SETTING
- TYPE_CFX_USAGE - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_CFX_USAGE
- TYPE_CINEPAK - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_CLASSIC - Static variable in interface lucee.runtime.listener.ApplicationListener
-
- TYPE_CLJR - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_COOK - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_CUSTOM - Static variable in interface lucee.runtime.search.SearchIndex
-
Field TYPE_CUSTOM
- TYPE_CUSTOM_TAG - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_CUSTOM_TAG
- TYPE_CUSTOM_TYPE_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_CUSTOM_TYPE_EXP
- TYPE_CYUV - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_DATABASE_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_DATABASE_EXP
- TYPE_DATASOURCE - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_DATASOURCE
- TYPE_DEBUG - Static variable in interface lucee.runtime.debug.DebugTrace
-
- TYPE_DEBUGGING - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_DEBUGGING
- TYPE_DIR - Static variable in interface lucee.runtime.util.ResourceUtil
-
Field TYPE_DIR
- TYPE_DIRECT_JAVA_ACCESS - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_DIRECT_JAVA_ACCESS
- TYPE_DVBSUB - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_DVDSUB - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_DVVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ERROR - Static variable in interface lucee.runtime.debug.DebugTrace
-
- TYPE_EXCEPTION - Static variable in interface lucee.runtime.err.ErrorPage
-
- TYPE_EXCLUSIVE - Static variable in interface lucee.runtime.lock.LockManager
-
Field TYPE_EXCLUSIVE
- TYPE_EXPRESSION_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_EXPRESSION_EXP
- TYPE_FATAL - Static variable in interface lucee.runtime.debug.DebugTrace
-
- TYPE_FFV1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_FFVHUFF - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_FILE - Static variable in interface lucee.runtime.search.SearchIndex
-
Field TYPE_FILE
- TYPE_FILE - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_FILE
- TYPE_FILE - Static variable in interface lucee.runtime.util.ResourceUtil
-
Field TYPE_FILE
- TYPE_FLAC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_FLIC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_FLV - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_FRAPS - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_FUNCTION_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_FUNCTION_EXP
- TYPE_G726 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_GATEWAY - Static variable in interface lucee.runtime.security.SecurityManager
-
- TYPE_H261 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_H263 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_H263I - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_H263P - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_H264 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_HUFFYUV - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_IDCINVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_INDEO2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_INDEO3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_INFO - Static variable in interface lucee.runtime.debug.DebugTrace
-
- TYPE_INTERPLAY_DPCM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_INTERPLAYVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_INTERVAL - Static variable in interface lucee.runtime.monitor.Monitor
-
- TYPE_INTERVALL - Static variable in interface lucee.runtime.monitor.Monitor
-
Deprecated.
- TYPE_JPEGLS - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_KMVC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_LINKED - Static variable in interface lucee.runtime.type.Struct
-
- TYPE_LJPEG - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_LOCK_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_LOCK_EXP
- TYPE_LOCO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MACE3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MACE6 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MAIL - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_MAIL
- TYPE_MAPPING - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_MAPPING
- TYPE_MDEC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MISSING_INCLUDE_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_MISSING_INCLUDE_EXP
- TYPE_MIXED - Static variable in interface lucee.runtime.listener.ApplicationListener
-
- TYPE_MJPEG - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MJPEGB - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MMVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MODERN - Static variable in interface lucee.runtime.listener.ApplicationListener
-
- TYPE_MP2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MP3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MP3ADU - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MP3ON4 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MPEG1VIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MPEG2VIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MPEG4 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MPEG4AAC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MPEGVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MSMPEG4 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MSMPEG4V1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MSMPEG4V2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MSRLE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MSVIDEO1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_MSZH - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_NATIVE_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_NATIVE_EXP
- TYPE_NONE - Static variable in interface lucee.runtime.listener.ApplicationListener
-
- TYPE_NUV - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ORM - Static variable in interface lucee.runtime.security.SecurityManager
-
- TYPE_PAM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PATH - Static variable in interface lucee.runtime.search.SearchIndex
-
Field TYPE_PATH
- TYPE_PBM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_ALAW - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_MULAW - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_S16BE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_S16LE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_S24BE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_S24DAUD - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_S24LE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_S32BE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_S32LE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_S8 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_U16BE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_U16LE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_U24BE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_U24LE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_U32BE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_U32LE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PCM_U8 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PGM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PGMYUV - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PNG - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_PPM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_QDM2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_QDRAW - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_QPEG - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_QTRLE - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_RAWVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_READONLY - Static variable in interface lucee.runtime.lock.LockManager
-
Field TYPE_READONLY
- TYPE_REAL_144 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_REAL_288 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_REGULAR - Static variable in interface lucee.runtime.type.Struct
-
- TYPE_REMOTE - Static variable in interface lucee.runtime.security.SecurityManager
-
- TYPE_REQUEST - Static variable in interface lucee.runtime.err.ErrorPage
-
- TYPE_REQUEST - Static variable in interface lucee.runtime.monitor.Monitor
-
- TYPE_ROQ_DPCM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ROQVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_RPZA - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_RV10 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_RV20 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SCHEDULED_TASK - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_SCHEDULED_TASK
- TYPE_SEARCH - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_SEARCH
- TYPE_SECURITY_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_SECURITY_EXP
- TYPE_SETTING - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_SETTING
- TYPE_SHORTEN - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SMACKAUD - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SMACKVID - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SMC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SNOW - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SOFT - Static variable in interface lucee.runtime.type.Struct
-
- TYPE_SOL_DPCM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SONIC - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SONICLS - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SP5X - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SVQ1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SVQ3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_SYNC - Static variable in interface lucee.runtime.type.Struct
-
- TYPE_TAG_EXECUTE - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_TAG_EXECUTE
- TYPE_TAG_IMPORT - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_TAG_IMPORT
- TYPE_TAG_OBJECT - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_TAG_OBJECT
- TYPE_TAG_REGISTRY - Static variable in interface lucee.runtime.security.SecurityManager
-
Field TYPE_TAG_REGISTRY
- TYPE_TEMPLATE_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_TEMPLATE_EXP
- TYPE_THEORA - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_TRACE - Static variable in interface lucee.runtime.debug.DebugTrace
-
- TYPE_TRUEMOTION1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_TRUEMOTION2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_TRUESPEECH - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_TTA - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ULTIMOTION - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_UNDEFINED - Static variable in interface lucee.runtime.type.Struct
-
- TYPE_URL - Static variable in interface lucee.runtime.search.SearchIndex
-
Field TYPE_URL
- TYPE_VALIDATION - Static variable in interface lucee.runtime.err.ErrorPage
-
- TYPE_VC9 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_VCR1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_VMDAUDIO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_VMDVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_VORBIS - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_VP3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_VQAVIDEO - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_WARN - Static variable in interface lucee.runtime.debug.DebugTrace
-
- TYPE_WEAKED - Static variable in interface lucee.runtime.type.Struct
-
- TYPE_WMAV1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_WMAV2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_WMV1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_WMV2 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_WNV1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_WS_SND1 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_XAN_DPCM - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_XAN_WC3 - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_XL - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_XML_EXP - Static variable in interface lucee.runtime.util.Excepton
-
Field TYPE_XML_EXP
- TYPE_XVID - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ZLIB - Static variable in interface lucee.runtime.video.VideoProfile
-
- TYPE_ZMBV - Static variable in interface lucee.runtime.video.VideoProfile
-
- typeEqual(String) - Method in interface lucee.runtime.exp.IPageException
-
compare error type as String
- typeEqual(String) - Method in exception lucee.runtime.exp.PageServletException
-