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 Options.getTldLocationsCache()
          The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application.
 TldLocationsCache JspC.getTldLocationsCache()
           
 TldLocationsCache EmbeddedServletOptions.getTldLocationsCache()
           
 

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



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.