Ticket #419 (closed enhancement: fixed)

Opened 1 month ago

Last modified 1 month ago

onMissingAction() convention - Create virtual events if necessary on a per handler basis

Reported by: lmajano Assigned to: lmajano
Priority: normal Milestone: 2.6.0
Component: Architecture Version:
Severity: normal Keywords:
Cc:

Description

You can create a new implicit convention on your event handlers called onMissingAction. The format of such an event is the following:

<!--- onMissingAction --->
<cffunction name="onMissingAction" access="public" returntype="void" output="false" hint="on missing action">
        <cfargument name="Event" type="coldbox.system.beans.requestContext" required="yes">
    <cfargument name="missingAction" required="true" type="string" hint="">


</cffunction>

Change History

04/15/08 23:42:48 changed by lmajano

  • status changed from new to closed.
  • type changed from defect to enhancement.
  • resolution set to fixed.

Copyright 2006 ColdBox Framework by Luis Majano