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

O

Objects - Interface in lucee.runtime.type
Hold a native or wild object, to use id inside lucee runtime
onApplicationEnd(CFMLFactory, String) - Method in interface lucee.runtime.listener.ApplicationListener
this method will be called when a application scope ends
onApplicationStart(PageContext) - Method in interface lucee.runtime.listener.ApplicationListener
this method will be called when a new application context starts
onDebug(PageContext) - Method in interface lucee.runtime.listener.ApplicationListener
called after "onRequestEnd" to generate debugging output, will only be called when debugging is enabled
onError(PageContext, PageException) - Method in interface lucee.runtime.listener.ApplicationListener
this method will be called if server has a error (exception) not throwed by a try-catch block
onLoadWebContext(ConfigServer, ConfigWeb) - Method in interface lucee.runtime.config.ConfigListener
this method will be caled when a web context will be loaded
onRequest(PageContext, PageSource, RequestListener) - Method in interface lucee.runtime.listener.ApplicationListener
this method will be called the application self
onServerEnd() - Method in interface lucee.runtime.listener.ApplicationListener
this method will be called when the server shutdown correctly (no crashes)
onServerStart() - Method in interface lucee.runtime.listener.ApplicationListener
this method will be called when a server starts
onSessionEnd(CFMLFactory, String, String) - Method in interface lucee.runtime.listener.ApplicationListener
this method will be called when a session ends
onSessionStart(PageContext) - Method in interface lucee.runtime.listener.ApplicationListener
this method will be called when a new session starts
onTimeout(PageContext) - Method in interface lucee.runtime.listener.ApplicationListener
will be called when server is run int a timeout
onUpdate(CFMLEngine) - Method in class lucee.loader.engine.CFMLEngineWrapper
 
onUpdate(CFMLEngine) - Method in interface lucee.loader.engine.EngineChangeListener
will be called whene there is a change oon the engine
onUpdate(CFMLEngine) - Method in class lucee.loader.servlet.LuceeServlet
 
onUpdate(CFMLEngine) - Method in class lucee.runtime.net.flex.LuceeAdapter
 
Operation - Interface in lucee.runtime.util
class to compare objects and primitive value types
OPERATION_HTTP_REQUEST - Static variable in interface lucee.runtime.schedule.ScheduleTask
Field OPERATION_HTTP_REQUEST
optimize() - Method in interface lucee.runtime.search.SearchCollection
optimize a Collection
ORDER_ASC - Static variable in interface lucee.runtime.type.Query
Constant ORDER_ASC, used for method sort
ORDER_DESC - Static variable in interface lucee.runtime.type.Query
Constant ORDER_DESC, used for method sort
ORIGINAL_CASE - Static variable in class lucee.runtime.net.flex.LuceeAdapter
 
ORMConfiguration - Interface in lucee.runtime.orm
 
outputEnd() - Method in class lucee.runtime.PageContext
ends a cfoutput block
outputStart() - Method in class lucee.runtime.PageContext
starts a cfoutput block
A B C D E F G H I J K L M N O P Q R S T U V W Z _