check for java methods used in velocity
I want to validate if the methods used in velocity template are valid. For
eg, for a string varaiable if user gives name.substrig(), I want to show
the error msg (substrig doesnot belong to String or something like that).
How can I validate this like if the method used is correct?
No comments:
Post a Comment