@Named @SessionScoped @Alternative public class WebXmlConfigReader extends java.lang.Object implements ConfigurationReader
Constructor and Description |
---|
WebXmlConfigReader() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
document()
Returns documentation for the key-value pairs obtained by this reader
|
Configuration |
getConfiguration(Configurable configurable)
Returns a Configuration to be used by the given Configurable
|
public Configuration getConfiguration(Configurable configurable) throws ConfigurationException
ConfigurationReader
getConfiguration
in interface ConfigurationReader
configurable
- the configurable to be configured by a configuration obtained by this readerConfigurationException
public java.util.List<java.lang.String> document()
ConfigurationReader
document
in interface ConfigurationReader