dfki.util.config
Class ServletRequestReader

java.lang.Object
  |
  +--dfki.util.config.ConfigReader
        |
        +--dfki.util.config.ServletRequestReader

public class ServletRequestReader
extends ConfigReader

Reads property settings out of a ServletRequest object.


Inner classes inherited from class dfki.util.config.ConfigReader
ConfigReader.Exception
 
Constructor Summary
ServletRequestReader(javax.servlet.ServletRequest request)
           
 
Method Summary
 java.util.Map readPropertySettings()
          Reads the property settings into a map.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletRequestReader

public ServletRequestReader(javax.servlet.ServletRequest request)
Method Detail

readPropertySettings

public java.util.Map readPropertySettings()
                                   throws ConfigReader.Exception
Description copied from class: ConfigReader
Reads the property settings into a map. Values of a property can either be of type String or String[] (in case of a multivalued property).
Overrides:
readPropertySettings in class ConfigReader
Following copied from class: dfki.util.config.ConfigReader
Throws:
ConfigReader.Exception - Denoting a failure while generating the property value map.
See Also:
Config.Property