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(Module module)
           
 
Method Summary
 String getPropertyValue(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(Module module)
Method Detail

getPropertyValue

public String getPropertyValue(String propertyName)
Invokes Module#getSymbolValue(java.lang.String).

Specified by:
getPropertyValue in interface IPropertySource


Copyright © 2006 Apache Software Foundation. All Rights Reserved.