Getting Started

Tag Reference
cfoCollectGarbage
cfoCreateObject
cfoInit
cfoInvokeMethod
cfoRaiseEvent
cfoRegisterClass

Object Reference

Case Study

Download

Mailing List

Other Links

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...


cfoIntercept
Used internally by cfoProxyHandler to capture content generated by calls to cfoInvokeMethod on a remote server...


cfoInvokeMethod
Calls (executes) a method of an object or class...



cfoProxyHandler
Custom tag that handles requests from remote clients...


cfoRaiseEvent
Raises an event by adding an entry into the request.cfo.handlerPool structure...

cfoRegisterClass
Used internally by cfoCreateObject to cache class definition information...











SourceForge.net Logo