|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tapestry.services.impl.ServletContextPropertySource
Searches for property values in the servlet context's init parameters.
Constructor Summary | |
ServletContextPropertySource()
|
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 |
setContext(javax.servlet.ServletContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletContextPropertySource()
Method Detail |
public java.lang.String getPropertyValue(java.lang.String propertyName)
IPropertySource
getPropertyValue
in interface IPropertySource
public void setContext(javax.servlet.ServletContext context)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |