Package org.apache.jasper.compiler
Class JarScannerFactory
- java.lang.Object
-
- org.apache.jasper.compiler.JarScannerFactory
-
public class JarScannerFactory extends java.lang.Object
Provide a mechanism for Jasper to obtain a reference to the JarScanner implementation.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JarScanner
getJarScanner(ServletContext ctxt)
Obtain theJarScanner
associated with the specifiedServletContext
.
-
-
-
Method Detail
-
getJarScanner
public static JarScanner getJarScanner(ServletContext ctxt)
Obtain theJarScanner
associated with the specifiedServletContext
. It is obtained via a context parameter.- Parameters:
ctxt
- The Servlet context- Returns:
- a scanner instance
-
-