|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.servlet.PageScopeContextHandler
public class PageScopeContextHandler
Implementation of the DynamicPropertyHandler
interface that provides
access to attributes of a PageScopeContext
.
Constructor Summary | |
---|---|
PageScopeContextHandler()
|
Method Summary | |
---|---|
Object |
getProperty(Object pageScope,
String property)
Returns the value of the specified dynamic property. |
String[] |
getPropertyNames(Object pageScope)
Returns a list of dynamic property names for the supplied object. |
void |
setProperty(Object pageScope,
String property,
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 PageScopeContextHandler()
Method Detail |
---|
public String[] getPropertyNames(Object pageScope)
DynamicPropertyHandler
getPropertyNames
in interface DynamicPropertyHandler
pageScope
- to inspect
public Object getProperty(Object pageScope, String property)
DynamicPropertyHandler
getProperty
in interface DynamicPropertyHandler
pageScope
- to searchproperty
- to retrieve
public void setProperty(Object pageScope, String property, Object value)
DynamicPropertyHandler
setProperty
in interface DynamicPropertyHandler
pageScope
- to modifyproperty
- to modifyvalue
- to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |