public class TldCache extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERVLET_CONTEXT_ATTRIBUTE_NAME |
Constructor and Description |
---|
TldCache(ServletContext servletContext,
Map<String,TldResourcePath> uriTldResourcePathMap,
Map<TldResourcePath,TaglibXml> tldResourcePathTaglibXmlMap) |
Modifier and Type | Method and Description |
---|---|
static TldCache |
getInstance(ServletContext servletContext) |
TaglibXml |
getTaglibXml(TldResourcePath tldResourcePath) |
TldResourcePath |
getTldResourcePath(String uri) |
public static final String SERVLET_CONTEXT_ATTRIBUTE_NAME
public TldCache(ServletContext servletContext, Map<String,TldResourcePath> uriTldResourcePathMap, Map<TldResourcePath,TaglibXml> tldResourcePathTaglibXmlMap)
public static TldCache getInstance(ServletContext servletContext)
public TldResourcePath getTldResourcePath(String uri)
public TaglibXml getTaglibXml(TldResourcePath tldResourcePath) throws JasperException
JasperException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.