There are many interception points that occur during an MVC and Remote life cycle in a ColdBox application. We highly encourage you to follow our flow diagrams in our ColdBox Overview section so you can see where in the life cycle these events fire. Also remember that each event can pass a data structure that can be used in your application.
Loading...
Loading...
Loading...
Interception Point
Intercept Structure
Description
preModuleLoad
{moduleLocation, moduleName}
This occurs before any module is loaded in the system
postModuleLoad
{moduleLocation, moduleName, moduleConfig}
This occurs after a module has been loaded in the system
preModuleUnload
{moduleName}
This occurs before a module is unloaded from the system
postModuleUnload
{moduleName}
This occurs after a module has been unloaded from the system
Loading...