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
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
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

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 3mo ago
Copy link
Edit on GitHub