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, keys
public void init(javax.servlet.ServletConfig aConfig, Properties aProperties) throws java.lang.Exception
Service
public void destroy()
Service
public Parameters getParameters()
ConfigService
getParameters
in class ConfigService
Copyright © 2003-2013 . All Rights Reserved.