Package ubic.gemma.web.util
Class Constants
- java.lang.Object
-
- ubic.gemma.web.util.Constants
-
public class Constants extends Object
Constant values used throughout the application.Originally from Appfuse
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
APP_NAME
public static final String APP_NAME
- See Also:
- Constant Field Values
-
BUNDLE_KEY
public static final String BUNDLE_KEY
The name of the ResourceBundle used in this application- See Also:
- Constant Field Values
-
CONFIG
public static final String CONFIG
The name of the configuration hashmap stored in application scope. Variables placed here (in the StartupListener) are available in jsps using $appConfig['key'] synax.- See Also:
- Constant Field Values
-
-