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

changeset 374
34abadbdd0e3
parent 371
3795a72e2f16
--- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Sun May 18 13:24:55 2025 +0200
+++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Wed May 21 14:19:07 2025 +0200
@@ -26,6 +26,9 @@
 package de.uapcore.lightpit
 
 object Constants {
+    /**
+     * A data in yyyy-mm-dd format to identify the release.
+     */
     const val VERSION_DATE = "2025-05-18"
 
     /**
@@ -54,6 +57,11 @@
     const val CTX_ATTR_DB_DIALECT = "db-dialect"
 
     /**
+     * The name of the main JSP file the request has been forwarded to.
+     */
+    const val REQ_ATTR_JSP = "jspFile"
+
+    /**
      * Key for the request attribute containing the optional navigation menu.
      */
     const val REQ_ATTR_NAVIGATION = "navMenu"

mercurial