Configuration interface that are useful in web
environments.See: Description
| Class | Description |
|---|---|
| AppletConfiguration |
A configuration wrapper to read applet parameters.
|
| ServletConfiguration |
A configuration wrapper around a
ServletConfig. |
| ServletContextConfiguration |
A configuration wrapper to read the initialization parameters of a servlet context.
|
| ServletFilterConfiguration |
A configuration wrapper around a
FilterConfig. |
| ServletRequestConfiguration |
A configuration wrapper to read the parameters of a servlet request.
|
This package contains some implementations of the Configuration interface that are useful in web
environments.
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.