| java.lang.Object org.netbeans.modules.web.jspparser.JspParserImpl
Constructor Summary | |
public | JspParserImpl() Constructs a new Parser API implementation. |
JspParserImpl | public JspParserImpl()(Code) | | Constructs a new Parser API implementation.
|
fireChange | public void fireChange(WebModule webModule)(Code) | | |
getTaglibMap | public Map<String, String[]> getTaglibMap(WebModule wm) throws IOException(Code) | | Returns the mapping of the 'global' tag library URI to the location (resource
path) of the TLD associated with that tag library.
Parameters: wmRoot - the web module for which to return the map Map which maps global tag library URI to the location(resource path) of its tld. The location isreturned as a String array:[0] The location[1] If the location is a jar file, this is the location of the tld. |
|
|