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

changeset 184
e8eecee6aadf
parent 180
009700915269
child 198
94f174d591ab
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Sat Jan 23 14:47:59 2021 +0100
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Fri Apr 02 11:59:14 2021 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4      const val CTX_ATTR_DB_DIALECT = "db-dialect"
     1.5  
     1.6      /**
     1.7 -     * Key for the request attribute containing the optional navigation menu jsp.
     1.8 +     * Key for the request attribute containing the optional navigation menu.
     1.9       */
    1.10      const val REQ_ATTR_NAVIGATION = "navMenu"
    1.11  
    1.12 @@ -88,6 +88,11 @@
    1.13      const val REQ_ATTR_REDIRECT_LOCATION = "redirectLocation"
    1.14  
    1.15      /**
    1.16 +     * Key for the optional return link based on the referer header.
    1.17 +     */
    1.18 +    const val REQ_ATTR_REFERER = "returnLink"
    1.19 +
    1.20 +    /**
    1.21       * Key for the current language selection within the session.
    1.22       */
    1.23      const val SESSION_ATTR_LANGUAGE = "language"

mercurial