Uses of Class
net.sf.jasperreports.functions.FunctionsUtil
Packages that use FunctionsUtil
Package
Description
Provides support for built-in JasperReports functions.
-
Uses of FunctionsUtil in net.sf.jasperreports.functions
Methods in net.sf.jasperreports.functions that return FunctionsUtilModifier and TypeMethodDescriptionstatic FunctionsUtil
FunctionsUtil.getInstance
(JasperReportsContext jasperReportsContext) -
Uses of FunctionsUtil in net.sf.jasperreports.javascript
Constructors in net.sf.jasperreports.javascript with parameters of type FunctionsUtilModifierConstructorDescriptionJavaScriptEvaluatorScope
(JasperReportsContext jrContext, JREvaluator evaluator, FunctionsUtil functionsUtil) JavaScriptFunctionsObject
(org.mozilla.javascript.Context context, FunctionsUtil functionsUtil, JREvaluator evaluator)