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