Class JarScannerFactory


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

      • 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