Re: [Dev] Purpose of methods starting with "jsFunction" with respect to Jaggery Application

2016-04-14 Thread Manuranga Perera
This is a feature coming form Mozilla Rhino. These method will become callable form JavaScript (Jaggery) directly (ie: without using full java name). When calling from JavaScript you have to use the name after "jsFunction_" [1]

[Dev] Purpose of methods starting with "jsFunction" with respect to Jaggery Application

2016-04-12 Thread Megala Uthayakumar
Hi all, I am trying to access a method in java class from a simple jaggery application. In the repository jaggery, there are many methods that starts with jsFunction [1]. They are quite different from the normal java methods with regards to jaggery application. Could someone help me in