Defined in Application.cfc, invoked when the request starts after onRequestStart.
onRequest(string targetPage) { include arguments.targetPage; }
returns void
Name | Type | Required | Default | Description |
---|---|---|---|---|
targetPage | string | Yes | Requested template path relative to the webroot |