Ticket #368 (closed enhancement: fixed)

Opened 10 months ago

Last modified 10 months ago

Dynamic Injector - A new framework class to permit mixin udf's into any cfc.

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

Description

This component will be used as a framework utility to mixin specific UDF's into specific CFC's. It will also have a set of mixable methods that will be mixined to a cfc.

  • _mixinInvoke( method , args ) : The ability to invoke private methods on a cfc
  • _mixinRemoveUDF( UDF ) : So we can remove a UDF
  • _mixinAddUDF( UDF ) : So we can add a new UDF

Change History

03/19/08 02:03:19 changed by lmajano

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

Copyright 2006 ColdBox Framework by Luis Majano