public class ConfigServiceImpl extends ConfigService
ConfigService.
To establish the configuration parameters, this implementation first looks in the servlet configuration, then the servlet context, and lastly its own configuration file.
| Constructor and Description |
|---|
ConfigServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the services.
|
Parameters |
getParameters()
Returns the configuration parameters managed by this service.
|
void |
init(javax.servlet.ServletConfig aConfig,
Properties aProperties)
Initializes the service using the servlet configuration
and the service properties.
|
getBoolean, getBoolean, getBoolean, getInteger, getInteger, getInteger, getString, getString, keyspublic void init(javax.servlet.ServletConfig aConfig,
Properties aProperties)
throws java.lang.Exception
Servicepublic void destroy()
Servicepublic Parameters getParameters()
ConfigServicegetParameters in class ConfigServiceCopyright © 2003-2013 . All Rights Reserved.