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.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.