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

changeset 50
2a90d105edec
parent 47
57cfb94ab99f
child 70
821c4950b619
equal deleted inserted replaced
49:d9c24f0ab8f7 50:2a90d105edec
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";

mercurial