deanlaw / cfcgenerator

Automatically exported from code.google.com/p/cfcgenerator
8 stars 6 forks source link

Add Camel Case to Method Names #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if the method names that were generated were converted to
camel case. Instead of "getbean" it would be "getBean". Since the bean name
is the only thing that is dynamic, all you would have to do is convert it
to proper case. I realize that the XSL parameter for the bean name needs to
be lower case in other instances, so you would have to convert the first
letter to uppercase only where needed.

Here is a good article on translating strings to upper case, lower case and
proper case in XSL:
http://www.topxml.com/xml/articles/caseconvert/

Original issue reported on code.google.com by iisitede...@gmail.com on 15 Mar 2007 at 7:22