org.apache.tapestry.util
Class ServletContextPropertySource
java.lang.Object
org.apache.tapestry.util.ServletContextPropertySource
- All Implemented Interfaces:
- IPropertySource
public class ServletContextPropertySource
- extends Object
- implements IPropertySource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletContextPropertySource
public ServletContextPropertySource(ServletContext context)
getPropertyValue
public String getPropertyValue(String propertyName)
- Invokes
ServletContext.getInitParameter(java.lang.String)
.
- Specified by:
getPropertyValue
in interface IPropertySource