BoxLang 🚀 A New JVM Dynamic Language Learn More...
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());
$
box install CFCViewer