|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyHandler
This interface allows an external property handler to resolve a property against the provided context.
ProducesBytecode| Method Summary | |
|---|---|
java.lang.Object |
getProperty(java.lang.String name,
java.lang.Object contextObj,
VariableResolverFactory variableFactory)
Retrieves the value of the property. |
java.lang.Object |
setProperty(java.lang.String name,
java.lang.Object contextObj,
VariableResolverFactory variableFactory,
java.lang.Object value)
Sets the value of the property. |
| Method Detail |
|---|
java.lang.Object getProperty(java.lang.String name,
java.lang.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.
java.lang.Object setProperty(java.lang.String name,
java.lang.Object contextObj,
VariableResolverFactory variableFactory,
java.lang.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 property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||