You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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.

application.properties

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

application.properties

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

application.properties

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.

application.properties

spring.mvc.dispatch-options-requestNot available in .NETThis is a spring mvc property that enables the dispatcher to listen to OPTIONS request methods. 

 

 

SubjectJAVA Property.NETExplanation 
MVC UI



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.

application.properties

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

application.properties

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

application.properties

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.

application.properties

spring.mvc.dispatch-options-requestNot available in .NETThis is a spring mvc property that enables the dispatcher to listen to OPTIONS request methods. 

 

 

 

  • No labels