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

C

Cache - Interface in lucee.commons.io.cache
 
Cache2 - Interface in lucee.commons.io.cache
 
CACHE_DEFAULT_FUNCTION - Static variable in interface lucee.runtime.config.Config
 
CACHE_DEFAULT_INCLUDE - Static variable in interface lucee.runtime.config.Config
 
CACHE_DEFAULT_NONE - Static variable in interface lucee.runtime.config.Config
 
CACHE_DEFAULT_OBJECT - Static variable in interface lucee.runtime.config.Config
 
CACHE_DEFAULT_QUERY - Static variable in interface lucee.runtime.config.Config
 
CACHE_DEFAULT_RESOURCE - Static variable in interface lucee.runtime.config.Config
 
CACHE_DEFAULT_TEMPLATE - Static variable in interface lucee.runtime.config.Config
 
CacheConnection - Interface in lucee.runtime.cache
 
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
 
CacheInfo - Interface in lucee.commons.io.cache
 
CacheKeyFilter - 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) - 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
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
Deprecated.
use instead callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
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
Deprecated.
use instead callFunctionWithoutNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args)
callFunctionWithoutNamedValues(PageContext, Object, Collection.Key, Object[]) - Method in interface lucee.runtime.util.VariableUtil
call a Function (UDF, Method) without Named Values
callWithNamedValues(PageContext, String, Struct) - Method in interface lucee.runtime.Component
call a method of the component with named arguments
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
can(int, String) - 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, String) - 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
 
canRead() - Method in interface lucee.commons.io.res.Resource
Deprecated.
use instead #isReadable()
canWrite() - Method in interface lucee.commons.io.res.Resource
Deprecated.
use instead #isWriteable()
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
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
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
 
CFMLServlet - Class in lucee.loader.servlet
 
CFMLServlet() - Constructor for class lucee.loader.servlet.CFMLServlet
 
CFMLServlet - Class in railo.loader.servlet
Deprecated.
use instead lucee.loader.servlet.CFMLServlet
CFMLServlet() - Constructor for class railo.loader.servlet.CFMLServlet
Deprecated.
 
CFObject - Interface in lucee.runtime
 
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
 
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(Config, 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
 
clean() - Method in interface lucee.runtime.lock.LockManager
 
clear() - Method in interface lucee.commons.io.cache.Cache2
clears the complete Cache
clear() - Method in class lucee.runtime.dump.DumpTable
clear all data set in the HTMLBox
clear() - Method in interface lucee.runtime.engine.ThreadQueue
 
clear() - Method in interface lucee.runtime.net.ftp.FTPPool
clears all connection from pool
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
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() - Method in class lucee.runtime.PageContext
Close the response stream.
closed() - Method in interface lucee.runtime.spooler.SpoolerTask
 
closeEL(InputStream, OutputStream) - Static method in class lucee.loader.util.Util
close inputstream without a Exception
closeEL(InputStream) - Static method in class lucee.loader.util.Util
close inputstream without a Exception
closeEL(Reader) - Static method in class lucee.loader.util.Util
close reader without a Exception
closeEL(Writer) - Static method in class lucee.loader.util.Util
close reader without a Exception
closeEL(OutputStream) - Static method in class lucee.loader.util.Util
close outputstream without a Exception
Closer - Class in lucee.cli
 
Closer(Registry, CLIInvokerImpl, String, long) - Constructor for class lucee.cli.Closer
 
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
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
Deprecated.
use instead compile(PageSource pageSource)
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
 
ComponentScope - Interface in lucee.runtime
 
concat(String, String) - Method in interface lucee.runtime.util.Operation
concat to Strings
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
 
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
ContentType - Interface in lucee.commons.io.res
 
contractPath(PageContext, String) - Method in interface lucee.runtime.util.ResourceUtil
 
convert(ConfigWeb, VideoInput[], VideoOutput, VideoProfile) - Method in interface lucee.runtime.video.VideoExecuter
 
ConverterException - Exception in lucee.runtime.converter
Exception throwed by a Converter
ConverterException(String) - Constructor for exception lucee.runtime.converter.ConverterException
constructor of the Exception
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.util.Util
copy a inputstream to a outputstream
copy(InputStream, OutputStream, boolean, boolean) - Static method in class lucee.loader.util.Util
 
copy(Resource, Resource) - Static method in class lucee.loader.util.Util
 
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
create() - Method in interface lucee.runtime.search.SearchCollection
create a collection
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
createCasterException(String) - Method in interface lucee.runtime.util.Excepton
create exception "CasterException"
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
createCustomTypeException(String, String, String, String) - Method in interface lucee.runtime.util.Excepton
Deprecated.
use instead createCustomTypeException(String message, String detail, String errorcode, String customType, String extendedInfo);
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.
createDocument() - Method in interface lucee.runtime.util.Creation
creates and returns a xml Document instance
createDocument(Resource, boolean) - Method in interface lucee.runtime.util.Creation
creates and returns a xml Document instance
createDocument(String, boolean) - Method in interface lucee.runtime.util.Creation
creates and returns a xml Document instance
createDocument(InputStream, boolean) - Method in interface lucee.runtime.util.Creation
creates and returns a xml Document instance
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.
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
Deprecated.
use instead createFunctionException(PageContext pc,String functionName, int badArgumentPosition, String badArgumentName, String message, String detail))
createFunctionException(PageContext, String, int, String, String, String) - Method in interface lucee.runtime.util.Excepton
create exception "FunctionException"
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
createLockException(String, String, String) - Method in interface lucee.runtime.util.Excepton
create exception "LockException"
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
Deprecated.
use instead #createFile(boolean)
createPageContext(HttpServletRequest, HttpServletResponse, OutputStream) - Method in interface lucee.runtime.util.Creation
 
createQuery(String[], int, String) - Method in interface lucee.runtime.util.Creation
Deprecated.
usse instead createQuery(Collection.Key[] columns, int rows, String name)
createQuery(Collection.Key[], int, String) - Method in interface lucee.runtime.util.Creation
creates a query object with given data
createQuery(DatasourceConnection, SQL, int, String) - Method in interface lucee.runtime.util.Creation
createQuery(DatasourceConnection, SQL, int, int, int, 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
 
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"
createStruct() - Method in interface lucee.runtime.util.Creation
creates and returns a struct instance
createStruct(int) - Method in interface lucee.runtime.util.Creation
 
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"
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
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"
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 (String-> ignore case)
CustomTag - Interface in com.allaire.cfx
Alternative Implementation of Jeremy Allaire's CustomTag Interface
cutRowsTo(int) - Method in interface lucee.runtime.type.QueryColumn
cuts row to defined size
A B C D E F G H I J K L M N O P Q R S T U V W Z _