Legato.Beans.Evaluate

Evaluates the configured expression an returns the evaluation results.

Summary
Legato.Beans.EvaluateEvaluates the configured expression an returns the evaluation results.
Legato.Beans.Evaluate
Properties
expressionExpression to evaluate.
Functions
initialize
getInstanceEvaluates the expression and returns the evaluation result;

Legato.Beans.Evaluate

Summary
Properties
expressionExpression to evaluate.
Functions
initialize
getInstanceEvaluates the expression and returns the evaluation result;

Properties

expression

Expression to evaluate.

Functions

initialize

initialize : function(expression)

Parameters

expressionexpression to evaluate.

getInstance

getInstance : function(beanFactory)

Returns

Evaluates the expression and returns the evaluation result;

Parameters

beanFactory{Legato.Beans.BeanFactory} bean factory.
initialize : function(expression)
getInstance : function(beanFactory)
Evaluates the expression and returns the evaluation result;