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 PageScopeContextHandler()
public String[] getPropertyNames(Object pageScope)
DynamicPropertyHandler
getPropertyNames
in interface DynamicPropertyHandler
pageScope
- to inspectpublic Object getProperty(Object pageScope, String property)
DynamicPropertyHandler
getProperty
in interface DynamicPropertyHandler
pageScope
- to searchproperty
- to retrievepublic void setProperty(Object pageScope, String property, Object value)
DynamicPropertyHandler
setProperty
in interface DynamicPropertyHandler
pageScope
- to modifyproperty
- to modifyvalue
- to setCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.