org.apache.tapestry.util
Class ServletContextPropertySource

java.lang.Object
  |
  +--org.apache.tapestry.util.ServletContextPropertySource
All Implemented Interfaces:
IPropertySource

public class ServletContextPropertySource
extends java.lang.Object
implements IPropertySource


Constructor Summary
ServletContextPropertySource(javax.servlet.ServletContext context)
           
 
Method Summary
 java.lang.String getPropertyValue(java.lang.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(javax.servlet.ServletContext context)
Method Detail

getPropertyValue

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

Specified by:
getPropertyValue in interface IPropertySource