Package org.apache.jasper.compiler
Class JarScannerFactory
java.lang.Object
org.apache.jasper.compiler.JarScannerFactory
Provide a mechanism for Jasper to obtain a reference to the JarScanner
implementation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JarScanner
getJarScanner
(ServletContext ctxt) Obtain theJarScanner
associated with the specifiedServletContext
.
-
Method Details
-
getJarScanner
Obtain theJarScanner
associated with the specifiedServletContext
. It is obtained via a context parameter.- Parameters:
ctxt
- The Servlet context- Returns:
- a scanner instance
-