Re: I want to know how use the parsing of Jaspar from outside.

2016-01-26 Thread 西原 良二
Hi Chris, I want to use this method. org.apache.jasper.compiler.Parser#parse I want to get this instance. org.apache.jasper.compiler.Node Those classes are 'package-private'. It does not mean want to compile. I want to get parser tree of JSP. Best Regards On Tue, 26 Jan 2016 10:29:29 -0500

Re: I want to know how use the parsing of Jaspar from outside.

2016-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 西原 良二, On 1/26/16 5:05 AM, 西原 良二 wrote: > Hello, > > When I am looking for information in this mailing list in an > attempt to use the Jaspar, I found the following thread . > https://mail-archives.apache.org/mod_mbox/tomcat-users/201509.mbox/%3C 55

I want to know how use the parsing of Jaspar from outside.

2016-01-26 Thread 西原 良二
Hello, When I am looking for information in this mailing list in an attempt to use the Jaspar, I found the following thread . https://mail-archives.apache.org/mod_mbox/tomcat-users/201509.mbox/%3c55f29c78.2000...@apache.org%3E But I can not use well because there is access modifier 'private'. I