|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tapestry.services.impl.ServletPropertySource
Obtains property values from ServletConfig
for
the application servlet.
Constructor Summary | |
ServletPropertySource()
|
Method Summary | |
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Returns the value for a given property, or null if the source does not provide a value for the named property. |
void |
setServletConfig(javax.servlet.ServletConfig config)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletPropertySource()
Method Detail |
public java.lang.String getPropertyValue(java.lang.String propertyName)
IPropertySource
getPropertyValue
in interface IPropertySource
public void setServletConfig(javax.servlet.ServletConfig config)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |