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 EmbeddedServletOptions.getTldLocationsCache()
           
 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()
           
 

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



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.