Class JarScannerFactory

java.lang.Object
org.apache.jasper.compiler.JarScannerFactory

public class JarScannerFactory extends Object
Provide a mechanism for Jasper to obtain a reference to the JarScanner implementation.
  • Method Details

    • getJarScanner

      public static JarScanner getJarScanner(ServletContext ctxt)
      Obtain the JarScanner associated with the specified ServletContext. It is obtained via a context parameter.
      Parameters:
      ctxt - The Servlet context
      Returns:
      a scanner instance