source: greenstone3/trunk/src/java/org/greenstone/gsdl3/util/GSConstants.java@ 14641

Last change on this file since 14641 was 6675, checked in by nzdl, 20 years ago

added hte separator strings for metadata names

  • Property svn:keywords set to Author Date Id Revision
File size: 556 bytes
Line 
1package org.greenstone.gsdl3.util;
2
3/** these constants are used for servlet args, and config variables */
4public class GSConstants {
5
6 public static final String GSDL3_HOME = "gsdl3_home";
7 public static final String INTERFACE_NAME = "interface_name";
8 public static final String SITE_NAME = "site_name";
9 public static final String LIBRARY_NAME = "library_name";
10 public static final String DEFAULT_LANG = "default_lang";
11
12
13 public static final String META_RELATION_SEP = "_";
14 public static final String META_SEPARATOR_SEP = "*";
15}
Note: See TracBrowser for help on using the repository browser.