public final class ConfigurationParams extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TEXT_NO_SELECTOR_FOUND
Default string when a selector has not been found.
|
static String |
DEFAULT_TEXT_NO_TRANSLATION_FOUND
Default string when a translation has not been found.
|
static List<String> |
EXPOSED_HEADERS_DEV
Exposed headers in dev environment.
|
static List<String> |
EXPOSED_HEADERS_PROD
Exposed headers in prod environment.
|
static List<String> |
HEADERS_ALLOWED_DEV
Headers allowed in dev environment.
|
static List<String> |
HEADERS_ALLOWED_PROD
Headers allowed in prod environment.
|
static Long |
MAX_AGE_PREFLIGHT_CACHE
Max age of preflight cache.
|
static int |
MAX_LONG_STR_SIZE
Max string very long size for DB entities.
|
static int |
MAX_STR_SIZE
Max string size for DB entities.
|
static List<String> |
METHODS_ALLOWED_DEV
Methods allowed in dev environment.
|
static List<String> |
METHODS_ALLOWED_PROD
Methods allowed in prod environment.
|
static List<String> |
ORIGINS_ALLOWED_DEV
Origins allowed in dev environment.
|
static List<String> |
ORIGINS_ALLOWED_PROD
Origins allowed in prod environment.
|
public static final int MAX_STR_SIZE
public static final int MAX_LONG_STR_SIZE
public static final List<String> ORIGINS_ALLOWED_PROD
public static final List<String> ORIGINS_ALLOWED_DEV
public static final List<String> METHODS_ALLOWED_PROD
public static final List<String> METHODS_ALLOWED_DEV
public static final List<String> HEADERS_ALLOWED_PROD
public static final List<String> HEADERS_ALLOWED_DEV
public static final List<String> EXPOSED_HEADERS_PROD
public static final List<String> EXPOSED_HEADERS_DEV
public static final Long MAX_AGE_PREFLIGHT_CACHE
public static final String DEFAULT_TEXT_NO_SELECTOR_FOUND
public static final String DEFAULT_TEXT_NO_TRANSLATION_FOUND
Copyright © 2023. All rights reserved.