44 |
44 |
45 /** |
45 /** |
46 * Name for the context parameter specifying the available languages. |
46 * Name for the context parameter specifying the available languages. |
47 */ |
47 */ |
48 public static final String CTX_ATTR_LANGUAGES = "available-languages"; |
48 public static final String CTX_ATTR_LANGUAGES = "available-languages"; |
49 |
|
50 /** |
|
51 * Name for the context parameter optionally specifying the JNDI context; |
|
52 */ |
|
53 public static final String CTX_ATTR_JNDI_CONTEXT = "jndi-context"; |
|
54 |
49 |
55 /** |
50 /** |
56 * Name for the context parameter optionally specifying a database schema. |
51 * Name for the context parameter optionally specifying a database schema. |
57 */ |
52 */ |
58 public static final String CTX_ATTR_DB_SCHEMA = "db-schema"; |
53 public static final String CTX_ATTR_DB_SCHEMA = "db-schema"; |