Uses of Class
org.apache.jasper.compiler.TldCache
-
Packages that use TldCache Package Description org.apache.jasper org.apache.jasper.compiler -
-
Uses of TldCache in org.apache.jasper
Fields in org.apache.jasper declared as TldCache Modifier and Type Field Description protected TldCacheJspC. tldCacheCache for the TLD locationsMethods in org.apache.jasper that return TldCache Modifier and Type Method Description TldCacheEmbeddedServletOptions. getTldCache()TldCacheJspC. getTldCache()The cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application.TldCacheOptions. getTldCache()The cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application.Methods in org.apache.jasper with parameters of type TldCache Modifier and Type Method Description voidEmbeddedServletOptions. setTldCache(TldCache tldCache) -
Uses of TldCache in org.apache.jasper.compiler
Methods in org.apache.jasper.compiler that return TldCache Modifier and Type Method Description static TldCacheTldCache. getInstance(ServletContext servletContext)
-