Skip to content
Jeroen Knoef edited this page Apr 29, 2014 · 8 revisions

A view is a regular .cfm template. All properties on the event are available in the view as local variables (in the variables scope).

Additionally, the following variables are available:

response

This is the Response object where rendered content is gathered.
Most of the time you won't need to use this object, because content rendered in the view is automatically appended on the object. But access to it will come in handy at times.

endPoint

This is the EndPoint object that is used by the context. In views, the createUrl() method helps you manage your url format.

Clone this wiki locally