Uses of Class
org.apache.sling.scripting.jsp.jasper.compiler.TldLocationsCache

Packages that use TldLocationsCache
org.apache.sling.maven.jspc   
org.apache.sling.scripting.jsp   
org.apache.sling.scripting.jsp.jasper   
org.apache.sling.scripting.jsp.jasper.compiler   
 

Uses of TldLocationsCache in org.apache.sling.maven.jspc
 

Methods in org.apache.sling.maven.jspc that return TldLocationsCache
 TldLocationsCache JspcMojo.getTldLocationsCache()
           
 

Uses of TldLocationsCache in org.apache.sling.scripting.jsp
 

Subclasses of TldLocationsCache in org.apache.sling.scripting.jsp
 class SlingTldLocationsCache
          The SlingTldLocationsCache TODO
 

Methods in org.apache.sling.scripting.jsp that return TldLocationsCache
 TldLocationsCache JspServletOptions.getTldLocationsCache()
           
 

Methods in org.apache.sling.scripting.jsp with parameters of type TldLocationsCache
 void JspServletOptions.setTldLocationsCache(TldLocationsCache tldC)
           
 

Constructors in org.apache.sling.scripting.jsp with parameters of type TldLocationsCache
JspServletOptions(javax.servlet.ServletContext servletContext, IOProvider ioProvider, org.osgi.service.component.ComponentContext componentContext, ClassLoader jspClassLoader, TldLocationsCache tldLocationsCache)
          Create an JspServletOptions object using data available from ServletConfig and ServletContext.
 

Uses of TldLocationsCache in org.apache.sling.scripting.jsp.jasper
 

Methods in org.apache.sling.scripting.jsp.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 EmbeddedServletOptions.getTldLocationsCache()
           
 

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

Uses of TldLocationsCache in org.apache.sling.scripting.jsp.jasper.compiler
 

Subclasses of TldLocationsCache in org.apache.sling.scripting.jsp.jasper.compiler
 class OriginalTldLocationsCache
          A container for all tag libraries that are defined "globally" for the web application.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.