Class JettyConstants


  • public class JettyConstants
    extends Object
    JettyConstants centralizes some constants that are specific to our use of Jetty.
    • Field Detail

      • APP_VERSION_CONTEXT_ATTR

        public static final String APP_VERSION_CONTEXT_ATTR
        This ServletContext attribute contains the AppVersion for the current application.
        See Also:
        Constant Field Values
      • APP_VERSION_KEY_REQUEST_ATTR

        public static final String APP_VERSION_KEY_REQUEST_ATTR
        This ServletRequest attribute contains the AppVersionKey identifying the current application. identify which application version to use.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JettyConstants

        public JettyConstants()