Interface ReportEnvironment

    • Method Detail

      • getEnvironmentProperty

        Object getEnvironmentProperty​(String key)
        Returns a environment property. These properties are usually defined by the outside world, but default values can be specified inside the report-definition.
        Parameters:
        key -
        Returns:
      • getURLEncoding

        String getURLEncoding()
        Returns the text encoding that should be used to encode URLs.
        Returns:
        the encoding for URLs.
      • getLocale

        Locale getLocale()