Finding Available Java Constructors / Methods For ColdFusion Objects

<!--- Build a test string. --->
<cfset strTest = "ben nadel is one cool dude!" />
 
<!--- Dump out the Java methods. --->
<cfdump var="#GetJavaClassMethods( strTest )#" />

For Cut-and-Paste