Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
SubjectJAVA Property
.NET
Explanation 
MVC UI



blueriq.mvc.development-mode
<ui>
<mvc developmentMode="false">
<themes>
<theme name="bootstrap3" templateGroupFile="UI/mvc/v2/bootstrap3.stg" templateName="main" />
</themes>
</mvc>
</ui>
Turning mvc development mode on or off.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.mvc.themes.[theme].template-group-file
templateGroupFile="UI/mvc/v2/bootstrap3.stg"
Path to where the stg file can be found.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.mvc.themes.[theme].template-name
templateName="main"
Name of the mvcui template.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.mvc.active-themes
Not available in .NET
Java 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-request
Not available in .NET
This is a spring mvc property that enables the dispatcher to listen to OPTIONS request methods.