How do I make a function available to just a single handler? I searched and all I could find was shared functions and putting it inside the Application.cfc file. The problem with the first one is I couldn't find any exampels. The second one has the issue of being available to the application globally.