| org.netbeans.modules.web.jspparser.WebAppParseProxy
All known Subclasses: org.netbeans.modules.web.jspparser_ext.WebAppParseSupport,
WebAppParseProxy | public interface WebAppParseProxy (Code) | | Class that provides JSP parsing support for one web application. It caches
some useful data on a per-webapp basis.
Among other things, it does the following to correctly manage the development cycle:
- Creates the correct classloader for loading JavaBeans, tag hanlders and other classes managed by the application.
- Caches the ServletContext (needed by the parser) corresponding to the application.
- Listens on changes in the application and releases caches as needed.
author: Petr Jiricka |
|
|