src/main/java/de/uapcore/lightpit/Constants.java

changeset 78
bb4c52bf3439
parent 74
91d1fc2a3a14
child 86
0a658e53177c
     1.1 --- a/src/main/java/de/uapcore/lightpit/Constants.java	Sat May 23 13:34:41 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/Constants.java	Sat May 23 13:52:04 2020 +0200
     1.3 @@ -62,9 +62,9 @@
     1.4      public static final String CTX_ATTR_DB_DIALECT = "db-dialect";
     1.5  
     1.6      /**
     1.7 -     * Key for the request attribute containing the {@link LightPITModule} information of the currently dispatching module.
     1.8 +     * Key for the request attribute containing the resource bundle name.
     1.9       */
    1.10 -    public static final String REQ_ATTR_MODULE_INFO = fqn(AbstractLightPITServlet.class, "moduleInfo");
    1.11 +    public static final String REQ_ATTR_RESOURCE_BUNDLE = fqn(AbstractLightPITServlet.class, "bundleName");
    1.12  
    1.13      /**
    1.14       * Key for the request attribute containing the menu list.

mercurial