Quick question: If a script makes a call to a java method that I have introduced with scope.put or with defineClass() and that method returns a reference to another java object which isn't otherwise in the scope chain of that script, what would the result be?
Would the script be able to call all public methods of the returned object? Would it only be able to call jsGet/jsSet/jsFunction methods? Is this scenario simply invalid? Thanks! David _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
