public class JarScannerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static JarScanner |
getJarScanner(javax.servlet.ServletContext ctxt)
Obtain the
JarScanner associated with the specified ServletContext. |
public static JarScanner getJarScanner(javax.servlet.ServletContext ctxt)
JarScanner associated with the specified ServletContext. It is obtained via a context parameter.ctxt - The Servlet contextCopyright © 2014–2018 Webtide. All rights reserved.