|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dfki.util.config.ConfigReader | +--dfki.util.config.ServletRequestReader
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 |
public ServletRequestReader(javax.servlet.ServletRequest request)
Method Detail |
public java.util.Map readPropertySettings() throws ConfigReader.Exception
ConfigReader
String
or String[]
(in case of a multivalued property).readPropertySettings
in class ConfigReader
dfki.util.config.ConfigReader
ConfigReader.Exception
- Denoting a failure while generating
the property value map.Config.Property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |