public Object getExpressionValueForCalcs (String expression) 
throws Exception

This method is very similar to the getExpressionValue method. The only difference is that the resulting value is not converted into any presentation format.

Parameters

expressionthe text of the expression. This is the text that is contained inside a tag (not including tag symbols)

Returns

The value of the expression - possible types of the Java object are presented in the table of the correspondence between attribute and Java types in Appendix A.

  • Last modified: 2023/05/03 04:29