Interface JavascriptStaticConfig


  • @Immutable
    @Modifiable
    public interface JavascriptStaticConfig
    Static configuration settings to be served as Javascript for configuring web pages. version is the only required property, all others will be rendered as-is in the Javascript source.
    • Method Detail

      • getVersion

        int getVersion()
        Version of the configuration. Must be non-zero and always be incremented when making changes to ensure cache updates.