public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AWS_FILE_TO_CHECK
The file to check for its existence to determine if the server is running on AWS.
|
static String |
AWS_HOST_NAME_URL
The URL to use to determine this host's name when running in AWS.
|
static String |
DEFAULT_SWAGGER_HOST
Default host name will be used if the host cannot be determined by other means.
|
static String |
SWAGGER_ASSETS_NAME
The name of the
AssetsBundle to register. |
static String |
SWAGGER_PATH
The path to which Swagger resources are bound to
|
static String |
SWAGGER_RESOURCES_PATH
The project's directory in which Swagger static assets live
|
static String |
SWAGGER_URI_PATH
The path with which all HTTP requests for Swagger assets should be prefixed.
|
| Constructor and Description |
|---|
Constants() |
public static final String SWAGGER_RESOURCES_PATH
public static final String SWAGGER_URI_PATH
public static final String SWAGGER_ASSETS_NAME
AssetsBundle to register.public static final String DEFAULT_SWAGGER_HOST
public static final String AWS_HOST_NAME_URL
public static final String AWS_FILE_TO_CHECK
public static final String SWAGGER_PATH
Copyright © 2014–2015. All rights reserved.