org.apache.tapestry.services.impl
Class ApplicationSpecificationPropertySource

java.lang.Object
  |
  +--org.apache.tapestry.services.impl.ApplicationSpecificationPropertySource
All Implemented Interfaces:
IPropertySource

public class ApplicationSpecificationPropertySource
extends java.lang.Object
implements IPropertySource

Obtains meta-data properties from the IApplicationSpecification.

Since:
3.1
Author:
Howard Lewis Ship

Constructor Summary
ApplicationSpecificationPropertySource()
           
 
Method Summary
 java.lang.String getPropertyValue(java.lang.String propertyName)
          Invokes IPropertyHolder.getProperty(String) on the specification.
 void setSpecification(IApplicationSpecification specification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationSpecificationPropertySource

public ApplicationSpecificationPropertySource()
Method Detail

getPropertyValue

public java.lang.String getPropertyValue(java.lang.String propertyName)
Invokes IPropertyHolder.getProperty(String) on the specification.

Specified by:
getPropertyValue in interface IPropertySource

setSpecification

public void setSpecification(IApplicationSpecification specification)