cfObjects Tag Reference Section
This section gives a quick reference on the attributes and purpose of each tag in
the cfObjects framework and will also give basic examples on the usage of each.
For more in-depth examples of how to use each tag, please go through the
Getting Started section.
cfoCollectGarbage |
This tag will loop over all objects in the cfoObjects ObjectPool and
invoke the destructor method for each...
|
|
cfoCreateObject |
The cfoCreateObject tag is used to create an instance of an object from
a class definition...
|
|
cfoInit |
cfoInit is responsible for creating the internal Object Pool, Event Handler
Pool and Class Registry data structures...
|
|
|
cfoRaiseEvent |
Raises an event by adding an entry into the request.cfo.handlerPool
structure...
|
|
cfoRegisterClass |
Used internally by cfoCreateObject to cache class definition information...
|
|
|