org.apache.tapestry.util
Class ServletContextPropertySource

java.lang.Object
  extended by org.apache.tapestry.util.ServletContextPropertySource
All Implemented Interfaces:
IPropertySource

public class ServletContextPropertySource
extends Object
implements IPropertySource


Constructor Summary
ServletContextPropertySource(ServletContext context)
           
 
Method Summary
 String getPropertyValue(String propertyName)
          Invokes ServletContext.getInitParameter(java.lang.String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextPropertySource

public ServletContextPropertySource(ServletContext context)
Method Detail

getPropertyValue

public String getPropertyValue(String propertyName)
Invokes ServletContext.getInitParameter(java.lang.String).

Specified by:
getPropertyValue in interface IPropertySource