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"); |