org.apache.tapestry.services.impl
Class SymbolSourcesPropertySource

java.lang.Object
  extended by 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

Constructor Summary
SymbolSourcesPropertySource(org.apache.hivemind.internal.Module module)
           
 
Method Summary
 String getPropertyValue(String propertyName)
          Invokes Module.getConfigurationAsMap(String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolSourcesPropertySource

public SymbolSourcesPropertySource(org.apache.hivemind.internal.Module module)
Method Detail

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.