Application
Functions
- ApplicationPathCacheClear() flush the application.[cfc|cfm] path cache
- ApplicationStartTime() Provides information about the time when the current application scope was created.
- ApplicationStop() stops the current application context
- GetApplicationMetadata() return all data from this scope, when using an application.cfc or all setting defined in tag cfapplication
- GetApplicationSettings() return all data from this scope, when using an application.cfc or all setting defined in tag cfapplication
- RestInitApplication() Registers the directory path with the service mapping provided. If no service mapping is provided, the application name is used. If the rest application is already registered, it is refreshed.
Tags
- Application.cfc / <cfapplication> Defines a CFML Application and configures the properties / behavior of that Application
Guides
- Adding Caches via Application.cfc How to add per-application caches via Application.cfc in Lucee.
- Create an Application.cfc How to create and configure the Application.cfc
- Define a mapping All about the different mappings in Lucee and how to use them.
- Event Handling in Application.cfc An overview of event handling functions in Application.cfc for Lucee.
- Event Handling in Application.cfc An overview of event handling functions in Application.cfc for Lucee.
- Mail Listeners Mail Listeners can be configured to fire before and after sending an email.
- Update current Application Context How to update your Application settings, after they have been defined in Application.cfc
- Update current Application Context How to update your Application settings, after they have been defined in Application.cfc.