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

changeset 19
1a0ac419f714
parent 16
4e0998805276
child 24
8137ec335416
     1.1 --- a/src/java/de/uapcore/lightpit/Constants.java	Sun Dec 31 17:43:39 2017 +0100
     1.2 +++ b/src/java/de/uapcore/lightpit/Constants.java	Sat Mar 31 18:11:09 2018 +0200
     1.3 @@ -59,6 +59,11 @@
     1.4      public static final String CTX_ATTR_DB_SCHEMA = "db-schema";
     1.5      
     1.6      /**
     1.7 +     * Name for the context parameter optionally specifying a database dialect.
     1.8 +     */
     1.9 +    public static final String CTX_ATTR_DB_DIALECT = "db-dialect";
    1.10 +    
    1.11 +    /**
    1.12       * Key for the request attribute containing the class name of the currently dispatching module.
    1.13       */
    1.14      public static final String REQ_ATTR_MODULE_CLASSNAME = fqn(AbstractLightPITServlet.class, "moduleClassname");

mercurial