Uses of Class
org.apache.jasper.compiler.TldLocationsCache

Packages that use TldLocationsCache
org.apache.jasper   
 

Uses of TldLocationsCache in org.apache.jasper
 

Methods in org.apache.jasper that return TldLocationsCache
 TldLocationsCache JspC.getTldLocationsCache()
           
 TldLocationsCache EmbeddedServletOptions.getTldLocationsCache()
           
 TldLocationsCache Options.getTldLocationsCache()
          The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application.
 

Methods in org.apache.jasper with parameters of type TldLocationsCache
 void EmbeddedServletOptions.setTldLocationsCache(TldLocationsCache tldC)
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.