Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 5
SubjectJAVA Property.NETExplanation 
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_PropertiesFileJavablueriq.mvc.themes.[theme].template-group-filetemplateGroupFile="UI/mvc/v2/bootstrap3.stg"Path to where the stg file can be found. Include Page_PropertiesFileJava_PropertiesFileJavablueriq.mvc.themes.[theme].template-nametemplateName="main"Name of the mvcui template. Include Page_PropertiesFileJava_PropertiesFileJavablueriq.mvc.active-themesNot available in .NETJava 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_PropertiesFileJavaspring.mvc.dispatch-options-requestNot available in .NETThis is a spring mvc property that enables the dispatcher to listen to OPTIONS request methods. 

 

 

MVC UI
SubjectJAVA Property.NETExplanation 
blueriq.mvc.development-mode

<ui>
<xslt folder="UI/xslt" stylesheet="web.xsl">
<themes>
<theme name="blueriq" />
</themes>
</xslt>
<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-filetemplateGroupFile="UI/mvc/v2/bootstrap3.stg" Path to where the stg file can be found.

Include Page
_PropertiesFileJava
_PropertiesFileJava

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

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.mvc.active-themesNot available in .NETJava 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-requestNot available in .NETThis is a spring mvc property that enables the dispatcher to listen to OPTIONS request methods.