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 SummaryModifier and TypeMethodDescriptionstatic JarScannergetJarScanner(ServletContext ctxt) Obtain theJarScannerassociated with the specifiedServletContext.
- 
Method Details- 
getJarScannerObtain theJarScannerassociated with the specifiedServletContext. It is obtained via a context parameter.- Parameters:
- ctxt- The Servlet context
- Returns:
- a scanner instance
 
 
-