ColdBox Forums Notification: Post to Transfer?

Title: RE: Transfer?
Thread: Transfer?
Forum: Discussions
Conference: ColdBox
User: lmajano

I think you need to read the configuration guide. The configuration guide is
where you define your implicit invocations for:

ApplicationStart
SessionStart
SessionEnd
RequestStart
RequestEnd
onInvalidEvent
ExceptionHandler

Basically you point each implicit execution point to a
handler. Example:
ApplicationStartHandler = main.onAppStart

Then it points
to the main handler and the onAppStart function.

Whatever you rename in your
implicit declarations is what get's fired.

There is plenty of documentation
on this area in the wiki.

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=B9CA32F1-FF65-CEF6-65995F2451C53CAE