|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.jxpath.servlet.PageContextHandler
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a PageContext in all scopes.
| Constructor Summary | |
PageContextHandler()
|
|
| Method Summary | |
java.lang.Object |
getProperty(java.lang.Object pageContext,
java.lang.String property)
Returns pageContext.findAttribute(property). |
java.lang.String[] |
getPropertyNames(java.lang.Object pageContext)
Returns a list of dynamic property names for the supplied object. |
void |
setProperty(java.lang.Object pageContext,
java.lang.String property,
java.lang.Object value)
Modifies the value of the specified dynamic property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PageContextHandler()
| Method Detail |
public java.lang.String[] getPropertyNames(java.lang.Object pageContext)
DynamicPropertyHandler
getPropertyNames in interface DynamicPropertyHandler
public java.lang.Object getProperty(java.lang.Object pageContext,
java.lang.String property)
pageContext.findAttribute(property).
getProperty in interface DynamicPropertyHandler
public void setProperty(java.lang.Object pageContext,
java.lang.String property,
java.lang.Object value)
DynamicPropertyHandler
setProperty in interface DynamicPropertyHandler
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||