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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getVersion()
Version of the configuration.
-