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

changeset 78
bb4c52bf3439
parent 74
91d1fc2a3a14
child 86
0a658e53177c
equal deleted inserted replaced
77:192298f8161f 78:bb4c52bf3439
60 * Name for the context parameter optionally specifying a database dialect. 60 * Name for the context parameter optionally specifying a database dialect.
61 */ 61 */
62 public static final String CTX_ATTR_DB_DIALECT = "db-dialect"; 62 public static final String CTX_ATTR_DB_DIALECT = "db-dialect";
63 63
64 /** 64 /**
65 * Key for the request attribute containing the {@link LightPITModule} information of the currently dispatching module. 65 * Key for the request attribute containing the resource bundle name.
66 */ 66 */
67 public static final String REQ_ATTR_MODULE_INFO = fqn(AbstractLightPITServlet.class, "moduleInfo"); 67 public static final String REQ_ATTR_RESOURCE_BUNDLE = fqn(AbstractLightPITServlet.class, "bundleName");
68 68
69 /** 69 /**
70 * Key for the request attribute containing the menu list. 70 * Key for the request attribute containing the menu list.
71 */ 71 */
72 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu"); 72 public static final String REQ_ATTR_MENU = fqn(AbstractLightPITServlet.class, "mainMenu");

mercurial