org.apache.commons.configuration.web
public class ServletConfiguration extends BaseWebConfiguration
Since: 1.1
Version: $Revision: 515306 $, $Date: 2007-03-06 22:15:00 +0100 (Di, 06 Mrz 2007) $
| Field Summary | |
|---|---|
| protected ServletConfig | config Stores a reference to the wrapped ServletConfig. |
| Constructor Summary | |
|---|---|
| ServletConfiguration(Servlet servlet)
Create a ServletConfiguration using the initialization parameter of
the specified servlet.
| |
| ServletConfiguration(ServletConfig config)
Create a ServletConfiguration using the servlet initialization parameters.
| |
| Method Summary | |
|---|---|
| Iterator | getKeys() |
| Object | getProperty(String key) |
ServletConfig.Parameters: servlet the servlet
Parameters: config the servlet configuration