| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.service.impl.ConfigurationServiceImpl
public class ConfigurationServiceImpl
ConfigurationService implementation which is a thin wrapper over the core Config object, and which merges in Kuali message resource properties.
| Constructor Summary | |
|---|---|
| ConfigurationServiceImpl()Harcoding the configFileName, by request. | |
| Method Summary | |
|---|---|
|  Map<String,String> | getAllProperties() | 
|  boolean | getPropertyValueAsBoolean(String key)Given a property name (key), returns the "booleanized" value associated with that key. | 
|  String | getPropertyValueAsString(String key)Given a property name (key), returns the value associated with that key, or null if none is available. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConfigurationServiceImpl()
| Method Detail | 
|---|
public String getPropertyValueAsString(String key)
ConfigurationService
getPropertyValueAsString in interface ConfigurationServiceConfigurationService.getPropertyValueAsString(java.lang.String)public boolean getPropertyValueAsBoolean(String key)
ConfigurationService
getPropertyValueAsBoolean in interface ConfigurationServiceConfigurationService.getPropertyValueAsBoolean(java.lang.String)public Map<String,String> getAllProperties()
getAllProperties in interface ConfigurationServiceConfigurationService.getAllProperties()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||