download   home   source


lmajano@gmail.com's Gravatar   Luis Majano May 06, 2011 at 5:23 PM May 24, 2012 at 4:01 AM 3.0 3.0.0+ Plugins 651 171

CFCViewer

A CFC Introspection and Documentation Tool

Description

This tool is used to display information about all components located within

the same directory. The tools is based on the coldfusion.runtime.TemplateProxy

java object to obtain this information or if using a CFML engine that supports

getComponentMetadata(). 



// To use, just drop in your plugins folder and then use:


// Handler Rendering

rc.cfcViewer = getMyPlugin("CFCViewer").setup(dirpath="/coldbox/system",dirLink="#getSetting('sesBaseURL')#/general?");

event.renderData(data=rc.cfcViewer.renderit());

Installation Instructions

Install in your plugins folder