org.netbeans.modules.web.jspparser |
|
Java Source File Name | Type | Comment |
CacheTest.java | Class | Various test cases for jsp parser cache. |
ContextUtil.java | Class | Static utilities related to web context stuff - relative paths, relative objects etc. |
FastOpenInfoParser.java | Class | JSP 'open info' parser allowing to fastly determine encoding for JSPs in standart syntax
with DD NOT specifying JSPs encodinf or syntax (at least 95% af all JSPs)
How the encoding is currently detected:
1) find deplyment descriptor from given webmodule
2) if found, parse it and find following elements
||
3) if any of the nested elements found, give it up and return null (and let jasper parser to determine the encoding)
4) if the DD is not found or it doesn't contain the elements from #2 test if the file is JSP document (according to the extension)
5) if the file is a XML document give it up (so far - we can easily implement a simple enc. |
FastScanTest.java | Class | |
IdeEnvironmentTest.java | Class | Tests that need "full" IDE can be placed here. |
JspParserImpl.java | Class | |
ParserPresentTest.java | Class | |
ParserServletContext.java | Class | Simple ServletContext implementation without
HTTP-specific methods. |
ParseTest.java | Class | |
TestUtil.java | Class | |
TldChangeSupport.java | Class | Heavily inspired by
org.openide.util.ChangeSupport . |
WebAppParseProxy.java | Interface | Class that provides JSP parsing support for one web application. |
WebModuleImpl.java | Class | Dummy implementation of WebModule for testing memory leaks. |
WindowsLockingTest.java | Class | |