Class JettyConstants
- java.lang.Object
-
- com.google.apphosting.runtime.jetty9.JettyConstants
-
public class JettyConstants extends Object
JettyConstantscentralizes some constants that are specific to our use of Jetty.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPP_VERSION_CONTEXT_ATTRThisServletContextattribute contains theAppVersionfor the current application.static StringAPP_VERSION_KEY_REQUEST_ATTRThisServletRequestattribute contains theAppVersionKeyidentifying the current application.
-
Constructor Summary
Constructors Constructor Description JettyConstants()
-
-
-
Field Detail
-
APP_VERSION_CONTEXT_ATTR
public static final String APP_VERSION_CONTEXT_ATTR
ThisServletContextattribute contains theAppVersionfor the current application.- See Also:
- Constant Field Values
-
APP_VERSION_KEY_REQUEST_ATTR
public static final String APP_VERSION_KEY_REQUEST_ATTR
ThisServletRequestattribute contains theAppVersionKeyidentifying the current application. identify which application version to use.- See Also:
- Constant Field Values
-
-