Changeset 14401
- Timestamp:
- 03.09.2007 13:31:34 (12 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/src/java/org/greenstone/gsdl3/util/GSXML.java
r14296 r14401 122 122 public static final String DOC_TYPE_PAGED = "paged"; 123 123 public static final String DOC_TYPE_HIERARCHY = "hierarchy"; 124 124 125 public static final String SESSION_EXPIRATION = "session_expiration"; 126 public static final String USER_SESSION_CACHE_ATT = "user_session_cache"; 127 125 128 // classifier stuff 126 129 public static final String CLASS_NODE_ELEM = "classifierNode";