| 50 |
53 |
| 51 /** |
54 /** |
| 52 * Name for the context parameter optionally specifying a database dialect. |
55 * Name for the context parameter optionally specifying a database dialect. |
| 53 */ |
56 */ |
| 54 const val CTX_ATTR_DB_DIALECT = "db-dialect" |
57 const val CTX_ATTR_DB_DIALECT = "db-dialect" |
| |
58 |
| |
59 /** |
| |
60 * The name of the main JSP file the request has been forwarded to. |
| |
61 */ |
| |
62 const val REQ_ATTR_JSP = "jspFile" |
| 55 |
63 |
| 56 /** |
64 /** |
| 57 * Key for the request attribute containing the optional navigation menu. |
65 * Key for the request attribute containing the optional navigation menu. |
| 58 */ |
66 */ |
| 59 const val REQ_ATTR_NAVIGATION = "navMenu" |
67 const val REQ_ATTR_NAVIGATION = "navMenu" |