| java.lang.Object com.flexive.shared.scripting.FxScriptBinding
FxScriptBinding | public class FxScriptBinding implements Serializable(Code) | | Variable binding for scripting.
If groovy's binding object would have been serializable, this class could be rendered useless ...
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
FxScriptBinding | public FxScriptBinding()(Code) | | Constructor
|
setVariable | public void setVariable(String name, Serializable value)(Code) | | Sets the value of the given variable
Parameters: name - the name of the variable to set Parameters: value - the new value for the given variable |
|
|