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,TldResourcePath> uriTldResourcePathMap,
Map<TldResourcePath,TaglibXml> tldResourcePathTaglibXmlMap) |
| Modifier and Type | Method and Description |
|---|---|
static TldCache |
getInstance(javax.servlet.ServletContext servletContext) |
TaglibXml |
getTaglibXml(TldResourcePath tldResourcePath) |
TldResourcePath |
getTldResourcePath(String uri) |
public static final String SERVLET_CONTEXT_ATTRIBUTE_NAME
public TldCache(javax.servlet.ServletContext servletContext,
Map<String,TldResourcePath> uriTldResourcePathMap,
Map<TldResourcePath,TaglibXml> tldResourcePathTaglibXmlMap)
public static TldCache getInstance(javax.servlet.ServletContext servletContext)
public TldResourcePath getTldResourcePath(String uri)
public TaglibXml getTaglibXml(TldResourcePath tldResourcePath) throws JasperException
JasperExceptionCopyright © 2014–2018 Webtide. All rights reserved.