Ben Nadel 7/12/2025

Reflectively Accessing Built-In Functions In ColdFusion

Read Original

This technical article details an experiment to programmatically access built-in ColdFusion functions using reflection. The author demonstrates using getFunctionList() and shows how most functions can be referenced, while others like writeDump() fail. It compares approaches between Adobe ColdFusion (using evaluate()) and Lucee CFML (using getBuiltinFunction()), concluding this is generally not recommended.

Reflectively Accessing Built-In Functions In ColdFusion

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet