| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler |
| Modifier and Type | Field and Description |
|---|---|
protected TldCache |
JspC.tldCache
Cache for the TLD locations
|
| Modifier and Type | Method and Description |
|---|---|
TldCache |
Options.getTldCache()
The cache that maps URIs, resource paths and parsed TLD files for the
various tag libraries 'exposed' by the web application.
|
TldCache |
JspC.getTldCache()
The cache that maps URIs, resource paths and parsed TLD files for the
various tag libraries 'exposed' by the web application.
|
TldCache |
EmbeddedServletOptions.getTldCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedServletOptions.setTldCache(TldCache tldCache) |
| Modifier and Type | Method and Description |
|---|---|
static TldCache |
TldCache.getInstance(javax.servlet.ServletContext servletContext) |
Copyright © 2014–2018 Webtide. All rights reserved.