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

changeset 180
009700915269
parent 158
4f912cd42876
child 184
e8eecee6aadf
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Tue Jan 05 19:19:31 2021 +0100
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt	Wed Jan 06 15:39:56 2021 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2020 Mike Becker. All rights reserved.
     1.6 + * Copyright 2021 Mike Becker. All rights reserved.
     1.7   *
     1.8   * Redistribution and use in source and binary forms, with or without
     1.9   * modification, are permitted provided that the following conditions are met:
    1.10 @@ -52,11 +52,6 @@
    1.11      const val CTX_ATTR_DB_DIALECT = "db-dialect"
    1.12  
    1.13      /**
    1.14 -     * Key for the request attribute containing the resource bundle name.
    1.15 -     */
    1.16 -    const val REQ_ATTR_RESOURCE_BUNDLE = "bundleName"
    1.17 -
    1.18 -    /**
    1.19       * Key for the request attribute containing the optional navigation menu jsp.
    1.20       */
    1.21      const val REQ_ATTR_NAVIGATION = "navMenu"

mercurial