47 * Name for the context parameter specifying the available languages. |
47 * Name for the context parameter specifying the available languages. |
48 */ |
48 */ |
49 public static final String CTX_ATTR_LANGUAGES = "available-languages"; |
49 public static final String CTX_ATTR_LANGUAGES = "available-languages"; |
50 |
50 |
51 /** |
51 /** |
|
52 * Name for the context parameter optionally specifying the JNDI context; |
|
53 */ |
|
54 public static final String CTX_ATTR_JNDI_CONTEXT = "jndi-context"; |
|
55 |
|
56 /** |
|
57 * Name for the context parameter optionally specifying a database schema. |
|
58 */ |
|
59 public static final String CTX_ATTR_DB_SCHEMA = "db-schema"; |
|
60 |
|
61 /** |
52 * Key for the request attribute containing the class name of the currently dispatching module. |
62 * Key for the request attribute containing the class name of the currently dispatching module. |
53 */ |
63 */ |
54 public static final String REQ_ATTR_MODULE_CLASSNAME = fqn(AbstractLightPITServlet.class, "moduleClassname"); |
64 public static final String REQ_ATTR_MODULE_CLASSNAME = fqn(AbstractLightPITServlet.class, "moduleClassname"); |
55 |
65 |
56 /** |
66 /** |