Package com.sun.enterprise.loader
Interface JasperAdapter
- All Known Implementing Classes:
ASURLClassLoader
public interface JasperAdapter
Represents an interface that must be implemented by classloaders
that don't extend URLClassLoader and are installed as the parent
classloader for web applications.
This is used by the JSP engine to construct the classpath to pass to
javac during JSP compilation.
-
Method Summary
-
Method Details
-
getURLs
URL[] getURLs()Returns the search path of URLs for loading classes and resources.
-