public class JettyConstants extends Object
JettyConstants centralizes some constants that are specific
to our use of Jetty.| Modifier and Type | Field and Description |
|---|---|
static String |
APP_VERSION_CONTEXT_ATTR
This
ServletContext attribute contains the AppVersion for the current application. |
static String |
APP_VERSION_KEY_REQUEST_ATTR
This
ServletRequest attribute contains the AppVersionKey identifying the current application. |
| Constructor and Description |
|---|
JettyConstants() |
public static final String APP_VERSION_CONTEXT_ATTR
ServletContext attribute contains the AppVersion for the current application.public static final String APP_VERSION_KEY_REQUEST_ATTR
ServletRequest attribute contains the AppVersionKey identifying the current application. identify
which application version to use.Copyright © 2022. All rights reserved.