Interface IVersionStamp


public interface IVersionStamp
Interface that allows to apply some own version stamping for the variable parts of the page that starts the RISC processing. The version stamp is appended to the URL that loads the corresponding file.

By default the URL is appended with a stamp starting with a "?" so that the URL itself is still pointing to the same destination.

The implementation of the interface needs to be registered in the configuration file eclntjsfserver/config/system.xml
  • Method Summary

    Modifier and Type
    Method
    Description
    Build version stamp for style-related definitions: e.g. the .css file(s) and the .js files that are created for each style.
    Build version stamp for JavaScript-libraries.
  • Method Details

    • buildVersionStamp

      String buildVersionStamp()
      Build version stamp for JavaScript-libraries.
    • buildStyleVersionStamp

      String buildStyleVersionStamp()
      Build version stamp for style-related definitions: e.g. the .css file(s) and the .js files that are created for each style.