public class PageScopeContextHandler extends Object implements DynamicPropertyHandler
DynamicPropertyHandler interface that provides
access to attributes of a PageScopeContext.| Constructor and Description |
|---|
PageScopeContextHandler() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String[] getPropertyNames(Object pageScope)
DynamicPropertyHandlergetPropertyNames in interface DynamicPropertyHandlerpageScope - to inspectpublic Object getProperty(Object pageScope, String property)
DynamicPropertyHandlergetProperty in interface DynamicPropertyHandlerpageScope - to searchproperty - to retrievepublic void setProperty(Object pageScope, String property, Object value)
DynamicPropertyHandlersetProperty in interface DynamicPropertyHandlerpageScope - to modifyproperty - to modifyvalue - to setCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.