Constant Field Values
Contents
org.craftercms.*
-
org.craftercms.core.cache.CacheItem Modifier and Type Constant Field Value public static final longNEVER_EXPIRE0Lpublic static final longNEVER_REFRESH0L
-
org.craftercms.core.controller.rest.CacheRestController Modifier and Type Constant Field Value public static final StringREQUEST_PARAM_CONTEXT_ID"contextId"public static final StringURL_CLEAR_ALL_SCOPES"/clear_all"public static final StringURL_CLEAR_SCOPE"/clear"public static final StringURL_ROOT"/cache" -
org.craftercms.core.controller.rest.ContentStoreRestController Modifier and Type Constant Field Value public static final StringCACHE_CONTROL_HEADER_NAME"Cache-Control"public static final StringMUST_REVALIDATE_HEADER_VALUE"must-revalidate"public static final StringREQUEST_PARAM_CONTEXT_ID"contextId"public static final StringREQUEST_PARAM_TREE_DEPTH"depth"public static final StringREQUEST_PARAM_URL"url"public static final StringURL_CHILDREN"/children"public static final StringURL_DESCRIPTOR"/descriptor"public static final StringURL_ITEM"/item"public static final StringURL_ROOT"/content_store"public static final StringURL_TREE"/tree" -
org.craftercms.core.controller.rest.ExceptionHandlers Modifier and Type Constant Field Value public static final StringRESULT_KEY_VALIDATION_ERRORS"validationErrors" -
org.craftercms.core.controller.rest.RestControllerBase Modifier and Type Constant Field Value public static final StringMESSAGE_MODEL_ATTRIBUTE_NAME"message"public static final StringREST_BASE_URI"${crafter.core.rest.base.uri}"
-
org.craftercms.core.service.ContentStoreService Modifier and Type Constant Field Value public static final intUNLIMITED_TREE_DEPTH-1 -
org.craftercms.core.service.Context Modifier and Type Constant Field Value public static final booleanDEFAULT_CACHE_ONtruepublic static final booleanDEFAULT_IGNORE_HIDDEN_FILEStruepublic static final intDEFAULT_MAX_ALLOWED_ITEMS_IN_CACHE0public static final booleanDEFAULT_MERGING_ONtrue -
org.craftercms.core.service.ContextImpl Modifier and Type Constant Field Value protected static final StringCACHE_SCOPE_FORMAT"%s-v%s"
-
org.craftercms.core.service.impl.AbstractCachedContentStoreService Modifier and Type Constant Field Value public static final StringCONST_KEY_ELEM_CHILDREN"contentStoreService.children"public static final StringCONST_KEY_ELEM_EXISTS"contentStoreService.exists"public static final StringCONST_KEY_ELEM_ITEM"contentStoreService.item"public static final StringCONST_KEY_ELEM_TREE"contentStoreService.tree"
-
org.craftercms.core.store.impl.AbstractCachedContentStoreAdapter Modifier and Type Constant Field Value public static final StringCONST_KEY_ELEM_CONTENT"contentStoreAdapter.content"public static final StringCONST_KEY_ELEM_EXISTS"contentStoreAdapter.exists"public static final StringCONST_KEY_ELEM_ITEM"contentStoreAdapter.item"public static final StringCONST_KEY_ELEM_ITEMS"contentStoreAdapter.items" -
org.craftercms.core.store.impl.AbstractFileBasedContentStoreAdapter Modifier and Type Constant Field Value public static final StringDEFAULT_CHARSET"UTF-8"
-
org.craftercms.core.store.impl.filesystem.FileSystemContentStoreAdapter Modifier and Type Constant Field Value public static final StringSTORE_TYPE"filesystem"
-
org.craftercms.core.url.impl.AbstractCachedUrlTransformationEngine Modifier and Type Constant Field Value public static final StringTRANSFORMED_URL_CONST_KEY_ELEM"urlTransformationEngine.transformedUrl" -
org.craftercms.core.url.impl.AddDebugParamUrlTransformer Modifier and Type Constant Field Value public static final StringDEFAULT_DEBUG_URL_PARAM"debug" -
org.craftercms.core.url.impl.AddSchemeAndDomainAndServerPortUrlTransformer Modifier and Type Constant Field Value public static final intDEFAULT_HTTP_PORT80public static final intDEFAULT_HTTPS_PORT443public static final StringHTTP_SCHEME"http"public static final StringHTTPS_SCHEME"https" -
org.craftercms.core.url.impl.LongToShortUrlTransformer Modifier and Type Constant Field Value public static final StringURL_NUMBERED_NAME_REGEX"\\b\\d*_(.+)\\b"public static final intURL_NUMBERED_NAME_REGEX_SHORT_NAME_GROUP1
-
org.craftercms.core.util.UrlUtils Modifier and Type Constant Field Value public static final charURL_PARAM_DELIM63public static final charURL_PARAM_SEPARATOR38
-
org.craftercms.core.util.json.jackson.Dom4jDocumentJsonSerializer Modifier and Type Constant Field Value public static final StringITEM_LIST_ATTRIBUTE_NAME"item-list"public static final StringTEXT_JSON_KEY"text"
-
org.craftercms.core.util.xml.marshalling.xstream.CrafterXStreamMarshaller Modifier and Type Constant Field Value public static final StringDOCUMENT_CLASS_ALIAS"document"public static final StringITEM_CLASS_ALIAS"item"public static final StringTREE_CLASS_ALIAS"tree"public static final StringXML_DECLARATION"<?xml version=\"1.0\" encoding=\"UTF-8\"?>"