| Package | Description |
|---|---|
| org.apache.tomcat | |
| org.apache.tomcat.util.descriptor.web |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml). |
| org.apache.tomcat.util.scan |
This package contains the common classes used to perform configuration scanning
for Catalina and Jasper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JarScanner.scan(JarScanType scanType,
javax.servlet.ServletContext context,
JarScannerCallback callback)
Scan the provided ServletContext and classloader for JAR files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FragmentJarScannerCallback
Callback handling a web-fragment.xml descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardJarScanner.scan(JarScanType scanType,
javax.servlet.ServletContext context,
JarScannerCallback callback)
Scan the provided ServletContext and class loader for JAR files.
|
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.