This package contains some implementations of the Configuration
interface that are useful in web environments.
See: Description
Class Summary | |
---|---|
AppletConfiguration | A configuration wrapper to read applet parameters. |
BaseWebConfiguration |
An abstract base class for all web configurations. |
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.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $