|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.util.SystemPropertiesPropertySource
public class SystemPropertiesPropertySource
Obtain properties from JVM system properties.
Constructor Summary | |
---|---|
SystemPropertiesPropertySource()
|
Method Summary | |
---|---|
static IPropertySource |
getInstance()
|
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Delegates to System.getProperty(java.lang.String) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemPropertiesPropertySource()
Method Detail |
---|
public static IPropertySource getInstance()
public java.lang.String getPropertyValue(java.lang.String propertyName)
System.getProperty(java.lang.String)
.
getPropertyValue
in interface IPropertySource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |