ColdBox HMVC Documentation
7.x
DocsSourceSupportTraining
Search
⌃K
Links
Introduction
For Newbies
60 Minute Quick Start
Getting Started Guide
Getting Started
Installation
Application Templates
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Models
Interceptors
HMVC
Modules
Core Modules
Locations
Parent Configuration
Module Layout
Module Service
ModuleConfig
Module Event Executions
URL Routing
Module Async Scheduling
Request Context Module Methods
Layout and View Renderings
Models
Module CF Mappings
Module Dependencies
Module Helpers
Module Bundles
Module Inception
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
ColdBox Scheduled Tasks
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Architecture Concepts
How ColdBox Works
Powered By GitBook

Module CF Mappings

Every module can tell ColdBox what ColdFusion mapping to register for it that points to the module root location on disk when deployed. This is a huge feature for portability and the ability to influence the ColdFusion mappings for you via ColdBox. Just create a this.cfmapping property in your ModuleConfig.cfc:
this.cfmapping = "cbstore";
Previous
Models
Next
Module Dependencies
Last modified 6mo ago
Export as PDF
Copy link
Edit on GitHub