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

changeset 184
e8eecee6aadf
parent 180
009700915269
child 198
94f174d591ab
equal deleted inserted replaced
183:61669abf277f 184:e8eecee6aadf
50 * Name for the context parameter optionally specifying a database dialect. 50 * Name for the context parameter optionally specifying a database dialect.
51 */ 51 */
52 const val CTX_ATTR_DB_DIALECT = "db-dialect" 52 const val CTX_ATTR_DB_DIALECT = "db-dialect"
53 53
54 /** 54 /**
55 * Key for the request attribute containing the optional navigation menu jsp. 55 * Key for the request attribute containing the optional navigation menu.
56 */ 56 */
57 const val REQ_ATTR_NAVIGATION = "navMenu" 57 const val REQ_ATTR_NAVIGATION = "navMenu"
58 58
59 /** 59 /**
60 * Key for the request attribute containing the base href. 60 * Key for the request attribute containing the base href.
86 * Will be used in a meta element. 86 * Will be used in a meta element.
87 */ 87 */
88 const val REQ_ATTR_REDIRECT_LOCATION = "redirectLocation" 88 const val REQ_ATTR_REDIRECT_LOCATION = "redirectLocation"
89 89
90 /** 90 /**
91 * Key for the optional return link based on the referer header.
92 */
93 const val REQ_ATTR_REFERER = "returnLink"
94
95 /**
91 * Key for the current language selection within the session. 96 * Key for the current language selection within the session.
92 */ 97 */
93 const val SESSION_ATTR_LANGUAGE = "language" 98 const val SESSION_ATTR_LANGUAGE = "language"
94 } 99 }

mercurial