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

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

mercurial