ControllerAdvice beans in RED FLAGS webapp
Below I list the ControllerAdvice beans and the model attributes they add.
LangAdvice
| Model attribute | Description | 
|---|---|
| lang | Value returned by getLanguage()of the currentLocaleobject | 
| language | Value returned by getDisplayLanguage()of the currentLocaleobject | 
| languages | Value of site.languagesproperty split by,. Default value:en,hu | 
SiteAdvice
| Model attribute | Description | 
|---|---|
| message | Value of site.messageproperty. Default value: empty string | 
| printCaptcha | Value of site.useCaptchaproperty, injected inSecuritySvc.java. Default value:true | 
VersionAdvice
| Model attribute | Description | 
|---|---|
| appTitle | Value of app.titleproperty defined inversion.properties, injected inVersionConfig.java | 
| built | Timestamp of the application start (yeah, it's not the build time but it's usually close :)) | 
| version | Value of app.versionproperty defined inversion.properties, injected inVersionConfig.java |