|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tapestry.util.ServletPropertySource
Implementation of IPropertySource
that returns values defined as Servlet initialization parameters
(defined as <init-param>
in the
web.xml
deployment descriptor.
Constructor Summary | |
ServletPropertySource(javax.servlet.ServletConfig config)
|
Method Summary | |
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Invokes ServletConfig.getInitParameter(java.lang.String) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletPropertySource(javax.servlet.ServletConfig config)
Method Detail |
public java.lang.String getPropertyValue(java.lang.String propertyName)
ServletConfig.getInitParameter(java.lang.String)
.
getPropertyValue
in interface IPropertySource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |