| Package | Description |
|---|---|
| org.apache.jasper.compiler | |
| org.apache.jasper.servlet | |
| org.apache.tomcat.util.descriptor.tld |
Package containing a Java model of the XML for a Tag Library Descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
TaglibXml |
TldCache.getTaglibXml(TldResourcePath tldResourcePath) |
| Constructor and Description |
|---|
TldCache(ServletContext servletContext,
Map<String,TldResourcePath> uriTldResourcePathMap,
Map<TldResourcePath,TaglibXml> tldResourcePathTaglibXmlMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<TldResourcePath,TaglibXml> |
TldScanner.getTldResourcePathTaglibXmlMap()
Returns the map of TldResourcePath to parsed XML files built by this
scanner.
|
| Modifier and Type | Method and Description |
|---|---|
TaglibXml |
TldParser.parse(TldResourcePath path) |
Copyright © 2014–2016 Webtide. All rights reserved.