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