public interface PropertyHandler
ProducesBytecode
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String name,
Object contextObj,
VariableResolverFactory variableFactory)
Retrieves the value of the property.
|
Object |
setProperty(String name,
Object contextObj,
VariableResolverFactory variableFactory,
Object value)
Sets the value of the property.
|
Object getProperty(String name, Object contextObj, VariableResolverFactory variableFactory)
name
- - the name of the property to be resolved.contextObj
- - the current context object.variableFactory
- - the root variable factory provided by the runtime.Object setProperty(String name, Object contextObj, VariableResolverFactory variableFactory, Object value)
name
- - the name of the property to be resolved.contextObj
- - the current context object.variableFactory
- - the root variable factory provided by the runtime.value
- - the value to be set to the resolved propertyCopyright © 2013. All rights reserved.