Ticket #388 (closed enhancement: fixed)

Opened 2 months ago

Last modified 1 month ago

Custom Application Conventions now configurable from the coldbox.xml

Reported by: lmajano Assigned to: lmajano
Priority: normal Milestone: 2.6.0
Component: Coldbox.xml Version:
Severity: normal Keywords:
Cc:

Description

The custom conventions for:

  • Default Event Action
  • Handlers Location
  • Views Location
  • Layouts Location
  • Plugins Location

where only configurable per coldbox installation. This version will support them as a per application also. You can define a new structure in your configuration:

  • Conventions

Then just add the elements mentioned above. More conventions can be added in the future. For now those are good enough.

<Conventions>
 <EventAction />
 <HandlersLocation />
 <PluginsLocation />
 <ViewsLocation />
 <LayoutsLocation />
</Conventions>

Change History

04/02/08 03:07:13 changed by lmajano

  • status changed from new to closed.
  • resolution set to fixed.

Copyright 2006 ColdBox Framework by Luis Majano