@SingletonDefault(implFor=PropertyService.class) public class PropertyServiceDefault extends Object implements PropertyService
| Constructor and Description |
|---|
PropertyServiceDefault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key) |
String |
getProperty(String key,
String dflt) |
boolean |
isRuntimeInjection() |
void |
setProperty(String key,
String value) |
@MagicMethod(doNotVisit=true) public String getProperty(String key)
getProperty in interface PropertyService@MagicMethod(doNotVisit=true) public String getProperty(String key, String dflt)
getProperty in interface PropertyServicepublic void setProperty(String key, String value)
setProperty in interface PropertyServicepublic boolean isRuntimeInjection()
isRuntimeInjection in interface PropertyServiceCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.