org.apache.tapestry.util
Class SystemPropertiesPropertySource

java.lang.Object
  extended byorg.apache.tapestry.util.SystemPropertiesPropertySource
All Implemented Interfaces:
IPropertySource

public class SystemPropertiesPropertySource
extends java.lang.Object
implements IPropertySource

Obtain properties from JVM system properties.

Since:
2.3
Author:
Howard Lewis Ship

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

SystemPropertiesPropertySource

public SystemPropertiesPropertySource()
Method Detail

getInstance

public static IPropertySource getInstance()

getPropertyValue

public java.lang.String getPropertyValue(java.lang.String propertyName)
Delegates to System.getProperty(java.lang.String).

Specified by:
getPropertyValue in interface IPropertySource