Constant Field Values
Contents
org.craftercms.*
-
org.craftercms.commons.aws.AbstractAwsClientCachingFactory<P extends AbstractAwsProfile,C> Modifier and Type Constant Field Value public static final intDEFAULT_SHUTDOWN_CLIENT_AFTER_IDLE_SECS900
-
org.craftercms.commons.config.ConfigurationResolverImpl Modifier and Type Constant Field Value public static final StringDEFAULT_ENVIRONMENT"default"public static final StringPLACEHOLDER_ENVIRONMENT"environment"public static final StringPLACEHOLDER_MODULE"module" -
org.craftercms.commons.config.ConfigUtils Modifier and Type Constant Field Value public static final StringDEFAULT_ENCODING"UTF-8" -
org.craftercms.commons.config.DecryptionLookup Modifier and Type Constant Field Value public static final StringLOG_KEY_DECRYPTION_ERROR"configuration.lookup.decryption.error" -
org.craftercms.commons.config.EncryptionAwareConfigurationReader Modifier and Type Constant Field Value public static final StringDEFAULT_ENCRYPTED_VALUE_PREFIX"enc"public static final charDEFAULT_LIST_DELIMITER44 -
org.craftercms.commons.config.PublishingTargetResolver Modifier and Type Constant Field Value public static final StringLIVE"live"public static final StringPREVIEW"preview"public static final StringSTAGING"staging" -
org.craftercms.commons.config.YamlConfiguration Modifier and Type Constant Field Value public static final StringERROR_KEY_LOAD_ERROR"configuration.yaml.loadError"public static final StringERROR_KEY_WRITE_NOT_SUPPORTED"configuration.yaml.writeNotSupported"public static final StringLOG_KEY_YAML_LOADED"configuration.yaml.yamlLoaded"
-
org.craftercms.commons.crypto.Base64 Modifier and Type Constant Field Value public static final intDECODE0public static final intDONT_BREAK_LINES8public static final intENCODE1public static final intGZIP2public static final intNO_OPTIONS0public static final intORDERED32public static final intURL_SAFE16 -
org.craftercms.commons.crypto.CryptoUtils Modifier and Type Constant Field Value public static final StringAES_CIPHER_ALGORITHM"AES"public static final intAES_KEY_BYTE_SIZE16public static final StringDEFAULT_AES_CIPHER_TRANSFORMATION"AES/CBC/PKCS5Padding"public static final StringPASSWORD_SEP"|" -
org.craftercms.commons.crypto.PGPUtils Modifier and Type Constant Field Value public static final StringALGORITHM"RSA"public static final StringPROVIDER"BC" -
org.craftercms.commons.crypto.SimpleCipher Modifier and Type Constant Field Value public static final StringERROR_KEY_DEC_ERROR"crypto.cipher.decryptionError"public static final StringERROR_KEY_ENC_ERROR"crypto.cipher.encryptionError"public static final StringERROR_KEY_IV_NOT_SET"crypto.cipher.ivNotSet"public static final StringERROR_KEY_KEY_NOT_SET"crypto.cipher.keyNotSet"public static final StringLOG_KEY_DEC_SUCCESSFUL"crypto.cipher.decryptionSuccessful"public static final StringLOG_KEY_DEF_CIPHER_CREATED"crypto.cipher.defaultCipherCreated"public static final StringLOG_KEY_ENC_SUCCESSFUL"crypto.cipher.encryptionSuccessful"public static final StringLOG_KEY_IV_GEN"crypto.cipher.ivGenerated"public static final StringLOG_KEY_KEY_GEN"crypto.cipher.keyGenerated" -
org.craftercms.commons.crypto.SimpleDigest Modifier and Type Constant Field Value public static final StringDEFAULT_ALGORITHM"SHA-256"public static final intDEFAULT_ITERATIONS1000public static final intDEFAULT_SALT_SIZE16public static final StringERROR_KEY_INVALID_ALG"crypto.digest.invalidDigestAlgorithm"public static final StringLOG_KEY_DEF_DIGEST_CREATED"crypto.digest.defaultDigestCreated"public static final StringLOG_KEY_DIGEST_GEN"crypto.digest.digestGenerated"public static final StringLOG_KEY_SALT_GEN"crypto.digest.saltGenerated"
-
org.craftercms.commons.crypto.impl.NoOpTextEncryptor Modifier and Type Constant Field Value public static final StringLOG_KEY_NOOP_USED"crypto.textEncryptor.noOpUsed" -
org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl Modifier and Type Constant Field Value public static final StringERROR_KEY_GET_KEY_ERROR"crypto.keyRepo.getKeyError"public static final StringERROR_KEY_KEY_STORE_LOAD_ERROR"crypto.keyRepo.keyStoreLoadError"public static final StringERROR_KEY_KEY_STORE_STORE_ERROR"crypto.keyRepo.keyStoreStoreError"public static final StringERROR_KEY_SAVE_KEY_ERROR"crypto.keyRepo.saveKeyError"public static final StringKEY_STORE_TYPE"JCEKS"public static final StringLOG_KEY_KEY_CREATED"crypto.keyRepo.keyCreated"public static final StringLOG_KEY_KEY_FOUND"crypto.keyRepo.keyFound"public static final StringLOG_KEY_KEY_NOT_FOUND"crypto.keyRepo.keyNotFound"public static final StringLOG_KEY_KEY_SAVED"crypto.keyRepo.keySaved"public static final StringLOG_KEY_KEY_STORE_LOADED"crypto.keyRepo.keyStoreLoaded"public static final StringLOG_KEY_KEY_STORE_STORED"crypto.keyRepo.keyStoreStored"
-
org.craftercms.commons.exceptions.DateParseException Modifier and Type Constant Field Value public static final StringKEY"converters.stringToDate.parseFailed"
-
org.craftercms.commons.file.blob.BlobStore Modifier and Type Constant Field Value public static final StringCONFIG_KEY_CONFIGURATION"configuration"public static final StringCONFIG_KEY_ID"id"public static final StringCONFIG_KEY_MAPPING"mappings.mapping"public static final StringCONFIG_KEY_MAPPING_PREFIX"prefix"public static final StringCONFIG_KEY_MAPPING_PUBLISHING_TARGET"publishingTarget"public static final StringCONFIG_KEY_MAPPING_STORE_TARGET"storeTarget"public static final StringCONFIG_KEY_PATTERN"pattern"
-
org.craftercms.commons.file.blob.impl.BlobStoreResolverImpl Modifier and Type Constant Field Value public final StringCONFIG_KEY_STORE"blobStore"public final StringCONFIG_KEY_TYPE"type"
-
org.craftercms.commons.http.CookieManager Modifier and Type Constant Field Value public static final StringLOG_KEY_ADDED_COOKIE"http.cookie.addedCookie"public static final StringLOG_KEY_DELETED_COOKIE"http.cookie.deletedCookie" -
org.craftercms.commons.http.HttpUtils Modifier and Type Constant Field Value public static final StringCACHE_CONTROL_HEADER_NAME"Cache-Control"public static final intDEFAULT_HTTP_PORT80public static final intDEFAULT_HTTPS_PORT443public static final StringEXPIRES_HEADER_NAME"Expires"public static final StringHTTP_SCHEME"http"public static final StringHTTPS_SCHEME"https"public static final StringPRAGMA_HEADER_NAME"Pragma" -
org.craftercms.commons.http.RequestContextBindingFilter Modifier and Type Constant Field Value public static final StringLOG_KEY_BINGING_CONTEXT"http.requestContext.bindingContext"public static final StringLOG_KEY_UNBINDING_CONTEXT"http.requestContext.unbindingContext"
-
org.craftercms.commons.i10n.I10nUtils Modifier and Type Constant Field Value public static final StringDEFAULT_ERROR_MESSAGE_BUNDLE_NAME"crafter.commons.messages.errors"public static final StringDEFAULT_LOGGING_MESSAGE_BUNDLE_NAME"crafter.commons.messages.logging"
-
org.craftercms.commons.jackson.mvc.GDataPropertyFilter Modifier and Type Constant Field Value public static final StringSELECTOR_ALIAS_PREFIX":"
-
org.craftercms.commons.lang.UrlUtils Modifier and Type Constant Field Value public static final StringRANGE_HEADER_FORMAT"bytes=%s-%s"public static final StringRANGE_HEADER_NAME"Range"public static final StringRANGE_NO_END_HEADER_FORMAT"bytes=%s-"
-
org.craftercms.commons.locale.LocaleUtils Modifier and Type Constant Field Value public static final StringCONFIG_KEY_DEFAULT_LOCALE"defaultLocaleCode"public static final StringCONFIG_KEY_FALLBACK"fallbackToDefaultLocale"public static final StringCONFIG_KEY_SUPPORTED_LOCALES"localeCodes.localeCode"public static final StringLOCALE_SEPARATOR"_"
-
org.craftercms.commons.logging.I10nMethodLogger Modifier and Type Constant Field Value public static final StringLOG_KEY_ENTRY"logging.method.entry"public static final StringLOG_KEY_EXCEPTION"logging.method.exception"public static final StringLOG_KEY_EXIT"logging.method.exit"
-
org.craftercms.commons.mail.EmailPreparationException Modifier and Type Constant Field Value public static final StringKEY"mail.preparationError" -
org.craftercms.commons.mail.EmailSendException Modifier and Type Constant Field Value public static final StringKEY"mail.sendError"
-
org.craftercms.commons.mail.impl.EmailFactoryImpl Modifier and Type Constant Field Value public static final StringDEFAULT_ENCODING"UTF-8"public static final StringERROR_KEY_TEMPLATE_CONFIG_MISSING"mail.templateConfigMissing"public static final StringLOG_KEY_MIME_MSG_CREATED"mail.mimeMessageCreated"public static final StringLOG_KEY_PROCESSING_EMAIL_TEMPLATE"mail.processingEmailTemplate" -
org.craftercms.commons.mail.impl.EmailImpl Modifier and Type Constant Field Value public static final StringLOG_KEY_EMAIL_SENT"mail.emailSent"
-
org.craftercms.commons.monitoring.VersionInfo Modifier and Type Constant Field Value public static final StringKEY_BUILD_ON"Build-On"public static final StringKEY_IMPLEMENTATION_BUILD"Implementation-Build"public static final StringKEY_IMPLEMENTATION_TITLE"Implementation-Title"public static final StringKEY_IMPLEMENTATION_VERSION"Implementation-Version"public static final StringMANIFEST_PATH"/META-INF/MANIFEST.MF"public static final StringSPRING_PATH"!/BOOT-INF/classes!/"public static final StringWAR_PATH"/WEB-INF/classes/"
-
org.craftercms.commons.monitoring.rest.MonitoringRestControllerBase Modifier and Type Constant Field Value public static final StringMEMORY_URL"/memory"public static final StringROOT_URL"/monitoring"public static final StringSTATUS_URL"/status"public static final StringVERSION_URL"/version"
-
org.craftercms.commons.rest.HttpMessageConvertingResponseWriter Modifier and Type Constant Field Value public static final StringLOG_KEY_WRITTEN_WITH_MESSAGE_CONVERTER"logging.rest.writtenWithMessageConverter"
-
org.craftercms.commons.web.CloudfrontForwardedHeaderFilter Modifier and Type Constant Field Value public static final StringCLOUDFRONT_PROTO_HEADER_NAME"CloudFront-Forwarded-Proto"public static final StringSTANDARD_PROTO_HEADER_NAME"X-Forwarded-Proto"