You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javaloader/JavaLoader.cfc
+61-14Lines changed: 61 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -104,9 +104,9 @@ Purpose: Utlitity class for loading Java Classes
104
104
105
105
<cffunctionname="switchThreadContextClassLoader"hint="Sometimes you will need to switch out the ThreadContextClassLoader with the classloader used by JavaLoader.<br/>
<cfthrowtype="javaloader.InvalidInvocationException"message="Unable to determine what method to invoke"detail="Please check the documentation for switchThreadContextClassLoader."/>
<cffunctionname="testPassObjectAndMethodNameWithArguments"hint="pass in the object and method name with arguments"access="public"returntype="void"output="false">
<cffunctionname="testPassObjectAndMethodNameWithArgumentsWithCustomClassLoader"hint="pass in the object and method name with arguments, with a custom classloader"access="public"returntype="void"output="false">
<cffunctionname="returnCurrentClassLoaderAndArguments"hint="returns the current contexts classloader and any arguments passed in"access="private"returntype="any"output="false">
0 commit comments