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.
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.
- Application.cfc guide How to create and configure the Application.cfc
- Component Mappings How to define and use component mappings in Lucee.
- Define a mapping All about the different mappings in Lucee and how to use them.
- JavaSettings in Application.cfc, Components and CFConfig.json Guide on configuring Java settings in Lucee using Application.cfc, including loading Java libraries from Maven
- Update current Application Context How to update your Application settings, after they have been defined in Application.cfc.