FileDocCategorySizeDatePackage
JasperAdapter.javaAPI DocGlassfish v2 API2443Fri May 04 22:32:04 BST 2007com.sun.enterprise.loader

JasperAdapter

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.

Fields Summary
Constructors Summary
Methods Summary
public java.net.URL[]getURLs()
Returns the search path of URLs for loading classes and resources.