ColdBox HMVC Documentation
7.x
SourceNewsSupportTraining
Search…
⌃K
Links
7.x
Introduction
Intro
Release History
About This Book
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Models
Interceptors
How do they work?
Interceptor Declaration
Interceptor Registration
Dynamic Registration
Core Interception Points
Application Life Cycle Events
Object Creating Events
Layout-View Events
Module Events
CacheBox Events
Restricting Execution
Interceptor Output Buffer
Custom Events
Unregistering Interceptors
Reporting Methods
Interceptor Asynchronicity
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Scheduled Tasks
Architecture Concepts
What is MVC
What is ColdBox
How ColdBox Works
Testing Concepts
External links
Source code
Issue tracker
LogBox
CacheBox
WireBox
Powered By GitBook

Core Interception Points

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.
Previous
Dynamic Registration
Next
Application Life Cycle Events
Last modified 3mo ago
Copy link
Edit on GitHub