| Package | Description |
|---|---|
| org.apache.jasper | |
| 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 |
|---|---|
TldResourcePath |
JspCompilationContext.getTldResourcePath(String uri)
Gets the 'location' of the TLD associated with the given taglib 'uri'.
|
| Modifier and Type | Method and Description |
|---|---|
TldResourcePath |
TldCache.getTldResourcePath(String uri) |
| 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) |
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.
|
Map<String,TldResourcePath> |
TldScanner.getUriTldResourcePathMap()
Returns the map of URI to TldResourcePath built by this scanner.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TldScanner.parseTld(TldResourcePath path) |
| Modifier and Type | Method and Description |
|---|---|
TaglibXml |
TldParser.parse(TldResourcePath path) |
Copyright © 2014–2017 Webtide. All rights reserved.