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

changeset 16
4e0998805276
parent 13
f4608ad6c947
child 19
1a0ac419f714
     1.1 --- a/src/java/de/uapcore/lightpit/Constants.java	Tue Dec 26 19:45:31 2017 +0100
     1.2 +++ b/src/java/de/uapcore/lightpit/Constants.java	Sat Dec 30 20:35:23 2017 +0100
     1.3 @@ -49,6 +49,16 @@
     1.4      public static final String CTX_ATTR_LANGUAGES = "available-languages";
     1.5      
     1.6      /**
     1.7 +     * Name for the context parameter optionally specifying the JNDI context;
     1.8 +     */
     1.9 +    public static final String CTX_ATTR_JNDI_CONTEXT = "jndi-context";
    1.10 +    
    1.11 +    /**
    1.12 +     * Name for the context parameter optionally specifying a database schema.
    1.13 +     */
    1.14 +    public static final String CTX_ATTR_DB_SCHEMA = "db-schema";
    1.15 +    
    1.16 +    /**
    1.17       * Key for the request attribute containing the class name of the currently dispatching module.
    1.18       */
    1.19      public static final String REQ_ATTR_MODULE_CLASSNAME = fqn(AbstractLightPITServlet.class, "moduleClassname");

mercurial