org.pentaho.reporting.engine.classic.core.function
Class ExpressionUtilities

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.function.ExpressionUtilities

public class ExpressionUtilities
extends Object

A collection of utility methods which may be useful for expression-implementors.

Author:
Thomas Morgner

Method Summary
static ResourceBundle getDefaultResourceBundle(Expression expression)
          Retursn the default resource-bundle.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultResourceBundle

public static ResourceBundle getDefaultResourceBundle(Expression expression)
Retursn the default resource-bundle. The name of the default resource-bundle is defined in the report configuration.

Parameters:
expression - the expression that asked for the resource-bundle.
Returns:
the resource-bundle.