public class TldCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVLET_CONTEXT_ATTRIBUTE_NAME |
| Constructor and Description |
|---|
TldCache(javax.servlet.ServletContext servletContext,
Map<String,org.apache.tomcat.util.descriptor.tld.TldResourcePath> uriTldResourcePathMap,
Map<org.apache.tomcat.util.descriptor.tld.TldResourcePath,org.apache.tomcat.util.descriptor.tld.TaglibXml> tldResourcePathTaglibXmlMap) |
| Modifier and Type | Method and Description |
|---|---|
static TldCache |
getInstance(javax.servlet.ServletContext servletContext) |
org.apache.tomcat.util.descriptor.tld.TaglibXml |
getTaglibXml(org.apache.tomcat.util.descriptor.tld.TldResourcePath tldResourcePath) |
org.apache.tomcat.util.descriptor.tld.TldResourcePath |
getTldResourcePath(String uri) |
public static final String SERVLET_CONTEXT_ATTRIBUTE_NAME
public static TldCache getInstance(javax.servlet.ServletContext servletContext)
public org.apache.tomcat.util.descriptor.tld.TldResourcePath getTldResourcePath(String uri)
public org.apache.tomcat.util.descriptor.tld.TaglibXml getTaglibXml(org.apache.tomcat.util.descriptor.tld.TldResourcePath tldResourcePath)
throws org.apache.jasper.JasperException
org.apache.jasper.JasperExceptionCopyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.