source: EDIS/trunk/java/tracking-server-core/src/main/java/gov/va/med/edp/web/controller/SessionConstants.java@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 378 bytes
Line 
1package gov.va.med.edp.web.controller;
2
3/**
4 * Constants used as keys for session attributes.
5 */
6public class SessionConstants {
7
8 public static final String SERVER_PACKAGE_VERSION_KEY = "edis.server.package.version";
9 public static final String SERVER_ERROR_KEY = "edis.server.error";
10 public static final String RECOGNIZED_SWF_IDS_KEY = "edis.swf.ids";
11}
Note: See TracBrowser for help on using the repository browser.