org.apache.sling.scripting.jsp
Class SlingTldLocationsCache

java.lang.Object
  extended by org.apache.sling.scripting.jsp.jasper.compiler.TldLocationsCache
      extended by org.apache.sling.scripting.jsp.SlingTldLocationsCache
All Implemented Interfaces:
java.util.EventListener, org.osgi.framework.BundleListener

public class SlingTldLocationsCache
extends TldLocationsCache
implements org.osgi.framework.BundleListener

The SlingTldLocationsCache TODO


Field Summary
 
Fields inherited from class org.apache.sling.scripting.jsp.jasper.compiler.TldLocationsCache
ABS_URI, NOROOT_REL_URI, ROOT_REL_URI
 
Constructor Summary
SlingTldLocationsCache(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 void deactivate(org.osgi.framework.BundleContext context)
           
 java.lang.String[] getLocation(java.lang.String uri)
           
 void printConfiguration(java.io.PrintWriter pw)
           
 
Methods inherited from class org.apache.sling.scripting.jsp.jasper.compiler.TldLocationsCache
uriType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlingTldLocationsCache

public SlingTldLocationsCache(org.osgi.framework.BundleContext context)
Method Detail

deactivate

public void deactivate(org.osgi.framework.BundleContext context)

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
Specified by:
bundleChanged in interface org.osgi.framework.BundleListener

getLocation

public java.lang.String[] getLocation(java.lang.String uri)
                               throws JasperException
Specified by:
getLocation in class TldLocationsCache
Throws:
JasperException

printConfiguration

public void printConfiguration(java.io.PrintWriter pw)


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