Re: [JEXL] Access to static methods?

2008-05-12 Thread sebb
I see, thanks, very useful. Presumably Jexl has to be given class objects for any static methods it needs to call? Or are there any objects which are built-in to Jexl? If not, it looks like one could perhaps extend FlatResolver to handle something like: systemClass=java.lang.System.class; and

Re: [JEXL] Access to static methods?

2008-05-12 Thread Trevor Harrison
On Mon, May 12, 2008 at 7:35 AM, sebb [EMAIL PROTECTED] wrote: I see, thanks, very useful. Presumably Jexl has to be given class objects for any static methods it needs to call? Or are there any objects which are built-in to Jexl? Doesn't matter, you can get access to any objects you need

Re: [JEXL] Access to static methods?

2008-05-12 Thread sebb
On 12/05/2008, Trevor Harrison [EMAIL PROTECTED] wrote: On Mon, May 12, 2008 at 7:35 AM, sebb [EMAIL PROTECTED] wrote: I see, thanks, very useful. Presumably Jexl has to be given class objects for any static methods it needs to call? Or are there any objects which are built-in