src/java/de/uapcore/lightpit/Constants.java

changeset 19
1a0ac419f714
parent 16
4e0998805276
child 24
8137ec335416
equal deleted inserted replaced
18:a94b172c3a93 19:1a0ac419f714
57 * Name for the context parameter optionally specifying a database schema. 57 * Name for the context parameter optionally specifying a database schema.
58 */ 58 */
59 public static final String CTX_ATTR_DB_SCHEMA = "db-schema"; 59 public static final String CTX_ATTR_DB_SCHEMA = "db-schema";
60 60
61 /** 61 /**
62 * Name for the context parameter optionally specifying a database dialect.
63 */
64 public static final String CTX_ATTR_DB_DIALECT = "db-dialect";
65
66 /**
62 * Key for the request attribute containing the class name of the currently dispatching module. 67 * Key for the request attribute containing the class name of the currently dispatching module.
63 */ 68 */
64 public static final String REQ_ATTR_MODULE_CLASSNAME = fqn(AbstractLightPITServlet.class, "moduleClassname"); 69 public static final String REQ_ATTR_MODULE_CLASSNAME = fqn(AbstractLightPITServlet.class, "moduleClassname");
65 70
66 /** 71 /**

mercurial