org.apache.tapestry.services.impl
Class SymbolSourcesPropertySource
java.lang.Object
org.apache.tapestry.services.impl.SymbolSourcesPropertySource
- All Implemented Interfaces:
- IPropertySource
public class SymbolSourcesPropertySource
- extends Object
- implements IPropertySource
Property source that bridges to HiveMind Symbol Sources.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolSourcesPropertySource
public SymbolSourcesPropertySource(org.apache.hivemind.internal.Module module)
getPropertyValue
public String getPropertyValue(String propertyName)
- Invokes
Module.getConfigurationAsMap(String)
.
- Specified by:
getPropertyValue
in interface IPropertySource
- Parameters:
propertyName
- Name of the property to get.
- Returns:
- Value of property or null if none found.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.