org.apache.tapestry.services.impl
Class SymbolSourcesPropertySource

java.lang.Object
  extended byorg.apache.tapestry.services.impl.SymbolSourcesPropertySource
All Implemented Interfaces:
IPropertySource

public class SymbolSourcesPropertySource
extends java.lang.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
 java.lang.String getPropertyValue(java.lang.String propertyName)
          Invokes Module#getSymbolValue(java.lang.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 java.lang.String getPropertyValue(java.lang.String propertyName)
Invokes Module#getSymbolValue(java.lang.String).

Specified by:
getPropertyValue in interface IPropertySource