The following table lists the tags that you use to instantiate or invoke a CFC. You use these tags on the CFML page on which you instantiate or invoke the CFC.
Tag | Description |
---|---|
Invokes a method of a CFC. |
|
cfinvokeargument
|
Passes the name and value of a parameter to a component method. |
Creates a CFC instance. |
|
Creates a CFC instance. |