src/main/kotlin/de/uapcore/lightpit/Constants.kt

changeset 414
1f1bce90127e
parent 412
e0119fb1b442
equal deleted inserted replaced
413:0523585f1742 414:1f1bce90127e
27 27
28 object Constants { 28 object Constants {
29 /** 29 /**
30 * A date in yyyy-mm-dd format to identify the release. 30 * A date in yyyy-mm-dd format to identify the release.
31 */ 31 */
32 const val VERSION_DATE = "2026-02-20" 32 const val VERSION_DATE = "2026-02-21"
33 33
34 /** 34 /**
35 * The path where the JSP files reside. 35 * The path where the JSP files reside.
36 */ 36 */
37 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/" 37 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/"
90 * Key for the view model object (the type depends on the rendered site). 90 * Key for the view model object (the type depends on the rendered site).
91 */ 91 */
92 const val REQ_ATTR_VIEWMODEL = "viewmodel" 92 const val REQ_ATTR_VIEWMODEL = "viewmodel"
93 93
94 /** 94 /**
95 * Key for the name of the additional stylesheet used by a module.
96 */
97 const val REQ_ATTR_STYLESHEET = "extraCss"
98
99 /**
100 * Key for the name of the optional java script file. 95 * Key for the name of the optional java script file.
101 */ 96 */
102 const val REQ_ATTR_JAVASCRIPT = "javascriptFile" 97 const val REQ_ATTR_JAVASCRIPT = "javascriptFile"
103 98
104 /** 99 /**

mercurial