public class PageScopeContextHandler extends java.lang.Object implements DynamicPropertyHandler
DynamicPropertyHandler
interface that provides
access to attributes of a PageScopeContext
.Modifier and Type | Field and Description |
---|---|
private static int |
DEFAULT_LIST_SIZE |
Constructor and Description |
---|
PageScopeContextHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.lang.Object pageScope,
java.lang.String property)
Returns the value of the specified dynamic property.
|
java.lang.String[] |
getPropertyNames(java.lang.Object pageScope)
Returns a list of dynamic property names for the supplied object.
|
void |
setProperty(java.lang.Object pageScope,
java.lang.String property,
java.lang.Object value)
Modifies the value of the specified dynamic property.
|
private static final int DEFAULT_LIST_SIZE
public java.lang.String[] getPropertyNames(java.lang.Object pageScope)
DynamicPropertyHandler
getPropertyNames
in interface DynamicPropertyHandler
pageScope
- to inspectpublic java.lang.Object getProperty(java.lang.Object pageScope, java.lang.String property)
DynamicPropertyHandler
getProperty
in interface DynamicPropertyHandler
pageScope
- to searchproperty
- to retrievepublic void setProperty(java.lang.Object pageScope, java.lang.String property, java.lang.Object value)
DynamicPropertyHandler
setProperty
in interface DynamicPropertyHandler
pageScope
- to modifyproperty
- to modifyvalue
- to set