User Guide

Table Of Contents
Using CFCs effectively 237
Requesting a component page from the browser
When you access a CFC directly with a web browser without specifying a component method,
the following chain of events occurs:
1.
The request is redirected to the cfcexplorer.cfc file, which is located in the cf_root/wwwroot/
CFIDE/componentutils directory.
2.
The cfcexplorer component prompts users for the ColdFusion RDS or Administrator password,
if necessary.
3.
The cfcexplorer component renders an HTML description and returns it to the browser.
The resulting display looks like the following example:
tests.cfcs.arithCFC
Component arithCFC (Arithmetic Functions)
Miscellaneous functions for doing arithmetic
* - private method
add (Addition Function)
hierarchy: WEB-INF.cftags.component
tests.cfcs.arithCFC
path: C:\cfmx\wwwroot\tests\cfcs\arithCFC.cfc
properties: something
methods: add
, multiply *
Property Hint Type Req. Implemented In
Default
Value
Prop1 (display
name here)
I just need this for an example any arithCFC -
remote numeric add ( numeric arg1, numeric arg2 )
Adds integers or floating point numbers
Output: enabled
Parameters:
arg1: numeric, optional, argument 1 - must be numeric
arg2: numeric, optional, arg2