1 /* |
1 /* |
2 * Copyright 2020 Mike Becker. All rights reserved. |
2 * Copyright 2021 Mike Becker. All rights reserved. |
3 * |
3 * |
4 * Redistribution and use in source and binary forms, with or without |
4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions are met: |
5 * modification, are permitted provided that the following conditions are met: |
6 * |
6 * |
7 * 1. Redistributions of source code must retain the above copyright |
7 * 1. Redistributions of source code must retain the above copyright |
50 * Name for the context parameter optionally specifying a database dialect. |
50 * Name for the context parameter optionally specifying a database dialect. |
51 */ |
51 */ |
52 const val CTX_ATTR_DB_DIALECT = "db-dialect" |
52 const val CTX_ATTR_DB_DIALECT = "db-dialect" |
53 |
53 |
54 /** |
54 /** |
55 * Key for the request attribute containing the resource bundle name. |
|
56 */ |
|
57 const val REQ_ATTR_RESOURCE_BUNDLE = "bundleName" |
|
58 |
|
59 /** |
|
60 * Key for the request attribute containing the optional navigation menu jsp. |
55 * Key for the request attribute containing the optional navigation menu jsp. |
61 */ |
56 */ |
62 const val REQ_ATTR_NAVIGATION = "navMenu" |
57 const val REQ_ATTR_NAVIGATION = "navMenu" |
63 |
58 |
64 /** |
59 /** |