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

    Modifier and Type
    Method
    Description
    URL[]
    Returns the search path of URLs for loading classes and resources.
  • Method Details

    • getURLs

      URL[] getURLs()
      Returns the search path of URLs for loading classes and resources.