Dirk789
unread,Oct 24, 2009, 10:50:03 AM10/24/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ColdBox Platform
Hi All,
I am looking for a "true" Coldbox onRequestEnd. CB docs refer to the
Main onRequestEnd() method as acting like Application.cfc, but in
looking at CB debug that seems to fire before the postProcess point on
the interceptors. I would like to hook into the absolutely last point
in the request prior to it's completion. I tried looking at
Application.cfc, but as that extends coldbox.system.coldbox there is
no onRequestEnd there. Is my only choice to create an interceptor,
put it last in the configuration, and use it's postProcess() method?