Class Constants


  • public class Constants
    extends Object
    Constant values used throughout the application.

    Originally from Appfuse

    Author:
    pavlidis
    • Field Detail

      • 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
    • Constructor Detail

      • Constants

        public Constants()