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
  • Field Details

    • APP_NAME

      public static final String APP_NAME
      See Also:
    • BUNDLE_KEY

      public static final String BUNDLE_KEY
      The name of the ResourceBundle used in this application
      See Also:
    • 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:
  • Constructor Details

    • Constants

      public Constants()