Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
SubjectJAVA PropertyExplanation 
MVC UI (- deprecated)



blueriq.mvc.development-modeTurning mvc development mode on or off.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.mvc.themes.[theme].template-group-filePath to where the stg file can be found.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.mvc.themes.[theme].template-nameName of the mvcui template.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.mvc.active-themesJava only: The themes that are active in the Runtime. The theme names listed here (as a comma separated list) must match the theme names that are used with the properties above. Not all defined themes need to be active. Only the active ones will be shown in the development dashboard. This is useful for overriding the default styling that is packaged with Blueriq.

Include Page
_PropertiesFileJava
_PropertiesFileJava

spring.mvc.dispatch-options-requestThis is a spring mvc property that enables the dispatcher to listen to OPTIONS request methods.

Include Page
_PropertiesFileJava
_PropertiesFileJava

 

Example

blueriq.mvc.themes.bootstrap3.template-group-file=UI/mvc/v2/bootstrap3.stg
blueriq.mvc.themes.bootstrap3.template-name=main
blueriq.mvc.active-themes=bootstrap3